file type toit logo
file-type-toit from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-toit
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type toit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fac864" fill-rule="evenodd" d="M2 7.79A1 1 0 0 1 3 7h.3L14 9.59a7.2 7.2 0 0 0 4 0L28.71 7A1 1 0 0 1 29 7a1 1 0 0 1 .25 2l-10.77 2.58A1.86 1.86 0 0 0 17 13.39v1.31a3.3 3.3 0 0 0 .51 1.75l4.08 6.3a1.36 1.36 0 0 0 2.14.19l4.47-4.8a1 1 0 0 1 1.5 1.39l-4.47 4.8a3.41 3.41 0 0 1-5.36-.46l-3.71-5.74a.24.24 0 0 0-.31-.07a.2.2 0 0 0-.07.07l-3.68 5.74a3.41 3.41 0 0 1-5.36.46l-4.46-4.8a1 1 0 0 1 .05-1.44a1 1 0 0 1 1.45.05l4.46 4.8a1.37 1.37 0 0 0 1.93.07a1.3 1.3 0 0 0 .21-.26l4.08-6.3A3.2 3.2 0 0 0 15 14.7v-1.3a1.87 1.87 0 0 0-1.45-1.82L2.79 9A1 1 0 0 1 2 7.79"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeToit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fac864" fillRule="evenodd" d="M2 7.79A1 1 0 0 1 3 7h.3L14 9.59a7.2 7.2 0 0 0 4 0L28.71 7A1 1 0 0 1 29 7a1 1 0 0 1 .25 2l-10.77 2.58A1.86 1.86 0 0 0 17 13.39v1.31a3.3 3.3 0 0 0 .51 1.75l4.08 6.3a1.36 1.36 0 0 0 2.14.19l4.47-4.8a1 1 0 0 1 1.5 1.39l-4.47 4.8a3.41 3.41 0 0 1-5.36-.46l-3.71-5.74a.24.24 0 0 0-.31-.07a.2.2 0 0 0-.07.07l-3.68 5.74a3.41 3.41 0 0 1-5.36.46l-4.46-4.8a1 1 0 0 1 .05-1.44a1 1 0 0 1 1.45.05l4.46 4.8a1.37 1.37 0 0 0 1.93.07a1.3 1.3 0 0 0 .21-.26l4.08-6.3A3.2 3.2 0 0 0 15 14.7v-1.3a1.87 1.87 0 0 0-1.45-1.82L2.79 9A1 1 0 0 1 2 7.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fac864" fill-rule="evenodd" d="M2 7.79A1 1 0 0 1 3 7h.3L14 9.59a7.2 7.2 0 0 0 4 0L28.71 7A1 1 0 0 1 29 7a1 1 0 0 1 .25 2l-10.77 2.58A1.86 1.86 0 0 0 17 13.39v1.31a3.3 3.3 0 0 0 .51 1.75l4.08 6.3a1.36 1.36 0 0 0 2.14.19l4.47-4.8a1 1 0 0 1 1.5 1.39l-4.47 4.8a3.41 3.41 0 0 1-5.36-.46l-3.71-5.74a.24.24 0 0 0-.31-.07a.2.2 0 0 0-.07.07l-3.68 5.74a3.41 3.41 0 0 1-5.36.46l-4.46-4.8a1 1 0 0 1 .05-1.44a1 1 0 0 1 1.45.05l4.46 4.8a1.37 1.37 0 0 0 1.93.07a1.3 1.3 0 0 0 .21-.26l4.08-6.3A3.2 3.2 0 0 0 15 14.7v-1.3a1.87 1.87 0 0 0-1.45-1.82L2.79 9A1 1 0 0 1 2 7.79"/></svg> </template>
CSS
.icon-file-type-toit {
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%3Cpath%20fill%3D%22%23fac864%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%207.79A1%201%200%200%201%203%207h.3L14%209.59a7.2%207.2%200%200%200%204%200L28.71%207A1%201%200%200%201%2029%207a1%201%200%200%201%20.25%202l-10.77%202.58A1.86%201.86%200%200%200%2017%2013.39v1.31a3.3%203.3%200%200%200%20.51%201.75l4.08%206.3a1.36%201.36%200%200%200%202.14.19l4.47-4.8a1%201%200%200%201%201.5%201.39l-4.47%204.8a3.41%203.41%200%200%201-5.36-.46l-3.71-5.74a.24.24%200%200%200-.31-.07a.2.2%200%200%200-.07.07l-3.68%205.74a3.41%203.41%200%200%201-5.36.46l-4.46-4.8a1%201%200%200%201%20.05-1.44a1%201%200%200%201%201.45.05l4.46%204.8a1.37%201.37%200%200%200%201.93.07a1.3%201.3%200%200%200%20.21-.26l4.08-6.3A3.2%203.2%200%200%200%2015%2014.7v-1.3a1.87%201.87%200%200%200-1.45-1.82L2.79%209A1%201%200%200%201%202%207.79%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%3Cpath%20fill%3D%22%23fac864%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%207.79A1%201%200%200%201%203%207h.3L14%209.59a7.2%207.2%200%200%200%204%200L28.71%207A1%201%200%200%201%2029%207a1%201%200%200%201%20.25%202l-10.77%202.58A1.86%201.86%200%200%200%2017%2013.39v1.31a3.3%203.3%200%200%200%20.51%201.75l4.08%206.3a1.36%201.36%200%200%200%202.14.19l4.47-4.8a1%201%200%200%201%201.5%201.39l-4.47%204.8a3.41%203.41%200%200%201-5.36-.46l-3.71-5.74a.24.24%200%200%200-.31-.07a.2.2%200%200%200-.07.07l-3.68%205.74a3.41%203.41%200%200%201-5.36.46l-4.46-4.8a1%201%200%200%201%20.05-1.44a1%201%200%200%201%201.45.05l4.46%204.8a1.37%201.37%200%200%200%201.93.07a1.3%201.3%200%200%200%20.21-.26l4.08-6.3A3.2%203.2%200%200%200%2015%2014.7v-1.3a1.87%201.87%200%200%200-1.45-1.82L2.79%209A1%201%200%200%201%202%207.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-toit.svg?color=%231a73e8&size=48