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

export const CoinIcon = ({
  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="m12,5c-4.97,0-10,1.55-10,4.5v5c0,2.95,5.03,4.5,10,4.5s10-1.55,10-4.5v-5c0-2.95-5.03-4.5-10-4.5ZM4,14.5v-2.2c.58.34,1.25.62,2,.86v2.88c-1.31-.51-2-1.13-2-1.54Zm12-.85v2.97c-.87.18-1.87.31-3,.36v-3c1.03-.04,2.04-.16,3-.33Zm-5,.33v3c-1.13-.05-2.13-.18-3-.36v-2.97c.96.17,1.97.29,3,.33Zm7,2.07v-2.88c.75-.24,1.42-.52,2-.86v2.2c0,.42-.69,1.03-2,1.54Zm-6-4.04c-5.18,0-8-1.65-8-2.5s2.82-2.5,8-2.5,8,1.65,8,2.5-2.82,2.5-8,2.5Z" />
  </svg>
);

Icon

Coin

Category

currency

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

CoinsCreditCardDollarEuroPoundQRRubleRupees