logo stackblitz icon
logo-stackblitz from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- logo-stackblitz
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-cnblogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-githublogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdown
Use the logo stackblitz icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.612 14.857c.11-.216-.111-.431-.333-.431H3.838c-.333 0-.445-.324-.222-.54L15.942.087c.223-.215.667 0 .556.324l-2.999 8.84c-.11.216 0 .432.222.432h6.441c.334 0 .445.323.223.54L8.057 23.912c-.222.216-.667 0-.556-.323z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoStackblitz(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.612 14.857c.11-.216-.111-.431-.333-.431H3.838c-.333 0-.445-.324-.222-.54L15.942.087c.223-.215.667 0 .556.324l-2.999 8.84c-.11.216 0 .432.222.432h6.441c.334 0 .445.323.223.54L8.057 23.912c-.222.216-.667 0-.556-.323z"/></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.612 14.857c.11-.216-.111-.431-.333-.431H3.838c-.333 0-.445-.324-.222-.54L15.942.087c.223-.215.667 0 .556.324l-2.999 8.84c-.11.216 0 .432.222.432h6.441c.334 0 .445.323.223.54L8.057 23.912c-.222.216-.667 0-.556-.323z"/></svg> </template>
CSS
.icon-logo-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.612%2014.857c.11-.216-.111-.431-.333-.431H3.838c-.333%200-.445-.324-.222-.54L15.942.087c.223-.215.667%200%20.556.324l-2.999%208.84c-.11.216%200%20.432.222.432h6.441c.334%200%20.445.323.223.54L8.057%2023.912c-.222.216-.667%200-.556-.323z%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.612%2014.857c.11-.216-.111-.431-.333-.431H3.838c-.333%200-.445-.324-.222-.54L15.942.087c.223-.215.667%200%20.556.324l-2.999%208.84c-.11.216%200%20.432.222.432h6.441c.334%200%20.445.323.223.54L8.057%2023.912c-.222.216-.667%200-.556-.323z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-stackblitz.svg?color=%231a73e8&size=48