file type vscode logo
file-type-vscode from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-vscode
- 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 vscode logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeVscode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0065a9" d="m29.01 5.03l-5.766-2.776a1.74 1.74 0 0 0-1.989.338L2.38 19.8a1.166 1.166 0 0 0-.08 1.647q.037.04.077.077l1.541 1.4a1.165 1.165 0 0 0 1.489.066L28.142 5.75A1.158 1.158 0 0 1 30 6.672v-.067a1.75 1.75 0 0 0-.99-1.575"/><path fill="#007acc" d="m29.01 26.97l-5.766 2.777a1.745 1.745 0 0 1-1.989-.338L2.38 12.2a1.166 1.166 0 0 1-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165 1.165 0 0 1 5.41 9.01l22.732 17.24A1.158 1.158 0 0 0 30 25.328v.072a1.75 1.75 0 0 1-.99 1.57"/><path fill="#1f9cf0" d="M23.244 29.747a1.745 1.745 0 0 1-1.989-.338A1.025 1.025 0 0 0 23 28.684V3.316a1.024 1.024 0 0 0-1.749-.724a1.74 1.74 0 0 1 1.989-.339l5.765 2.772A1.75 1.75 0 0 1 30 6.6v18.8a1.75 1.75 0 0 1-.991 1.576Z"/></svg> </template>
CSS
.icon-file-type-vscode {
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%230065a9%22%20d%3D%22m29.01%205.03l-5.766-2.776a1.74%201.74%200%200%200-1.989.338L2.38%2019.8a1.166%201.166%200%200%200-.08%201.647q.037.04.077.077l1.541%201.4a1.165%201.165%200%200%200%201.489.066L28.142%205.75A1.158%201.158%200%200%201%2030%206.672v-.067a1.75%201.75%200%200%200-.99-1.575%22%2F%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22m29.01%2026.97l-5.766%202.777a1.745%201.745%200%200%201-1.989-.338L2.38%2012.2a1.166%201.166%200%200%201-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165%201.165%200%200%201%205.41%209.01l22.732%2017.24A1.158%201.158%200%200%200%2030%2025.328v.072a1.75%201.75%200%200%201-.99%201.57%22%2F%3E%3Cpath%20fill%3D%22%231f9cf0%22%20d%3D%22M23.244%2029.747a1.745%201.745%200%200%201-1.989-.338A1.025%201.025%200%200%200%2023%2028.684V3.316a1.024%201.024%200%200%200-1.749-.724a1.74%201.74%200%200%201%201.989-.339l5.765%202.772A1.75%201.75%200%200%201%2030%206.6v18.8a1.75%201.75%200%200%201-.991%201.576Z%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%230065a9%22%20d%3D%22m29.01%205.03l-5.766-2.776a1.74%201.74%200%200%200-1.989.338L2.38%2019.8a1.166%201.166%200%200%200-.08%201.647q.037.04.077.077l1.541%201.4a1.165%201.165%200%200%200%201.489.066L28.142%205.75A1.158%201.158%200%200%201%2030%206.672v-.067a1.75%201.75%200%200%200-.99-1.575%22%2F%3E%3Cpath%20fill%3D%22%23007acc%22%20d%3D%22m29.01%2026.97l-5.766%202.777a1.745%201.745%200%200%201-1.989-.338L2.38%2012.2a1.166%201.166%200%200%201-.08-1.647q.037-.04.077-.077l1.541-1.4A1.165%201.165%200%200%201%205.41%209.01l22.732%2017.24A1.158%201.158%200%200%200%2030%2025.328v.072a1.75%201.75%200%200%201-.99%201.57%22%2F%3E%3Cpath%20fill%3D%22%231f9cf0%22%20d%3D%22M23.244%2029.747a1.745%201.745%200%200%201-1.989-.338A1.025%201.025%200%200%200%2023%2028.684V3.316a1.024%201.024%200%200%200-1.749-.724a1.74%201.74%200%200%201%201.989-.339l5.765%202.772A1.75%201.75%200%200%201%2030%206.6v18.8a1.75%201.75%200%200%201-.991%201.576Z%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-vscode.svg?color=%231a73e8&size=48