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

export const WebflowIcon = ({
  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="m22 5.76-6.38 12.48H9.63l2.67-5.17h-.12c-2.2 2.86-5.49 4.74-10.17 5.17v-5.1s3-.18 4.76-2.03H2V5.76h5.35v4.4h.12l2.19-4.4h4.04v4.37h.12l2.27-4.37h5.92Z" />
  </svg>
);

Icon

Webflow

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