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

export const CrunchyRollIcon = ({
  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 2C6.48 2 2 6.49 2 12.02S6.48 22 12 22h.66c-4.6-.31-8.19-4.15-8.21-8.76 0-4.86 3.94-8.78 8.8-8.78 4.58.02 8.38 3.54 8.75 8.1V12c0-5.52-4.48-10-10-10" />
      <path d="M17.99 13.67c-1.78 0-3.21-1.43-3.22-3.19 0-1.36.84-2.56 2.11-3.03-.99-.52-2.09-.8-3.22-.78-3.87 0-7 3.14-7 7s3.14 7 7 7 7-3.14 7-7c.02-.45-.02-.89-.1-1.34-.54.89-1.53 1.39-2.56 1.34Z" />
  </svg>
);

Icon

CrunchyRoll

Category

brands

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

AdobeAirbnbAmazonAmexAppleAppleMusicAtlassianAutoDesk