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

export const PaintIcon = ({
  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="m17.32,2.87l-2.36,2.37-1.23-1.24c-.38-.38-.88-.58-1.41-.58h0c-.54,0-1.04.21-1.42.59l-1.94,1.95-6.66,6.65c-.19.19-.29.44-.29.71s.11.52.29.71l7.69,7.69c.2.2.45.29.71.29s.51-.1.71-.29l6.66-6.65s0,0,0,0,0,0,0,0l1.94-1.95c.78-.78.78-2.05,0-2.83l-1.23-1.23,2.44-2.44c.51-.51.79-1.19.79-1.91,0-.8-.36-1.56-.98-2.08-1.06-.88-2.68-.78-3.7.24Zm-6.63,16.72l-6.28-6.28,5.25-5.24,3.14,3.14,3.14,3.14-5.24,5.24Zm9.1-14.39s0,0,0,0l-3.14,3.15c-.39.39-.39,1.02,0,1.41l1.93,1.93-1.24,1.24-3.14-3.14-3.14-3.14,1.24-1.24,1.94,1.94c.19.19.44.29.71.29h0c.27,0,.52-.11.71-.29l3.07-3.08c.29-.29.74-.34,1-.12.17.14.26.33.26.54,0,.18-.07.36-.21.49Z" />
  </svg>
);

Icon

Paint

Category

activity

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 activity icons

BanBookmarkColorFillCopyCropCutDislikeEdit