stackblitz logo
stackblitz from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- stackblitz
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×105
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the stackblitz logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 105"><path fill="#49a2f8" d="M31.217 61.819H0L57.069 0L41.708 42.796h31.217l-57.074 61.819l15.362-42.796z"/><path d="M140.918 84.748c13.256 0 22.676-6.974 22.676-18.749c0-12.905-10.38-16.131-19.62-18.923c-9.509-2.88-10.99-4.8-10.99-7.588c0-2.442 2.178-4.62 6.54-4.62c5.58 0 8.46 2.704 10.551 7.061l11.775-6.886c-4.446-8.982-12.292-13.782-22.326-13.782c-10.551 0-20.493 6.803-20.493 18.573c0 11.687 8.894 16.048 17.964 18.578c9.157 2.529 12.646 4.01 12.646 7.763c0 2.354-1.657 4.967-8.285 4.967c-6.886 0-10.643-3.398-12.822-8.456l-12.033 6.978c3.402 8.982 11.6 15.084 24.417 15.084m53.487-32.263V39.922h-8.982V27.713l-13.08 3.924v8.289h-6.98v12.559h6.98v15.434c0 12.209 4.966 17.355 22.062 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm38.21-12.563v4.103c-2.879-3.314-7.149-5.322-12.992-5.322c-11.424 0-20.844 10.03-20.844 23.023c0 12.997 9.42 23.022 20.844 23.022c5.843 0 10.117-2.003 12.993-5.317v4.098h13.08V39.926h-13.08zM222.24 72.364c-6.019 0-10.38-4.098-10.38-10.638s4.361-10.64 10.38-10.64c6.018 0 10.376 4.1 10.376 10.644c0 6.536-4.358 10.634-10.376 10.634m53.983 12.384c8.548 0 15.961-4.445 19.713-11.248l-11.428-6.54c-1.394 3.05-4.62 4.883-8.456 4.883c-5.668 0-9.854-4.099-9.854-10.117c0-6.015 4.182-10.118 9.85-10.118c3.84 0 6.979 1.837 8.46 4.884l11.428-6.624c-3.752-6.72-11.252-11.165-19.713-11.165c-13.255 0-23.11 10.03-23.11 23.023c0 12.997 9.855 23.022 23.11 23.022m66.835-1.219l-16.307-21.803l15.873-21.8h-15.263l-13.081 19.1V22.483H301.2v61.045h13.08V64.255l13.953 19.274zm43.094-31.658c3.314-2.88 5.322-6.886 5.322-11.945c0-10.556-8.636-17.446-19.275-17.446h-23.894v61.05h25.64c10.901 0 19.708-7.063 19.708-17.881c0-6.19-2.964-10.898-7.5-13.774zM372.2 35.564c3.227 0 5.322 2.267 5.322 5.405c0 3.143-2.183 5.41-5.322 5.41h-9.942V35.56h9.942zm1.745 34.885h-11.687V58.762h11.687c3.49 0 5.756 2.442 5.756 5.843c0 3.402-2.267 5.844-5.756 5.844m26.216 13.08h13.08V19.867h-13.08zm29.195-47.443a7.93 7.93 0 0 0 7.847-7.847a7.93 7.93 0 0 0-7.847-7.846a7.93 7.93 0 0 0-7.847 7.846a7.93 7.93 0 0 0 7.847 7.847m-6.54 47.443h13.08V39.926h-13.08zm48.207-31.044V39.922h-8.986V27.713l-13.08 3.924v8.289h-6.975v12.559h6.974v15.434c0 12.209 4.971 17.355 22.063 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm23.623 18.836l16.487-22.676v-8.723h-33.14v12.212h15.61l-16.486 22.672v8.723H512V71.321z"/></svg>
React
import type { SVGProps } from "react";
export function LogosStackblitz(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 105"><path fill="#49a2f8" d="M31.217 61.819H0L57.069 0L41.708 42.796h31.217l-57.074 61.819l15.362-42.796z"/><path d="M140.918 84.748c13.256 0 22.676-6.974 22.676-18.749c0-12.905-10.38-16.131-19.62-18.923c-9.509-2.88-10.99-4.8-10.99-7.588c0-2.442 2.178-4.62 6.54-4.62c5.58 0 8.46 2.704 10.551 7.061l11.775-6.886c-4.446-8.982-12.292-13.782-22.326-13.782c-10.551 0-20.493 6.803-20.493 18.573c0 11.687 8.894 16.048 17.964 18.578c9.157 2.529 12.646 4.01 12.646 7.763c0 2.354-1.657 4.967-8.285 4.967c-6.886 0-10.643-3.398-12.822-8.456l-12.033 6.978c3.402 8.982 11.6 15.084 24.417 15.084m53.487-32.263V39.922h-8.982V27.713l-13.08 3.924v8.289h-6.98v12.559h6.98v15.434c0 12.209 4.966 17.355 22.062 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm38.21-12.563v4.103c-2.879-3.314-7.149-5.322-12.992-5.322c-11.424 0-20.844 10.03-20.844 23.023c0 12.997 9.42 23.022 20.844 23.022c5.843 0 10.117-2.003 12.993-5.317v4.098h13.08V39.926h-13.08zM222.24 72.364c-6.019 0-10.38-4.098-10.38-10.638s4.361-10.64 10.38-10.64c6.018 0 10.376 4.1 10.376 10.644c0 6.536-4.358 10.634-10.376 10.634m53.983 12.384c8.548 0 15.961-4.445 19.713-11.248l-11.428-6.54c-1.394 3.05-4.62 4.883-8.456 4.883c-5.668 0-9.854-4.099-9.854-10.117c0-6.015 4.182-10.118 9.85-10.118c3.84 0 6.979 1.837 8.46 4.884l11.428-6.624c-3.752-6.72-11.252-11.165-19.713-11.165c-13.255 0-23.11 10.03-23.11 23.023c0 12.997 9.855 23.022 23.11 23.022m66.835-1.219l-16.307-21.803l15.873-21.8h-15.263l-13.081 19.1V22.483H301.2v61.045h13.08V64.255l13.953 19.274zm43.094-31.658c3.314-2.88 5.322-6.886 5.322-11.945c0-10.556-8.636-17.446-19.275-17.446h-23.894v61.05h25.64c10.901 0 19.708-7.063 19.708-17.881c0-6.19-2.964-10.898-7.5-13.774zM372.2 35.564c3.227 0 5.322 2.267 5.322 5.405c0 3.143-2.183 5.41-5.322 5.41h-9.942V35.56h9.942zm1.745 34.885h-11.687V58.762h11.687c3.49 0 5.756 2.442 5.756 5.843c0 3.402-2.267 5.844-5.756 5.844m26.216 13.08h13.08V19.867h-13.08zm29.195-47.443a7.93 7.93 0 0 0 7.847-7.847a7.93 7.93 0 0 0-7.847-7.846a7.93 7.93 0 0 0-7.847 7.846a7.93 7.93 0 0 0 7.847 7.847m-6.54 47.443h13.08V39.926h-13.08zm48.207-31.044V39.922h-8.986V27.713l-13.08 3.924v8.289h-6.975v12.559h6.974v15.434c0 12.209 4.971 17.355 22.063 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm23.623 18.836l16.487-22.676v-8.723h-33.14v12.212h15.61l-16.486 22.672v8.723H512V71.321z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 105"><path fill="#49a2f8" d="M31.217 61.819H0L57.069 0L41.708 42.796h31.217l-57.074 61.819l15.362-42.796z"/><path d="M140.918 84.748c13.256 0 22.676-6.974 22.676-18.749c0-12.905-10.38-16.131-19.62-18.923c-9.509-2.88-10.99-4.8-10.99-7.588c0-2.442 2.178-4.62 6.54-4.62c5.58 0 8.46 2.704 10.551 7.061l11.775-6.886c-4.446-8.982-12.292-13.782-22.326-13.782c-10.551 0-20.493 6.803-20.493 18.573c0 11.687 8.894 16.048 17.964 18.578c9.157 2.529 12.646 4.01 12.646 7.763c0 2.354-1.657 4.967-8.285 4.967c-6.886 0-10.643-3.398-12.822-8.456l-12.033 6.978c3.402 8.982 11.6 15.084 24.417 15.084m53.487-32.263V39.922h-8.982V27.713l-13.08 3.924v8.289h-6.98v12.559h6.98v15.434c0 12.209 4.966 17.355 22.062 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm38.21-12.563v4.103c-2.879-3.314-7.149-5.322-12.992-5.322c-11.424 0-20.844 10.03-20.844 23.023c0 12.997 9.42 23.022 20.844 23.022c5.843 0 10.117-2.003 12.993-5.317v4.098h13.08V39.926h-13.08zM222.24 72.364c-6.019 0-10.38-4.098-10.38-10.638s4.361-10.64 10.38-10.64c6.018 0 10.376 4.1 10.376 10.644c0 6.536-4.358 10.634-10.376 10.634m53.983 12.384c8.548 0 15.961-4.445 19.713-11.248l-11.428-6.54c-1.394 3.05-4.62 4.883-8.456 4.883c-5.668 0-9.854-4.099-9.854-10.117c0-6.015 4.182-10.118 9.85-10.118c3.84 0 6.979 1.837 8.46 4.884l11.428-6.624c-3.752-6.72-11.252-11.165-19.713-11.165c-13.255 0-23.11 10.03-23.11 23.023c0 12.997 9.855 23.022 23.11 23.022m66.835-1.219l-16.307-21.803l15.873-21.8h-15.263l-13.081 19.1V22.483H301.2v61.045h13.08V64.255l13.953 19.274zm43.094-31.658c3.314-2.88 5.322-6.886 5.322-11.945c0-10.556-8.636-17.446-19.275-17.446h-23.894v61.05h25.64c10.901 0 19.708-7.063 19.708-17.881c0-6.19-2.964-10.898-7.5-13.774zM372.2 35.564c3.227 0 5.322 2.267 5.322 5.405c0 3.143-2.183 5.41-5.322 5.41h-9.942V35.56h9.942zm1.745 34.885h-11.687V58.762h11.687c3.49 0 5.756 2.442 5.756 5.843c0 3.402-2.267 5.844-5.756 5.844m26.216 13.08h13.08V19.867h-13.08zm29.195-47.443a7.93 7.93 0 0 0 7.847-7.847a7.93 7.93 0 0 0-7.847-7.846a7.93 7.93 0 0 0-7.847 7.846a7.93 7.93 0 0 0 7.847 7.847m-6.54 47.443h13.08V39.926h-13.08zm48.207-31.044V39.922h-8.986V27.713l-13.08 3.924v8.289h-6.975v12.559h6.974v15.434c0 12.209 4.971 17.355 22.063 15.61V71.663c-5.756.35-8.982 0-8.982-3.748V52.481h8.982zm23.623 18.836l16.487-22.676v-8.723h-33.14v12.212h15.61l-16.486 22.672v8.723H512V71.321z"/></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%20512%20105%22%3E%3Cpath%20fill%3D%22%2349a2f8%22%20d%3D%22M31.217%2061.819H0L57.069%200L41.708%2042.796h31.217l-57.074%2061.819l15.362-42.796z%22%2F%3E%3Cpath%20d%3D%22M140.918%2084.748c13.256%200%2022.676-6.974%2022.676-18.749c0-12.905-10.38-16.131-19.62-18.923c-9.509-2.88-10.99-4.8-10.99-7.588c0-2.442%202.178-4.62%206.54-4.62c5.58%200%208.46%202.704%2010.551%207.061l11.775-6.886c-4.446-8.982-12.292-13.782-22.326-13.782c-10.551%200-20.493%206.803-20.493%2018.573c0%2011.687%208.894%2016.048%2017.964%2018.578c9.157%202.529%2012.646%204.01%2012.646%207.763c0%202.354-1.657%204.967-8.285%204.967c-6.886%200-10.643-3.398-12.822-8.456l-12.033%206.978c3.402%208.982%2011.6%2015.084%2024.417%2015.084m53.487-32.263V39.922h-8.982V27.713l-13.08%203.924v8.289h-6.98v12.559h6.98v15.434c0%2012.209%204.966%2017.355%2022.062%2015.61V71.663c-5.756.35-8.982%200-8.982-3.748V52.481h8.982zm38.21-12.563v4.103c-2.879-3.314-7.149-5.322-12.992-5.322c-11.424%200-20.844%2010.03-20.844%2023.023c0%2012.997%209.42%2023.022%2020.844%2023.022c5.843%200%2010.117-2.003%2012.993-5.317v4.098h13.08V39.926h-13.08zM222.24%2072.364c-6.019%200-10.38-4.098-10.38-10.638s4.361-10.64%2010.38-10.64c6.018%200%2010.376%204.1%2010.376%2010.644c0%206.536-4.358%2010.634-10.376%2010.634m53.983%2012.384c8.548%200%2015.961-4.445%2019.713-11.248l-11.428-6.54c-1.394%203.05-4.62%204.883-8.456%204.883c-5.668%200-9.854-4.099-9.854-10.117c0-6.015%204.182-10.118%209.85-10.118c3.84%200%206.979%201.837%208.46%204.884l11.428-6.624c-3.752-6.72-11.252-11.165-19.713-11.165c-13.255%200-23.11%2010.03-23.11%2023.023c0%2012.997%209.855%2023.022%2023.11%2023.022m66.835-1.219l-16.307-21.803l15.873-21.8h-15.263l-13.081%2019.1V22.483H301.2v61.045h13.08V64.255l13.953%2019.274zm43.094-31.658c3.314-2.88%205.322-6.886%205.322-11.945c0-10.556-8.636-17.446-19.275-17.446h-23.894v61.05h25.64c10.901%200%2019.708-7.063%2019.708-17.881c0-6.19-2.964-10.898-7.5-13.774zM372.2%2035.564c3.227%200%205.322%202.267%205.322%205.405c0%203.143-2.183%205.41-5.322%205.41h-9.942V35.56h9.942zm1.745%2034.885h-11.687V58.762h11.687c3.49%200%205.756%202.442%205.756%205.843c0%203.402-2.267%205.844-5.756%205.844m26.216%2013.08h13.08V19.867h-13.08zm29.195-47.443a7.93%207.93%200%200%200%207.847-7.847a7.93%207.93%200%200%200-7.847-7.846a7.93%207.93%200%200%200-7.847%207.846a7.93%207.93%200%200%200%207.847%207.847m-6.54%2047.443h13.08V39.926h-13.08zm48.207-31.044V39.922h-8.986V27.713l-13.08%203.924v8.289h-6.975v12.559h6.974v15.434c0%2012.209%204.971%2017.355%2022.063%2015.61V71.663c-5.756.35-8.982%200-8.982-3.748V52.481h8.982zm23.623%2018.836l16.487-22.676v-8.723h-33.14v12.212h15.61l-16.486%2022.672v8.723H512V71.321z%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%20512%20105%22%3E%3Cpath%20fill%3D%22%2349a2f8%22%20d%3D%22M31.217%2061.819H0L57.069%200L41.708%2042.796h31.217l-57.074%2061.819l15.362-42.796z%22%2F%3E%3Cpath%20d%3D%22M140.918%2084.748c13.256%200%2022.676-6.974%2022.676-18.749c0-12.905-10.38-16.131-19.62-18.923c-9.509-2.88-10.99-4.8-10.99-7.588c0-2.442%202.178-4.62%206.54-4.62c5.58%200%208.46%202.704%2010.551%207.061l11.775-6.886c-4.446-8.982-12.292-13.782-22.326-13.782c-10.551%200-20.493%206.803-20.493%2018.573c0%2011.687%208.894%2016.048%2017.964%2018.578c9.157%202.529%2012.646%204.01%2012.646%207.763c0%202.354-1.657%204.967-8.285%204.967c-6.886%200-10.643-3.398-12.822-8.456l-12.033%206.978c3.402%208.982%2011.6%2015.084%2024.417%2015.084m53.487-32.263V39.922h-8.982V27.713l-13.08%203.924v8.289h-6.98v12.559h6.98v15.434c0%2012.209%204.966%2017.355%2022.062%2015.61V71.663c-5.756.35-8.982%200-8.982-3.748V52.481h8.982zm38.21-12.563v4.103c-2.879-3.314-7.149-5.322-12.992-5.322c-11.424%200-20.844%2010.03-20.844%2023.023c0%2012.997%209.42%2023.022%2020.844%2023.022c5.843%200%2010.117-2.003%2012.993-5.317v4.098h13.08V39.926h-13.08zM222.24%2072.364c-6.019%200-10.38-4.098-10.38-10.638s4.361-10.64%2010.38-10.64c6.018%200%2010.376%204.1%2010.376%2010.644c0%206.536-4.358%2010.634-10.376%2010.634m53.983%2012.384c8.548%200%2015.961-4.445%2019.713-11.248l-11.428-6.54c-1.394%203.05-4.62%204.883-8.456%204.883c-5.668%200-9.854-4.099-9.854-10.117c0-6.015%204.182-10.118%209.85-10.118c3.84%200%206.979%201.837%208.46%204.884l11.428-6.624c-3.752-6.72-11.252-11.165-19.713-11.165c-13.255%200-23.11%2010.03-23.11%2023.023c0%2012.997%209.855%2023.022%2023.11%2023.022m66.835-1.219l-16.307-21.803l15.873-21.8h-15.263l-13.081%2019.1V22.483H301.2v61.045h13.08V64.255l13.953%2019.274zm43.094-31.658c3.314-2.88%205.322-6.886%205.322-11.945c0-10.556-8.636-17.446-19.275-17.446h-23.894v61.05h25.64c10.901%200%2019.708-7.063%2019.708-17.881c0-6.19-2.964-10.898-7.5-13.774zM372.2%2035.564c3.227%200%205.322%202.267%205.322%205.405c0%203.143-2.183%205.41-5.322%205.41h-9.942V35.56h9.942zm1.745%2034.885h-11.687V58.762h11.687c3.49%200%205.756%202.442%205.756%205.843c0%203.402-2.267%205.844-5.756%205.844m26.216%2013.08h13.08V19.867h-13.08zm29.195-47.443a7.93%207.93%200%200%200%207.847-7.847a7.93%207.93%200%200%200-7.847-7.846a7.93%207.93%200%200%200-7.847%207.846a7.93%207.93%200%200%200%207.847%207.847m-6.54%2047.443h13.08V39.926h-13.08zm48.207-31.044V39.922h-8.986V27.713l-13.08%203.924v8.289h-6.975v12.559h6.974v15.434c0%2012.209%204.971%2017.355%2022.063%2015.61V71.663c-5.756.35-8.982%200-8.982-3.748V52.481h8.982zm23.623%2018.836l16.487-22.676v-8.723h-33.14v12.212h15.61l-16.486%2022.672v8.723H512V71.321z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/stackblitz.svg?color=%231a73e8&size=48