folder type light node logo
folder-type-light-node from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-light-node
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
folder-type-androidfolder-type-android-openedfolder-type-angularfolder-type-angular-openedfolder-type-apachefolder-type-apache-openedfolder-type-apifolder-type-api-openedfolder-type-appfolder-type-app-openedfolder-type-arangodbfolder-type-arangodb-openedfolder-type-assetfolder-type-asset-openedfolder-type-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-opened
Use the folder type light node logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8ebf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#83cd29" fill-rule="evenodd" d="M20.5 10A10.5 10.5 0 1 1 10 20.5A10.5 10.5 0 0 1 20.5 10"/><path fill="#fff" d="M20.5 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5 5 0 0 0 1.162-.528a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.882a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.698 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.111 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4a3.3 3.3 0 0 1-1.773-.482L12 26.341a1.63 1.63 0 0 1-.807-1.4v-8.885a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0L29 14.653a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.8.223m2.616-6.193c2.438 0 3.836-.96 3.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039c0-.462.205-1.079 1.975-1.079c1.581 0 2.164.341 2.4 1.407a.22.22 0 0 0 .216.174h1a.22.22 0 0 0 .221-.242c-.154-1.836-1.374-2.691-3.84-2.691c-2.194 0-3.5.926-3.5 2.479c0 1.684 1.3 2.15 3.408 2.358c2.519.247 2.715.615 2.715 1.111c0 .86-.69 1.227-2.311 1.227c-2.036 0-2.485-.511-2.634-1.524a.22.22 0 0 0-.221-.188h-1a.22.22 0 0 0-.222.222c.002 1.295.707 2.84 4.075 2.84Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeLightNode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8ebf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#83cd29" fillRule="evenodd" d="M20.5 10A10.5 10.5 0 1 1 10 20.5A10.5 10.5 0 0 1 20.5 10"/><path fill="#fff" d="M20.5 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5 5 0 0 0 1.162-.528a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.882a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.698 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.111 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4a3.3 3.3 0 0 1-1.773-.482L12 26.341a1.63 1.63 0 0 1-.807-1.4v-8.885a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0L29 14.653a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.8.223m2.616-6.193c2.438 0 3.836-.96 3.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039c0-.462.205-1.079 1.975-1.079c1.581 0 2.164.341 2.4 1.407a.22.22 0 0 0 .216.174h1a.22.22 0 0 0 .221-.242c-.154-1.836-1.374-2.691-3.84-2.691c-2.194 0-3.5.926-3.5 2.479c0 1.684 1.3 2.15 3.408 2.358c2.519.247 2.715.615 2.715 1.111c0 .86-.69 1.227-2.311 1.227c-2.036 0-2.485-.511-2.634-1.524a.22.22 0 0 0-.221-.188h-1a.22.22 0 0 0-.222.222c.002 1.295.707 2.84 4.075 2.84Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#8ebf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#83cd29" fill-rule="evenodd" d="M20.5 10A10.5 10.5 0 1 1 10 20.5A10.5 10.5 0 0 1 20.5 10"/><path fill="#fff" d="M20.5 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5 5 0 0 0 1.162-.528a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.882a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.698 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.111 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4a3.3 3.3 0 0 1-1.773-.482L12 26.341a1.63 1.63 0 0 1-.807-1.4v-8.885a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0L29 14.653a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.8.223m2.616-6.193c2.438 0 3.836-.96 3.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039c0-.462.205-1.079 1.975-1.079c1.581 0 2.164.341 2.4 1.407a.22.22 0 0 0 .216.174h1a.22.22 0 0 0 .221-.242c-.154-1.836-1.374-2.691-3.84-2.691c-2.194 0-3.5.926-3.5 2.479c0 1.684 1.3 2.15 3.408 2.358c2.519.247 2.715.615 2.715 1.111c0 .86-.69 1.227-2.311 1.227c-2.036 0-2.485-.511-2.634-1.524a.22.22 0 0 0-.221-.188h-1a.22.22 0 0 0-.222.222c.002 1.295.707 2.84 4.075 2.84Z"/></svg> </template>
CSS
.icon-folder-type-light-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%238ebf55%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%2383cd29%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2010A10.5%2010.5%200%201%201%2010%2020.5A10.5%2010.5%200%200%201%2020.5%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.5%2031a1.6%201.6%200%200%201-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5%205%200%200%200%201.162-.528a.2.2%200%200%201%20.191.015l1.974%201.172a.26.26%200%200%200%20.239%200l7.7-4.442a.24.24%200%200%200%20.118-.208v-8.882a.25.25%200%200%200-.119-.212l-7.692-4.438a.24.24%200%200%200-.238%200l-7.698%204.439a.25.25%200%200%200-.122.211v8.881a.24.24%200%200%200%20.121.206l2.111%201.218c1.144.572%201.845-.1%201.845-.778v-8.769a.22.22%200%200%201%20.223-.222h.976a.22.22%200%200%201%20.222.222v8.769a2.132%202.132%200%200%201-2.278%202.4a3.3%203.3%200%200%201-1.773-.482L12%2026.341a1.63%201.63%200%200%201-.807-1.4v-8.885a1.62%201.62%200%200%201%20.807-1.4l7.7-4.447a1.69%201.69%200%200%201%201.617%200L29%2014.653a1.62%201.62%200%200%201%20.808%201.4v8.881a1.63%201.63%200%200%201-.808%201.4l-7.7%204.443a1.6%201.6%200%200%201-.8.223m2.616-6.193c2.438%200%203.836-.96%203.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039c0-.462.205-1.079%201.975-1.079c1.581%200%202.164.341%202.4%201.407a.22.22%200%200%200%20.216.174h1a.22.22%200%200%200%20.221-.242c-.154-1.836-1.374-2.691-3.84-2.691c-2.194%200-3.5.926-3.5%202.479c0%201.684%201.3%202.15%203.408%202.358c2.519.247%202.715.615%202.715%201.111c0%20.86-.69%201.227-2.311%201.227c-2.036%200-2.485-.511-2.634-1.524a.22.22%200%200%200-.221-.188h-1a.22.22%200%200%200-.222.222c.002%201.295.707%202.84%204.075%202.84Z%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%238ebf55%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20fill%3D%22%2383cd29%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20.5%2010A10.5%2010.5%200%201%201%2010%2020.5A10.5%2010.5%200%200%201%2020.5%2010%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.5%2031a1.6%201.6%200%200%201-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335a5%205%200%200%200%201.162-.528a.2.2%200%200%201%20.191.015l1.974%201.172a.26.26%200%200%200%20.239%200l7.7-4.442a.24.24%200%200%200%20.118-.208v-8.882a.25.25%200%200%200-.119-.212l-7.692-4.438a.24.24%200%200%200-.238%200l-7.698%204.439a.25.25%200%200%200-.122.211v8.881a.24.24%200%200%200%20.121.206l2.111%201.218c1.144.572%201.845-.1%201.845-.778v-8.769a.22.22%200%200%201%20.223-.222h.976a.22.22%200%200%201%20.222.222v8.769a2.132%202.132%200%200%201-2.278%202.4a3.3%203.3%200%200%201-1.773-.482L12%2026.341a1.63%201.63%200%200%201-.807-1.4v-8.885a1.62%201.62%200%200%201%20.807-1.4l7.7-4.447a1.69%201.69%200%200%201%201.617%200L29%2014.653a1.62%201.62%200%200%201%20.808%201.4v8.881a1.63%201.63%200%200%201-.808%201.4l-7.7%204.443a1.6%201.6%200%200%201-.8.223m2.616-6.193c2.438%200%203.836-.96%203.836-2.637s-1.124-2.1-3.488-2.418c-2.39-.316-2.632-.479-2.632-1.039c0-.462.205-1.079%201.975-1.079c1.581%200%202.164.341%202.4%201.407a.22.22%200%200%200%20.216.174h1a.22.22%200%200%200%20.221-.242c-.154-1.836-1.374-2.691-3.84-2.691c-2.194%200-3.5.926-3.5%202.479c0%201.684%201.3%202.15%203.408%202.358c2.519.247%202.715.615%202.715%201.111c0%20.86-.69%201.227-2.311%201.227c-2.036%200-2.485-.511-2.634-1.524a.22.22%200%200%200-.221-.188h-1a.22.22%200%200%200-.222.222c.002%201.295.707%202.84%204.075%202.84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-light-node.svg?color=%231a73e8&size=48