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

export const SanityIcon = ({
  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="m21.44 14.67-.74-1.29-3.61 2.19 4-5.09.61-.36-.15-.22.27-.35-1.26-1.05-.58.73-11.66 6.82 4.31-5.18 8.03-4.4-.76-1.48-4.37 2.4 2.15-2.59-1.23-1.09-4.85 5.83-4.81 2.64 3.68-4.87 2.31-1.2-.73-1.49-6.73 3.5 1.83-2.43-1.28-1.03L2 9.79l.06.05.72 1.47 4.3-2.23-3.92 5.17.65.51.38.74 4.52-2.48-4.98 5.99 1.23 1.09.25-.3 12.01-7.05-3.99 5.08.07.05-.01.01.83 1.43 5.3-3.23-2.04 3.3 1.37.9L22 15.04z" />
  </svg>
);

Icon

Sanity

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