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

export const ConvexIcon = ({
  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.57 17.76c-3.39.32-6.91-1.51-8.64-4.5-.61 2.33-.18 4.89 1.1 6.9.31.49.76.87 1.29 1.1 5.71 2.48 12.7-1.56 13.41-7.95-1.51 2.58-4.25 4.13-7.16 4.46Z" />
      <path d="M5.82 11.39c1.43-3.15 4.75-5.33 8.15-5.37a8.47 8.47 0 0 0-6.42-2.48c-.57.03-1.12.24-1.58.59C1 7.92.95 16.1 6.03 19.92c-1.44-2.62-1.39-5.81-.22-8.53Z" />
      <path d="M8.26 2.78c2.95.05 5.64 1.68 7.36 4.08a9.57 9.57 0 0 1 .49 9.87c2.31-.62 4.28-2.3 5.35-4.46.26-.52.35-1.11.28-1.68-.77-6.21-7.78-10.4-13.48-7.81" />
  </svg>
);

Icon

Convex

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