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

export const GumroadIcon = ({
  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="M11.56 2.07C6.29 2.07 2 6.36 2 11.63c0 3.93 2.39 7.32 5.79 8.78 1.45.95 3.18 1.51 5.04 1.51 5.06 0 9.17-4.11 9.17-9.17 0-2.27-.83-4.34-2.19-5.94-1.66-2.83-4.74-4.74-8.25-4.74m0 18.73c-5.06 0-9.17-4.12-9.17-9.17s4.11-9.17 9.17-9.17 9.17 4.12 9.17 9.17-4.12 9.17-9.17 9.17" />
      <path d="M11.5 12.15h2.37c-.26 1.16-.9 2.31-2.37 2.31-1.63 0-2.69-1.42-2.69-3.15s1.05-3.15 2.69-3.15c1.53 0 2.16 1.1 2.21 1.84h2.48c-.05-1.31-1.21-3.63-4.63-3.63S6.5 8.63 6.5 11.41s1.58 4.83 4.27 4.83 3.37-2.15 3.53-3.26v3.05h2.18V11.2h-4.97v.95Z" />
  </svg>
);

Icon

Gumroad

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