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

export const PoundIcon = ({
  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="M4.55 19.11c-.47.23-.68.79-.48 1.27.16.39.53.63.93.63.1 0 .2-.01.3-.05 1.35-.42 3.54-1.02 4.17-1.02.9 0 1.57.22 2.35.48.82.27 1.75.58 2.98.58s3.23-.91 3.62-1.09l-.85-1.81c-.8.38-2.2.91-2.78.91-.9 0-1.57-.22-2.35-.48-.82-.27-1.75-.58-2.98-.58-.29 0-.69.06-1.14.15.69-1.26 1.07-2.79 1.07-4.48 0-.22-.02-.41-.04-.6h4.64v-2H8.8c-.25-.63-.48-1.29-.48-2.73s.96-3.27 3.67-3.27c2.33 0 2.97 2.03 3.03 2.26l1.93-.52c-.35-1.29-1.83-3.74-4.97-3.74-3.89 0-5.67 2.73-5.67 5.27 0 1.26.16 2.1.35 2.73H3.97v2h3.35c.03.18.05.37.05.6 0 2.56-1.06 4.61-2.85 5.51Z" />
  </svg>
);

Icon

Pound

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

CoinCoinsCreditCardDollarEuroQRRubleRupees