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

export const FunctionIcon = ({
  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="m6.59,19h-1.59v2h1.59c3.02,0,5.58-2.26,5.95-5.26l.47-3.74h3.99v-2h-3.74l.3-2.37c.19-1.5,1.47-2.63,2.98-2.63h2.47v-2h-2.47c-2.52,0-4.65,1.88-4.96,4.38l-.33,2.62h-4.24v2h3.99l-.44,3.5c-.25,2-1.96,3.5-3.97,3.5Z" />
  </svg>
);

Icon

Function

Category

calculation

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

AmpersandAsteriskDivisionEqualGreaterThanGreaterThanEqualHashtagInfinite