file type node2 logo
file-type-node2 from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-node2
- 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 node2 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#83cd29" fill-rule="evenodd" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2"/><path fill="#fff" 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 30m3.488-8.257c3.251 0 5.115-1.28 5.115-3.516c0-2.216-1.5-2.807-4.651-3.223c-3.186-.422-3.51-.639-3.51-1.385c0-.616.274-1.438 2.634-1.438c2.108 0 2.885.454 3.2 1.875a.3.3 0 0 0 .288.232H23.9a.3.3 0 0 0 .295-.323c-.206-2.448-1.832-3.589-5.12-3.589c-2.925 0-4.67 1.235-4.67 3.305c0 2.246 1.736 2.866 4.544 3.144c3.359.329 3.62.82 3.62 1.481c0 1.147-.92 1.636-3.082 1.636c-2.715 0-3.313-.682-3.513-2.032a.3.3 0 0 0-.295-.251h-1.328a.3.3 0 0 0-.3.3c.003 1.723.944 3.784 5.434 3.784Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeNode2(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" fillRule="evenodd" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2"/><path fill="#fff" 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 30m3.488-8.257c3.251 0 5.115-1.28 5.115-3.516c0-2.216-1.5-2.807-4.651-3.223c-3.186-.422-3.51-.639-3.51-1.385c0-.616.274-1.438 2.634-1.438c2.108 0 2.885.454 3.2 1.875a.3.3 0 0 0 .288.232H23.9a.3.3 0 0 0 .295-.323c-.206-2.448-1.832-3.589-5.12-3.589c-2.925 0-4.67 1.235-4.67 3.305c0 2.246 1.736 2.866 4.544 3.144c3.359.329 3.62.82 3.62 1.481c0 1.147-.92 1.636-3.082 1.636c-2.715 0-3.313-.682-3.513-2.032a.3.3 0 0 0-.295-.251h-1.328a.3.3 0 0 0-.3.3c.003 1.723.944 3.784 5.434 3.784Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#83cd29" fill-rule="evenodd" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2"/><path fill="#fff" 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 30m3.488-8.257c3.251 0 5.115-1.28 5.115-3.516c0-2.216-1.5-2.807-4.651-3.223c-3.186-.422-3.51-.639-3.51-1.385c0-.616.274-1.438 2.634-1.438c2.108 0 2.885.454 3.2 1.875a.3.3 0 0 0 .288.232H23.9a.3.3 0 0 0 .295-.323c-.206-2.448-1.832-3.589-5.12-3.589c-2.925 0-4.67 1.235-4.67 3.305c0 2.246 1.736 2.866 4.544 3.144c3.359.329 3.62.82 3.62 1.481c0 1.147-.92 1.636-3.082 1.636c-2.715 0-3.313-.682-3.513-2.032a.3.3 0 0 0-.295-.251h-1.328a.3.3 0 0 0-.3.3c.003 1.723.944 3.784 5.434 3.784Z"/></svg> </template>
CSS
.icon-file-type-node2 {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202A14%2014%200%201%201%202%2016A14%2014%200%200%201%2016%202%22%2F%3E%3Cpath%20fill%3D%22%23fff%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%2030m3.488-8.257c3.251%200%205.115-1.28%205.115-3.516c0-2.216-1.5-2.807-4.651-3.223c-3.186-.422-3.51-.639-3.51-1.385c0-.616.274-1.438%202.634-1.438c2.108%200%202.885.454%203.2%201.875a.3.3%200%200%200%20.288.232H23.9a.3.3%200%200%200%20.295-.323c-.206-2.448-1.832-3.589-5.12-3.589c-2.925%200-4.67%201.235-4.67%203.305c0%202.246%201.736%202.866%204.544%203.144c3.359.329%203.62.82%203.62%201.481c0%201.147-.92%201.636-3.082%201.636c-2.715%200-3.313-.682-3.513-2.032a.3.3%200%200%200-.295-.251h-1.328a.3.3%200%200%200-.3.3c.003%201.723.944%203.784%205.434%203.784Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16%202A14%2014%200%201%201%202%2016A14%2014%200%200%201%2016%202%22%2F%3E%3Cpath%20fill%3D%22%23fff%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%2030m3.488-8.257c3.251%200%205.115-1.28%205.115-3.516c0-2.216-1.5-2.807-4.651-3.223c-3.186-.422-3.51-.639-3.51-1.385c0-.616.274-1.438%202.634-1.438c2.108%200%202.885.454%203.2%201.875a.3.3%200%200%200%20.288.232H23.9a.3.3%200%200%200%20.295-.323c-.206-2.448-1.832-3.589-5.12-3.589c-2.925%200-4.67%201.235-4.67%203.305c0%202.246%201.736%202.866%204.544%203.144c3.359.329%203.62.82%203.62%201.481c0%201.147-.92%201.636-3.082%201.636c-2.715%200-3.313-.682-3.513-2.032a.3.3%200%200%200-.295-.251h-1.328a.3.3%200%200%200-.3.3c.003%201.723.944%203.784%205.434%203.784Z%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-node2.svg?color=%231a73e8&size=48