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

export const AmpersandIcon = ({
  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="m18,13v-1h-2v1c0,.78-.13,1.52-.36,2.22l-5.03-5.03,1.33-.8c1.55-.93,2.27-2.74,1.8-4.51-.46-1.73-1.9-2.86-3.63-2.89h-.19c-1.71.03-3.18,1.05-3.83,2.66-.67,1.66-.3,3.54.95,4.79l.35.35-1.33.8c-1.89,1.13-3.06,3.2-3.06,5.4,0,3.31,2.69,6,6,6,2.88,0,5.46-1.36,7.1-3.48l3.19,3.19,1.41-1.41-3.53-3.53c.53-1.15.82-2.42.82-3.76ZM7.94,5.41c.35-.87,1.1-1.4,2.11-1.41,1.02.02,1.58.74,1.76,1.41.19.69.06,1.71-.89,2.28l-1.76,1.06-.7-.7c-.83-.83-.81-1.9-.52-2.63Zm1.06,14.59c-2.21,0-4-1.79-4-4,0-1.5.8-2.91,2.09-3.69l1.76-1.05,5.83,5.83c-1.27,1.76-3.34,2.91-5.68,2.91Z" />
  </svg>
);

Icon

Ampersand

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

AsteriskDivisionEqualFunctionGreaterThanGreaterThanEqualHashtagInfinite