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

export const RGBIcon = ({
  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.98,8.68c-.17-3.71-3.23-6.68-6.98-6.68s-6.81,2.97-6.98,6.68c-2.37,1.12-4.02,3.53-4.02,6.32,0,3.86,3.14,7,7,7,1.49,0,2.86-.47,4-1.26,1.14.79,2.51,1.26,4,1.26,3.86,0,7-3.14,7-7,0-2.79-1.65-5.2-4.02-6.32Zm-4.23,4.49c-.25-.91-.67-1.75-1.24-2.48.74-.43,1.58-.69,2.49-.69.3,0,.59.04.87.09-.29,1.28-1.06,2.38-2.12,3.08Zm-2.75,4.8c-.44-.59-.76-1.28-.91-2.03.3.04.6.07.91.07s.61-.03.91-.07c-.14.75-.46,1.44-.91,2.03Zm-4.87-7.88c.28-.05.57-.09.87-.09.91,0,1.76.26,2.49.69-.57.73-.99,1.56-1.24,2.48-1.06-.7-1.84-1.8-2.12-3.08Zm4.87,3.91c-.3,0-.59-.04-.87-.09.16-.69.46-1.33.87-1.88.41.55.72,1.19.87,1.88-.28.05-.57.09-.87.09Zm0-10c2.44,0,4.47,1.75,4.91,4.07-.3-.04-.6-.07-.91-.07-1.49,0-2.86.47-4,1.26-1.14-.79-2.51-1.26-4-1.26-.31,0-.61.03-.91.07.44-2.31,2.47-4.07,4.91-4.07ZM3,15c0-1.74.9-3.27,2.25-4.17.54,1.99,1.93,3.62,3.77,4.49.07,1.5.61,2.88,1.48,3.98-.74.43-1.58.69-2.49.69-2.76,0-5-2.24-5-5Zm13,5c-.91,0-1.76-.26-2.49-.69.87-1.11,1.41-2.49,1.48-3.98,1.83-.87,3.22-2.5,3.77-4.49,1.35.9,2.25,2.43,2.25,4.17,0,2.76-2.24,5-5,5Z" />
  </svg>
);

Icon

RGB

Category

elements

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

AlarmBeerBoltBookBugCalenderClockCloud