folder type node logo
folder-type-node from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-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 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="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.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.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 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 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.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-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeNode(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="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.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.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 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 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.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-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/></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="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.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.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 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 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.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-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/></svg> </template>
CSS
.icon-folder-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%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%23fff%22%20d%3D%22M21.688%2031a1.6%201.6%200%200%201-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5%205%200%200%200%2019.4%2028.4a.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.881a.25.25%200%200%200-.119-.212l-7.692-4.438a.24.24%200%200%200-.238%200l-7.693%204.439a.25.25%200%200%200-.122.211v8.881a.24.24%200%200%200%20.121.206l2.108%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%2015.2%2027.5l-2.018-1.162a1.63%201.63%200%200%201-.807-1.4v-8.882a1.62%201.62%200%200%201%20.807-1.4l7.7-4.447a1.69%201.69%200%200%201%201.617%200l7.7%204.447a1.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-.811.22%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.231%2021.965a.22.22%200%200%201%20.222-.222h1a.22.22%200%200%201%20.221.188c.15%201.013.6%201.524%202.634%201.524c1.621%200%202.311-.367%202.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553%201.309-2.479%203.5-2.479c2.466%200%203.685.856%203.84%202.691a.22.22%200%200%201-.221.242h-1a.22.22%200%200%201-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77%200-1.975.617-1.975%201.079c0%20.56.243.723%202.632%201.039c2.365.313%203.488.755%203.488%202.418s-1.4%202.637-3.836%202.637c-3.372.002-4.077-1.543-4.077-2.84%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%23fff%22%20d%3D%22M21.688%2031a1.6%201.6%200%200%201-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5%205%200%200%200%2019.4%2028.4a.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.881a.25.25%200%200%200-.119-.212l-7.692-4.438a.24.24%200%200%200-.238%200l-7.693%204.439a.25.25%200%200%200-.122.211v8.881a.24.24%200%200%200%20.121.206l2.108%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%2015.2%2027.5l-2.018-1.162a1.63%201.63%200%200%201-.807-1.4v-8.882a1.62%201.62%200%200%201%20.807-1.4l7.7-4.447a1.69%201.69%200%200%201%201.617%200l7.7%204.447a1.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-.811.22%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.231%2021.965a.22.22%200%200%201%20.222-.222h1a.22.22%200%200%201%20.221.188c.15%201.013.6%201.524%202.634%201.524c1.621%200%202.311-.367%202.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553%201.309-2.479%203.5-2.479c2.466%200%203.685.856%203.84%202.691a.22.22%200%200%201-.221.242h-1a.22.22%200%200%201-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77%200-1.975.617-1.975%201.079c0%20.56.243.723%202.632%201.039c2.365.313%203.488.755%203.488%202.418s-1.4%202.637-3.836%202.637c-3.372.002-4.077-1.543-4.077-2.84%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-node.svg?color=%231a73e8&size=48