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

export const WindsurfIcon = ({
  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="M21.82 6.22h-.19c-1 0-1.82.81-1.82 1.81v4.06c0 .81-.67 1.47-1.47 1.47-.47 0-.95-.24-1.23-.64L12.97 7c-.34-.49-.9-.78-1.51-.78-.94 0-1.79.8-1.79 1.79v4.08c0 .81-.66 1.47-1.47 1.47-.47 0-.95-.24-1.23-.64L2.34 6.3c-.1-.15-.34-.08-.34.11v3.54c0 .18.05.35.16.5l4.56 6.52c.27.39.67.67 1.13.77 1.15.26 2.2-.62 2.2-1.75v-4.08c0-.81.66-1.47 1.47-1.47.49 0 .95.24 1.23.64L16.89 17c.34.49.88.78 1.51.78.97 0 1.79-.8 1.79-1.79v-4.08c0-.81.66-1.47 1.47-1.47h.16c.1 0 .18-.08.18-.18V6.41c0-.1-.08-.18-.18-.18Z" />
  </svg>
);

Icon

Windsurf

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