file type node logo
file-type-node from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-node
- 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 node logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#83cd29" d="M16 30a2.15 2.15 0 0 1-1.076-.288L11.5 27.685c-.511-.286-.262-.387-.093-.446a6.8 6.8 0 0 0 1.549-.7a.26.26 0 0 1 .255.019l2.631 1.563a.34.34 0 0 0 .318 0l10.26-5.922a.32.32 0 0 0 .157-.278V10.075a.33.33 0 0 0-.159-.283l-10.26-5.917a.32.32 0 0 0-.317 0L5.587 9.794a.33.33 0 0 0-.162.281v11.841a.32.32 0 0 0 .161.274L8.4 23.814c1.525.762 2.459-.136 2.459-1.038V11.085a.3.3 0 0 1 .3-.3h1.3a.3.3 0 0 1 .3.3v11.692c0 2.035-1.108 3.2-3.038 3.2a4.4 4.4 0 0 1-2.363-.642l-2.697-1.547a2.17 2.17 0 0 1-1.076-1.872V10.075A2.16 2.16 0 0 1 4.661 8.2l10.261-5.924a2.25 2.25 0 0 1 2.156 0L27.338 8.2a2.17 2.17 0 0 1 1.077 1.87v11.846a2.17 2.17 0 0 1-1.077 1.872l-10.26 5.924A2.15 2.15 0 0 1 16 30"/><path fill="#83cd29" d="M14.054 17.953a.3.3 0 0 1 .3-.3h1.327a.3.3 0 0 1 .295.251c.2 1.351.8 2.032 3.513 2.032c2.161 0 3.082-.489 3.082-1.636c0-.661-.261-1.152-3.62-1.481c-2.808-.278-4.544-.9-4.544-3.144c0-2.07 1.745-3.305 4.67-3.305c3.287 0 4.914 1.141 5.12 3.589a.3.3 0 0 1-.295.323h-1.336a.3.3 0 0 1-.288-.232c-.319-1.421-1.1-1.875-3.2-1.875c-2.36 0-2.634.822-2.634 1.438c0 .746.324.964 3.51 1.385c3.153.417 4.651 1.007 4.651 3.223c0 2.236-1.864 3.516-5.115 3.516c-4.495.006-5.436-2.055-5.436-3.784"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeNode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#83cd29" d="M16 30a2.15 2.15 0 0 1-1.076-.288L11.5 27.685c-.511-.286-.262-.387-.093-.446a6.8 6.8 0 0 0 1.549-.7a.26.26 0 0 1 .255.019l2.631 1.563a.34.34 0 0 0 .318 0l10.26-5.922a.32.32 0 0 0 .157-.278V10.075a.33.33 0 0 0-.159-.283l-10.26-5.917a.32.32 0 0 0-.317 0L5.587 9.794a.33.33 0 0 0-.162.281v11.841a.32.32 0 0 0 .161.274L8.4 23.814c1.525.762 2.459-.136 2.459-1.038V11.085a.3.3 0 0 1 .3-.3h1.3a.3.3 0 0 1 .3.3v11.692c0 2.035-1.108 3.2-3.038 3.2a4.4 4.4 0 0 1-2.363-.642l-2.697-1.547a2.17 2.17 0 0 1-1.076-1.872V10.075A2.16 2.16 0 0 1 4.661 8.2l10.261-5.924a2.25 2.25 0 0 1 2.156 0L27.338 8.2a2.17 2.17 0 0 1 1.077 1.87v11.846a2.17 2.17 0 0 1-1.077 1.872l-10.26 5.924A2.15 2.15 0 0 1 16 30"/><path fill="#83cd29" d="M14.054 17.953a.3.3 0 0 1 .3-.3h1.327a.3.3 0 0 1 .295.251c.2 1.351.8 2.032 3.513 2.032c2.161 0 3.082-.489 3.082-1.636c0-.661-.261-1.152-3.62-1.481c-2.808-.278-4.544-.9-4.544-3.144c0-2.07 1.745-3.305 4.67-3.305c3.287 0 4.914 1.141 5.12 3.589a.3.3 0 0 1-.295.323h-1.336a.3.3 0 0 1-.288-.232c-.319-1.421-1.1-1.875-3.2-1.875c-2.36 0-2.634.822-2.634 1.438c0 .746.324.964 3.51 1.385c3.153.417 4.651 1.007 4.651 3.223c0 2.236-1.864 3.516-5.115 3.516c-4.495.006-5.436-2.055-5.436-3.784"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#83cd29" d="M16 30a2.15 2.15 0 0 1-1.076-.288L11.5 27.685c-.511-.286-.262-.387-.093-.446a6.8 6.8 0 0 0 1.549-.7a.26.26 0 0 1 .255.019l2.631 1.563a.34.34 0 0 0 .318 0l10.26-5.922a.32.32 0 0 0 .157-.278V10.075a.33.33 0 0 0-.159-.283l-10.26-5.917a.32.32 0 0 0-.317 0L5.587 9.794a.33.33 0 0 0-.162.281v11.841a.32.32 0 0 0 .161.274L8.4 23.814c1.525.762 2.459-.136 2.459-1.038V11.085a.3.3 0 0 1 .3-.3h1.3a.3.3 0 0 1 .3.3v11.692c0 2.035-1.108 3.2-3.038 3.2a4.4 4.4 0 0 1-2.363-.642l-2.697-1.547a2.17 2.17 0 0 1-1.076-1.872V10.075A2.16 2.16 0 0 1 4.661 8.2l10.261-5.924a2.25 2.25 0 0 1 2.156 0L27.338 8.2a2.17 2.17 0 0 1 1.077 1.87v11.846a2.17 2.17 0 0 1-1.077 1.872l-10.26 5.924A2.15 2.15 0 0 1 16 30"/><path fill="#83cd29" d="M14.054 17.953a.3.3 0 0 1 .3-.3h1.327a.3.3 0 0 1 .295.251c.2 1.351.8 2.032 3.513 2.032c2.161 0 3.082-.489 3.082-1.636c0-.661-.261-1.152-3.62-1.481c-2.808-.278-4.544-.9-4.544-3.144c0-2.07 1.745-3.305 4.67-3.305c3.287 0 4.914 1.141 5.12 3.589a.3.3 0 0 1-.295.323h-1.336a.3.3 0 0 1-.288-.232c-.319-1.421-1.1-1.875-3.2-1.875c-2.36 0-2.634.822-2.634 1.438c0 .746.324.964 3.51 1.385c3.153.417 4.651 1.007 4.651 3.223c0 2.236-1.864 3.516-5.115 3.516c-4.495.006-5.436-2.055-5.436-3.784"/></svg> </template>
CSS
.icon-file-type-node {
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%2383cd29%22%20d%3D%22M16%2030a2.15%202.15%200%200%201-1.076-.288L11.5%2027.685c-.511-.286-.262-.387-.093-.446a6.8%206.8%200%200%200%201.549-.7a.26.26%200%200%201%20.255.019l2.631%201.563a.34.34%200%200%200%20.318%200l10.26-5.922a.32.32%200%200%200%20.157-.278V10.075a.33.33%200%200%200-.159-.283l-10.26-5.917a.32.32%200%200%200-.317%200L5.587%209.794a.33.33%200%200%200-.162.281v11.841a.32.32%200%200%200%20.161.274L8.4%2023.814c1.525.762%202.459-.136%202.459-1.038V11.085a.3.3%200%200%201%20.3-.3h1.3a.3.3%200%200%201%20.3.3v11.692c0%202.035-1.108%203.2-3.038%203.2a4.4%204.4%200%200%201-2.363-.642l-2.697-1.547a2.17%202.17%200%200%201-1.076-1.872V10.075A2.16%202.16%200%200%201%204.661%208.2l10.261-5.924a2.25%202.25%200%200%201%202.156%200L27.338%208.2a2.17%202.17%200%200%201%201.077%201.87v11.846a2.17%202.17%200%200%201-1.077%201.872l-10.26%205.924A2.15%202.15%200%200%201%2016%2030%22%2F%3E%3Cpath%20fill%3D%22%2383cd29%22%20d%3D%22M14.054%2017.953a.3.3%200%200%201%20.3-.3h1.327a.3.3%200%200%201%20.295.251c.2%201.351.8%202.032%203.513%202.032c2.161%200%203.082-.489%203.082-1.636c0-.661-.261-1.152-3.62-1.481c-2.808-.278-4.544-.9-4.544-3.144c0-2.07%201.745-3.305%204.67-3.305c3.287%200%204.914%201.141%205.12%203.589a.3.3%200%200%201-.295.323h-1.336a.3.3%200%200%201-.288-.232c-.319-1.421-1.1-1.875-3.2-1.875c-2.36%200-2.634.822-2.634%201.438c0%20.746.324.964%203.51%201.385c3.153.417%204.651%201.007%204.651%203.223c0%202.236-1.864%203.516-5.115%203.516c-4.495.006-5.436-2.055-5.436-3.784%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%2383cd29%22%20d%3D%22M16%2030a2.15%202.15%200%200%201-1.076-.288L11.5%2027.685c-.511-.286-.262-.387-.093-.446a6.8%206.8%200%200%200%201.549-.7a.26.26%200%200%201%20.255.019l2.631%201.563a.34.34%200%200%200%20.318%200l10.26-5.922a.32.32%200%200%200%20.157-.278V10.075a.33.33%200%200%200-.159-.283l-10.26-5.917a.32.32%200%200%200-.317%200L5.587%209.794a.33.33%200%200%200-.162.281v11.841a.32.32%200%200%200%20.161.274L8.4%2023.814c1.525.762%202.459-.136%202.459-1.038V11.085a.3.3%200%200%201%20.3-.3h1.3a.3.3%200%200%201%20.3.3v11.692c0%202.035-1.108%203.2-3.038%203.2a4.4%204.4%200%200%201-2.363-.642l-2.697-1.547a2.17%202.17%200%200%201-1.076-1.872V10.075A2.16%202.16%200%200%201%204.661%208.2l10.261-5.924a2.25%202.25%200%200%201%202.156%200L27.338%208.2a2.17%202.17%200%200%201%201.077%201.87v11.846a2.17%202.17%200%200%201-1.077%201.872l-10.26%205.924A2.15%202.15%200%200%201%2016%2030%22%2F%3E%3Cpath%20fill%3D%22%2383cd29%22%20d%3D%22M14.054%2017.953a.3.3%200%200%201%20.3-.3h1.327a.3.3%200%200%201%20.295.251c.2%201.351.8%202.032%203.513%202.032c2.161%200%203.082-.489%203.082-1.636c0-.661-.261-1.152-3.62-1.481c-2.808-.278-4.544-.9-4.544-3.144c0-2.07%201.745-3.305%204.67-3.305c3.287%200%204.914%201.141%205.12%203.589a.3.3%200%200%201-.295.323h-1.336a.3.3%200%200%201-.288-.232c-.319-1.421-1.1-1.875-3.2-1.875c-2.36%200-2.634.822-2.634%201.438c0%20.746.324.964%203.51%201.385c3.153.417%204.651%201.007%204.651%203.223c0%202.236-1.864%203.516-5.115%203.516c-4.495.006-5.436-2.055-5.436-3.784%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-node.svg?color=%231a73e8&size=48