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

export const CloudFlareIcon = ({
  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="m14.72 13.89-7.18-.08s-.08-.04-.12-.04q-.06-.06 0-.12c.04-.08.08-.12.17-.12l7.22-.08c.87-.04 1.78-.74 2.11-1.57l.41-1.07s.04-.08 0-.12c-.45-2.11-2.35-3.67-4.58-3.67-2.06 0-3.84 1.32-4.46 3.18-.41-.29-.91-.45-1.49-.41-.99.08-1.78.91-1.9 1.9-.04.25 0 .5.04.74a3.01 3.01 0 0 0-2.93 3.01c0 .17 0 .29.04.45 0 .08.08.12.12.12h13.25c.08 0 .17-.04.17-.12l.12-.45c.12-.41.08-.83-.12-1.07-.21-.25-.5-.41-.87-.45Zm3.26-3.09h-.21s-.08.04-.12.08l-.29.99c-.12.41-.08.83.12 1.07.21.25.5.41.87.45l1.53.08s.08.04.12.04q.06.06 0 .12c-.04.08-.08.12-.17.12l-1.57.08c-.87.04-1.78.74-2.11 1.57l-.08.37s0 .12.08.12h5.45q.12 0 .12-.12c.08-.33.17-.7.17-1.07 0-2.15-1.78-3.92-3.92-3.92Z" />
  </svg>
);

Icon

CloudFlare

Category

languages-frameworks

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 languages-frameworks icons

AndroidAngularBashBetterAuthBlenderBootstrapBunBuyMeACoffee