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

export const SignatureIcon = ({
  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="m22,5c0-.34,0-1.39-.9-1.65-1.01-.29-1.56.58-2.91,2.7-1.88,2.96-5.38,8.46-9.19,8.46-.7,0-1.38-.25-1.98-.66.46-.39.9-.76,1.29-1.08,3.56-2.97,5.54-4.73,4.94-6.38-.45-1.24-2.07-1.38-3.25-1.38-2.33,0-4.14.49-5.39,1.44-1.15.88-1.79,2.17-1.79,3.63,0,1.24.47,2.57,1.28,3.7-1.34,1.27-2.1,2.28-2.1,3.23l2,.02c.05-.36.67-1.04,1.48-1.8.99.78,2.2,1.28,3.52,1.28,4.79,0,8.46-5.58,10.71-9.11-.35,1.5-.97,2.82-1.51,3.96-.82,1.74-1.46,3.11-.71,4.29.62.97,1.92,1.37,4.51,1.37v-2c-2.51,0-2.81-.42-2.82-.44-.16-.25.49-1.63.84-2.37.84-1.79,1.99-4.24,1.99-7.19ZM4.82,10.07c0-.84.34-1.53,1-2.04.88-.67,2.32-1.03,4.18-1.03.72,0,1.1.07,1.29.13-.42.88-2.8,2.87-4.26,4.09-.5.42-.97.81-1.41,1.19-.5-.74-.79-1.58-.79-2.34Z" />
      <path d="M2 19H22V21H2z" />
  </svg>
);

Icon

Signature

Category

text-editor

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 text-editor icons

AlignCenterAlignLeftAlignRightBoldBorderRadiusCapitalizeCheckListFontColor