file type light deepsource logo
file-type-light-deepsource from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-deepsource
- 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 light deepsource logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#121317" d="M4.1 2v28H13q4.6 0 7.94-1.8a13 13 0 0 0 5.15-4.93q1.8-3.16 1.81-7.27c.01-4.11-.6-5.16-1.81-7.27s-2.93-3.76-5.15-4.93A16.5 16.5 0 0 0 13 2z"/><path fill="#33cb9a" d="M8.86 7.6h9.21c.78 0 1.43.76 1.43 1.68s-.65 1.68-1.43 1.68H8.86z"/><path fill="#d22f43" d="M8.86 21.04H19.8c.75 0 1.38.76 1.38 1.68s-.63 1.68-1.38 1.68H8.86z"/><path fill="#f3cb51" d="M8.86 14.32h5.95c.73 0 1.33.76 1.33 1.68s-.6 1.68-1.33 1.68H8.86z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightDeepsource(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#121317" d="M4.1 2v28H13q4.6 0 7.94-1.8a13 13 0 0 0 5.15-4.93q1.8-3.16 1.81-7.27c.01-4.11-.6-5.16-1.81-7.27s-2.93-3.76-5.15-4.93A16.5 16.5 0 0 0 13 2z"/><path fill="#33cb9a" d="M8.86 7.6h9.21c.78 0 1.43.76 1.43 1.68s-.65 1.68-1.43 1.68H8.86z"/><path fill="#d22f43" d="M8.86 21.04H19.8c.75 0 1.38.76 1.38 1.68s-.63 1.68-1.38 1.68H8.86z"/><path fill="#f3cb51" d="M8.86 14.32h5.95c.73 0 1.33.76 1.33 1.68s-.6 1.68-1.33 1.68H8.86z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#121317" d="M4.1 2v28H13q4.6 0 7.94-1.8a13 13 0 0 0 5.15-4.93q1.8-3.16 1.81-7.27c.01-4.11-.6-5.16-1.81-7.27s-2.93-3.76-5.15-4.93A16.5 16.5 0 0 0 13 2z"/><path fill="#33cb9a" d="M8.86 7.6h9.21c.78 0 1.43.76 1.43 1.68s-.65 1.68-1.43 1.68H8.86z"/><path fill="#d22f43" d="M8.86 21.04H19.8c.75 0 1.38.76 1.38 1.68s-.63 1.68-1.38 1.68H8.86z"/><path fill="#f3cb51" d="M8.86 14.32h5.95c.73 0 1.33.76 1.33 1.68s-.6 1.68-1.33 1.68H8.86z"/></svg> </template>
CSS
.icon-file-type-light-deepsource {
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%23121317%22%20d%3D%22M4.1%202v28H13q4.6%200%207.94-1.8a13%2013%200%200%200%205.15-4.93q1.8-3.16%201.81-7.27c.01-4.11-.6-5.16-1.81-7.27s-2.93-3.76-5.15-4.93A16.5%2016.5%200%200%200%2013%202z%22%2F%3E%3Cpath%20fill%3D%22%2333cb9a%22%20d%3D%22M8.86%207.6h9.21c.78%200%201.43.76%201.43%201.68s-.65%201.68-1.43%201.68H8.86z%22%2F%3E%3Cpath%20fill%3D%22%23d22f43%22%20d%3D%22M8.86%2021.04H19.8c.75%200%201.38.76%201.38%201.68s-.63%201.68-1.38%201.68H8.86z%22%2F%3E%3Cpath%20fill%3D%22%23f3cb51%22%20d%3D%22M8.86%2014.32h5.95c.73%200%201.33.76%201.33%201.68s-.6%201.68-1.33%201.68H8.86z%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%23121317%22%20d%3D%22M4.1%202v28H13q4.6%200%207.94-1.8a13%2013%200%200%200%205.15-4.93q1.8-3.16%201.81-7.27c.01-4.11-.6-5.16-1.81-7.27s-2.93-3.76-5.15-4.93A16.5%2016.5%200%200%200%2013%202z%22%2F%3E%3Cpath%20fill%3D%22%2333cb9a%22%20d%3D%22M8.86%207.6h9.21c.78%200%201.43.76%201.43%201.68s-.65%201.68-1.43%201.68H8.86z%22%2F%3E%3Cpath%20fill%3D%22%23d22f43%22%20d%3D%22M8.86%2021.04H19.8c.75%200%201.38.76%201.38%201.68s-.63%201.68-1.38%201.68H8.86z%22%2F%3E%3Cpath%20fill%3D%22%23f3cb51%22%20d%3D%22M8.86%2014.32h5.95c.73%200%201.33.76%201.33%201.68s-.6%201.68-1.33%201.68H8.86z%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-light-deepsource.svg?color=%231a73e8&size=48