folder type turbo logo
folder-type-turbo from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-turbo
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type turbo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGDBkoGehC" x1="-207.66" x2="-216.52" y1="160.23" y2="151.37" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></linearGradient></defs><path fill="#52525b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f5f5f5" d="M21 15.15A5.85 5.85 0 1 0 26.84 21A5.86 5.86 0 0 0 21 15.15M21 24a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/><path fill="url(#SVGDBkoGehC)" fill-rule="evenodd" d="M21.48 14.19V12a9 9 0 0 1 0 18v-2.19a6.83 6.83 0 0 0 0-13.62m-5.65 11.28a6.9 6.9 0 0 1-1.65-4H12A8.93 8.93 0 0 0 14.29 27l1.54-1.54ZM20.5 30v-2.19a6.8 6.8 0 0 1-4-1.65L15 27.7a8.93 8.93 0 0 0 5.5 2.3"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeTurbo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGDBkoGehC" x1="-207.66" x2="-216.52" y1="160.23" y2="151.37" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#0096ff"/><stop offset="1" stopColor="#ff1e56"/></linearGradient></defs><path fill="#52525b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f5f5f5" d="M21 15.15A5.85 5.85 0 1 0 26.84 21A5.86 5.86 0 0 0 21 15.15M21 24a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/><path fill="url(#SVGDBkoGehC)" fillRule="evenodd" d="M21.48 14.19V12a9 9 0 0 1 0 18v-2.19a6.83 6.83 0 0 0 0-13.62m-5.65 11.28a6.9 6.9 0 0 1-1.65-4H12A8.93 8.93 0 0 0 14.29 27l1.54-1.54ZM20.5 30v-2.19a6.8 6.8 0 0 1-4-1.65L15 27.7a8.93 8.93 0 0 0 5.5 2.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGDBkoGehC" x1="-207.66" x2="-216.52" y1="160.23" y2="151.37" gradientTransform="matrix(1 0 0 -1 234 178)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0096ff"/><stop offset="1" stop-color="#ff1e56"/></linearGradient></defs><path fill="#52525b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f5f5f5" d="M21 15.15A5.85 5.85 0 1 0 26.84 21A5.86 5.86 0 0 0 21 15.15M21 24a3 3 0 1 1 3-3a3 3 0 0 1-3 3"/><path fill="url(#SVGDBkoGehC)" fill-rule="evenodd" d="M21.48 14.19V12a9 9 0 0 1 0 18v-2.19a6.83 6.83 0 0 0 0-13.62m-5.65 11.28a6.9 6.9 0 0 1-1.65-4H12A8.93 8.93 0 0 0 14.29 27l1.54-1.54ZM20.5 30v-2.19a6.8 6.8 0 0 1-4-1.65L15 27.7a8.93 8.93 0 0 0 5.5 2.3"/></svg> </template>
CSS
.icon-folder-type-turbo {
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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDBkoGehC%22%20x1%3D%22-207.66%22%20x2%3D%22-216.52%22%20y1%3D%22160.23%22%20y2%3D%22151.37%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20234%20178)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230096ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff1e56%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2352525b%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M21%2015.15A5.85%205.85%200%201%200%2026.84%2021A5.86%205.86%200%200%200%2021%2015.15M21%2024a3%203%200%201%201%203-3a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDBkoGehC)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.48%2014.19V12a9%209%200%200%201%200%2018v-2.19a6.83%206.83%200%200%200%200-13.62m-5.65%2011.28a6.9%206.9%200%200%201-1.65-4H12A8.93%208.93%200%200%200%2014.29%2027l1.54-1.54ZM20.5%2030v-2.19a6.8%206.8%200%200%201-4-1.65L15%2027.7a8.93%208.93%200%200%200%205.5%202.3%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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDBkoGehC%22%20x1%3D%22-207.66%22%20x2%3D%22-216.52%22%20y1%3D%22160.23%22%20y2%3D%22151.37%22%20gradientTransform%3D%22matrix(1%200%200%20-1%20234%20178)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%230096ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff1e56%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%2352525b%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M21%2015.15A5.85%205.85%200%201%200%2026.84%2021A5.86%205.86%200%200%200%2021%2015.15M21%2024a3%203%200%201%201%203-3a3%203%200%200%201-3%203%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDBkoGehC)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.48%2014.19V12a9%209%200%200%201%200%2018v-2.19a6.83%206.83%200%200%200%200-13.62m-5.65%2011.28a6.9%206.9%200%200%201-1.65-4H12A8.93%208.93%200%200%200%2014.29%2027l1.54-1.54ZM20.5%2030v-2.19a6.8%206.8%200%200%201-4-1.65L15%2027.7a8.93%208.93%200%200%200%205.5%202.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-turbo.svg?color=%231a73e8&size=48