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

export const StackblitzIcon = ({
  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.83 14.38c.09-.18-.09-.36-.28-.36H5.11c-.28 0-.38-.27-.19-.45l10.41-11.5c.19-.18.56 0 .47.27l-2.53 7.37c-.09.18 0 .36.19.36h5.44c.28 0 .38.27.19.45L8.68 21.93c-.19.18-.56 0-.47-.27l2.63-7.28Z" />
  </svg>
);

Icon

Stackblitz

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