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

export const KickStarterIcon = ({
  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="m10.198 9.127 3.309-4.799c.628-.902 1.434-1.354 2.427-1.354q1.21 0 2.097.861.885.86.885 2.059.001.886-.469 1.563l-2.983 4.34 3.649 4.627q.546.691.547 1.617 0 1.224-.86 2.105a2.8 2.8 0 0 1-2.084.879q-1.342 0-2.047-.873L10.2 14.574v3.074q0 1.318-.457 2.049c-.555.885-1.356 1.328-2.417 1.328q-1.446-.002-2.24-.977-.744-.902-.744-2.387V6.258q.001-1.404.755-2.318.789-.965 2.186-.965 1.33 0 2.216.965.493.535.625 1.082c.053.227.079.646.079 1.266v2.84z" />
  </svg>
);

Icon

KickStarter

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