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

export const LemonSqueezyIcon = ({
  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="M9.63 14.28 15 16.76c.66.31 1.13.82 1.39 1.42.64 1.5-.24 3.03-1.61 3.58-1.38.55-2.84.2-3.51-1.36l-2.33-5.47c-.18-.42.27-.84.7-.64Zm.32-1.61 5.54-2.09c1.84-.7 3.85.62 3.82 2.53v.08c-.04 1.86-1.99 3.11-3.79 2.46l-5.56-2.04a.498.498 0 0 1 0-.94Zm-.31-.73 5.44-2.31c1.81-.77 2.27-3.08.85-4.41-.02-.02-.04-.03-.06-.05-1.39-1.29-3.69-.84-4.48.86l-2.44 5.25c-.19.42.25.85.68.66Zm-1.4-.91 1.98-5.43c.25-.67.2-1.36-.05-1.95-.64-1.5-2.38-1.98-3.76-1.43S4.26 4.03 4.93 5.59l2.35 5.47c.18.42.81.41.97-.03Z" />
  </svg>
);

Icon

LemonSqueezy

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