folder type next logo
folder-type-next from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-next
- 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 next logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><circle cx="21" cy="21" r="10" fill="#e5e5e5"/><path d="M29.919 19.691a9.04 9.04 0 0 0-6.157-7.271a9.4 9.4 0 0 0-1.873-.392a23 23 0 0 0-1.478-.023c-.039 0-.162.016-.273.024a9.02 9.02 0 0 0-6.468 3.73a8.9 8.9 0 0 0-1.589 3.932A7 7 0 0 0 12 21a7 7 0 0 0 .081 1.31a9.04 9.04 0 0 0 6.157 7.271a9.5 9.5 0 0 0 1.9.4a17 17 0 0 0 1.724 0a9.1 9.1 0 0 0 3.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364 25l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014 1.184-.017 2.632a21 21 0 0 1-.039 2.7a.32.32 0 0 1-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33 0 0 1-.118-.129l-.037-.079v-7.056l.055-.069a.5.5 0 0 1 .13-.107c.072-.035.1-.039.4-.039c.359 0 .419.014.512.116c.026.028 1 1.5 2.171 3.271l3.551 5.378l1.425 2.158l.072-.047a9.2 9.2 0 0 0 1.85-1.622a8.96 8.96 0 0 0 2.118-4.6A7 7 0 0 0 30 21a7 7 0 0 0-.081-1.309m-5.632 1.193v3.163l-.558-.855l-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36 0 0 1 .174-.222c.072-.037.1-.04.375-.04c.26 0 .306 0 .364.035a.36.36 0 0 1 .178.208c.009.045.012 1.025.009 3.229"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeNext(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><circle cx="21" cy="21" r="10" fill="#e5e5e5"/><path d="M29.919 19.691a9.04 9.04 0 0 0-6.157-7.271a9.4 9.4 0 0 0-1.873-.392a23 23 0 0 0-1.478-.023c-.039 0-.162.016-.273.024a9.02 9.02 0 0 0-6.468 3.73a8.9 8.9 0 0 0-1.589 3.932A7 7 0 0 0 12 21a7 7 0 0 0 .081 1.31a9.04 9.04 0 0 0 6.157 7.271a9.5 9.5 0 0 0 1.9.4a17 17 0 0 0 1.724 0a9.1 9.1 0 0 0 3.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364 25l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014 1.184-.017 2.632a21 21 0 0 1-.039 2.7a.32.32 0 0 1-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33 0 0 1-.118-.129l-.037-.079v-7.056l.055-.069a.5.5 0 0 1 .13-.107c.072-.035.1-.039.4-.039c.359 0 .419.014.512.116c.026.028 1 1.5 2.171 3.271l3.551 5.378l1.425 2.158l.072-.047a9.2 9.2 0 0 0 1.85-1.622a8.96 8.96 0 0 0 2.118-4.6A7 7 0 0 0 30 21a7 7 0 0 0-.081-1.309m-5.632 1.193v3.163l-.558-.855l-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36 0 0 1 .174-.222c.072-.037.1-.04.375-.04c.26 0 .306 0 .364.035a.36.36 0 0 1 .178.208c.009.045.012 1.025.009 3.229"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c09553" d="M27.417 5.5H18.19l-2.083 4.2H4.5v16.8h25v-21Zm0 4.2h-8.135l1.091-2.1h7.044Z"/><circle cx="21" cy="21" r="10" fill="#e5e5e5"/><path d="M29.919 19.691a9.04 9.04 0 0 0-6.157-7.271a9.4 9.4 0 0 0-1.873-.392a23 23 0 0 0-1.478-.023c-.039 0-.162.016-.273.024a9.02 9.02 0 0 0-6.468 3.73a8.9 8.9 0 0 0-1.589 3.932A7 7 0 0 0 12 21a7 7 0 0 0 .081 1.31a9.04 9.04 0 0 0 6.157 7.271a9.5 9.5 0 0 0 1.9.4a17 17 0 0 0 1.724 0a9.1 9.1 0 0 0 3.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364 25l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014 1.184-.017 2.632a21 21 0 0 1-.039 2.7a.32.32 0 0 1-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33 0 0 1-.118-.129l-.037-.079v-7.056l.055-.069a.5.5 0 0 1 .13-.107c.072-.035.1-.039.4-.039c.359 0 .419.014.512.116c.026.028 1 1.5 2.171 3.271l3.551 5.378l1.425 2.158l.072-.047a9.2 9.2 0 0 0 1.85-1.622a8.96 8.96 0 0 0 2.118-4.6A7 7 0 0 0 30 21a7 7 0 0 0-.081-1.309m-5.632 1.193v3.163l-.558-.855l-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36 0 0 1 .174-.222c.072-.037.1-.04.375-.04c.26 0 .306 0 .364.035a.36.36 0 0 1 .178.208c.009.045.012 1.025.009 3.229"/></svg> </template>
CSS
.icon-folder-type-next {
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%23c09553%22%20d%3D%22M27.417%205.5H18.19l-2.083%204.2H4.5v16.8h25v-21Zm0%204.2h-8.135l1.091-2.1h7.044Z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%2210%22%20fill%3D%22%23e5e5e5%22%2F%3E%3Cpath%20d%3D%22M29.919%2019.691a9.04%209.04%200%200%200-6.157-7.271a9.4%209.4%200%200%200-1.873-.392a23%2023%200%200%200-1.478-.023c-.039%200-.162.016-.273.024a9.02%209.02%200%200%200-6.468%203.73a8.9%208.9%200%200%200-1.589%203.932A7%207%200%200%200%2012%2021a7%207%200%200%200%20.081%201.31a9.04%209.04%200%200%200%206.157%207.271a9.5%209.5%200%200%200%201.9.4a17%2017%200%200%200%201.724%200a9.1%209.1%200%200%200%203.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364%2025l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014%201.184-.017%202.632a21%2021%200%200%201-.039%202.7a.32.32%200%200%201-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33%200%200%201-.118-.129l-.037-.079v-7.056l.055-.069a.5.5%200%200%201%20.13-.107c.072-.035.1-.039.4-.039c.359%200%20.419.014.512.116c.026.028%201%201.5%202.171%203.271l3.551%205.378l1.425%202.158l.072-.047a9.2%209.2%200%200%200%201.85-1.622a8.96%208.96%200%200%200%202.118-4.6A7%207%200%200%200%2030%2021a7%207%200%200%200-.081-1.309m-5.632%201.193v3.163l-.558-.855l-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36%200%200%201%20.174-.222c.072-.037.1-.04.375-.04c.26%200%20.306%200%20.364.035a.36.36%200%200%201%20.178.208c.009.045.012%201.025.009%203.229%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%23c09553%22%20d%3D%22M27.417%205.5H18.19l-2.083%204.2H4.5v16.8h25v-21Zm0%204.2h-8.135l1.091-2.1h7.044Z%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%2221%22%20r%3D%2210%22%20fill%3D%22%23e5e5e5%22%2F%3E%3Cpath%20d%3D%22M29.919%2019.691a9.04%209.04%200%200%200-6.157-7.271a9.4%209.4%200%200%200-1.873-.392a23%2023%200%200%200-1.478-.023c-.039%200-.162.016-.273.024a9.02%209.02%200%200%200-6.468%203.73a8.9%208.9%200%200%200-1.589%203.932A7%207%200%200%200%2012%2021a7%207%200%200%200%20.081%201.31a9.04%209.04%200%200%200%206.157%207.271a9.5%209.5%200%200%200%201.9.4a17%2017%200%200%200%201.724%200a9.1%209.1%200%200%200%203.243-.949c.155-.079.185-.1.164-.118s-.674-.9-1.466-1.965L22.364%2025l-1.8-2.668c-.992-1.468-1.809-2.668-1.816-2.668s-.014%201.184-.017%202.632a21%2021%200%200%201-.039%202.7a.32.32%200%200%201-.155.16c-.056.029-.105.034-.371.034h-.3l-.08-.051a.33.33%200%200%201-.118-.129l-.037-.079v-7.056l.055-.069a.5.5%200%200%201%20.13-.107c.072-.035.1-.039.4-.039c.359%200%20.419.014.512.116c.026.028%201%201.5%202.171%203.271l3.551%205.378l1.425%202.158l.072-.047a9.2%209.2%200%200%200%201.85-1.622a8.96%208.96%200%200%200%202.118-4.6A7%207%200%200%200%2030%2021a7%207%200%200%200-.081-1.309m-5.632%201.193v3.163l-.558-.855l-.56-.855v-2.3c0-1.487.007-2.323.018-2.363a.36.36%200%200%201%20.174-.222c.072-.037.1-.04.375-.04c.26%200%20.306%200%20.364.035a.36.36%200%200%201%20.178.208c.009.045.012%201.025.009%203.229%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-next.svg?color=%231a73e8&size=48