stackblitz from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
stackblitz
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the stackblitz logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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>

React

import type { SVGProps } from "react";

export function BxlStackblitz(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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>
</template>

CSS

.icon-stackblitz {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.83%2014.38c.09-.18-.09-.36-.28-.36H5.11c-.28%200-.38-.27-.19-.45l10.41-11.5c.19-.18.56%200%20.47.27l-2.53%207.37c-.09.18%200%20.36.19.36h5.44c.28%200%20.38.27.19.45L8.68%2021.93c-.19.18-.56%200-.47-.27l2.63-7.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.83%2014.38c.09-.18-.09-.36-.28-.36H5.11c-.28%200-.38-.27-.19-.45l10.41-11.5c.19-.18.56%200%20.47.27l-2.53%207.37c-.09.18%200%20.36.19.36h5.44c.28%200%20.38.27.19.45L8.68%2021.93c-.19.18-.56%200-.47-.27l2.63-7.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/stackblitz.svg?color=%231a73e8&size=48