next-icons-logoNext IconsAll Icons
export type IconProps = {
  size?: number | string;
  color?: string;
  className?: string;
} & React.SVGProps<SVGSVGElement>;

export const HashnodeIcon = ({
  size = 24,
  color = "currentColor",
  className,
  ...props
}: IconProps) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width={size}
    height={size}
    fill={color}
    className={className}
    {...props}
  >
      <path d="m20.63 8.68-5.31-5.31a4.69 4.69 0 0 0-6.63 0L3.38 8.68a4.69 4.69 0 0 0 0 6.63l5.31 5.31a4.69 4.69 0 0 0 6.63 0l5.31-5.31a4.69 4.69 0 0 0 0-6.63M12 15.28c-1.81 0-3.28-1.47-3.28-3.28S10.19 8.72 12 8.72s3.28 1.47 3.28 3.28-1.47 3.28-3.28 3.28" />
  </svg>
);

Icon

Hashnode

Category

languages-frameworks

Use case

Use this icon in navbar items, social link groups, profile actions, settings rows, and call-to-action buttons.

Size

48px

Color

#18181b

Related languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee