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

export const RubleIcon = ({
  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="M8 21h2v-4h6v-2h-6v-2h5c2.76 0 5-2.24 5-5s-2.24-5-5-5H9c-.55 0-1 .45-1 1v7H4v2h4v2H4v2h4zm2-16h5c1.65 0 3 1.35 3 3s-1.35 3-3 3h-5z" />
  </svg>
);

Icon

Ruble

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

CoinCoinsCreditCardDollarEuroPoundQRRupees