file type deepsource logo
file-type-deepsource from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-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 deepsource logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M13.87 2q4.35 0 7.48 1.8q3.14 1.75 4.84 4.93Q27.9 11.89 27.9 16c0 4.11-.57 5.16-1.7 7.27a12.5 12.5 0 0 1-4.85 4.93a15 15 0 0 1-7.48 1.8H4.1V2zM8.86 24.4H19.8c.75 0 1.38-.76 1.38-1.68s-.63-1.68-1.38-1.68H8.86zm0-10.08v3.36h5.95c.73 0 1.33-.76 1.33-1.68s-.6-1.68-1.33-1.68zm0-3.36h9.21c.78 0 1.43-.76 1.43-1.68s-.65-1.68-1.43-1.68H8.86z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeDeepsource(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d2d2d2" d="M13.87 2q4.35 0 7.48 1.8q3.14 1.75 4.84 4.93Q27.9 11.89 27.9 16c0 4.11-.57 5.16-1.7 7.27a12.5 12.5 0 0 1-4.85 4.93a15 15 0 0 1-7.48 1.8H4.1V2zM8.86 24.4H19.8c.75 0 1.38-.76 1.38-1.68s-.63-1.68-1.38-1.68H8.86zm0-10.08v3.36h5.95c.73 0 1.33-.76 1.33-1.68s-.6-1.68-1.33-1.68zm0-3.36h9.21c.78 0 1.43-.76 1.43-1.68s-.65-1.68-1.43-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="#d2d2d2" d="M13.87 2q4.35 0 7.48 1.8q3.14 1.75 4.84 4.93Q27.9 11.89 27.9 16c0 4.11-.57 5.16-1.7 7.27a12.5 12.5 0 0 1-4.85 4.93a15 15 0 0 1-7.48 1.8H4.1V2zM8.86 24.4H19.8c.75 0 1.38-.76 1.38-1.68s-.63-1.68-1.38-1.68H8.86zm0-10.08v3.36h5.95c.73 0 1.33-.76 1.33-1.68s-.6-1.68-1.33-1.68zm0-3.36h9.21c.78 0 1.43-.76 1.43-1.68s-.65-1.68-1.43-1.68H8.86z"/></svg> </template>
CSS
.icon-file-type-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%23d2d2d2%22%20d%3D%22M13.87%202q4.35%200%207.48%201.8q3.14%201.75%204.84%204.93Q27.9%2011.89%2027.9%2016c0%204.11-.57%205.16-1.7%207.27a12.5%2012.5%200%200%201-4.85%204.93a15%2015%200%200%201-7.48%201.8H4.1V2zM8.86%2024.4H19.8c.75%200%201.38-.76%201.38-1.68s-.63-1.68-1.38-1.68H8.86zm0-10.08v3.36h5.95c.73%200%201.33-.76%201.33-1.68s-.6-1.68-1.33-1.68zm0-3.36h9.21c.78%200%201.43-.76%201.43-1.68s-.65-1.68-1.43-1.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%23d2d2d2%22%20d%3D%22M13.87%202q4.35%200%207.48%201.8q3.14%201.75%204.84%204.93Q27.9%2011.89%2027.9%2016c0%204.11-.57%205.16-1.7%207.27a12.5%2012.5%200%200%201-4.85%204.93a15%2015%200%200%201-7.48%201.8H4.1V2zM8.86%2024.4H19.8c.75%200%201.38-.76%201.38-1.68s-.63-1.68-1.38-1.68H8.86zm0-10.08v3.36h5.95c.73%200%201.33-.76%201.33-1.68s-.6-1.68-1.33-1.68zm0-3.36h9.21c.78%200%201.43-.76%201.43-1.68s-.65-1.68-1.43-1.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-deepsource.svg?color=%231a73e8&size=48