folder type svelte opened logo
folder-type-svelte-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-svelte-opened
- 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 svelte opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb39c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#ffb39c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3e00" d="M29.85 12.77A6.72 6.72 0 0 0 21 10.93l-5 3.12a5.6 5.6 0 0 0-2.62 3.76a5.8 5.8 0 0 0 .6 3.79a5.6 5.6 0 0 0-.86 2.1a5.86 5.86 0 0 0 1.05 4.53A6.72 6.72 0 0 0 23 30.07L28 27a5.64 5.64 0 0 0 2.61-3.76a5.76 5.76 0 0 0-.6-3.8a5.6 5.6 0 0 0 .87-2.1a5.9 5.9 0 0 0-1.06-4.53"/><path fill="#fff" d="M20.51 28.49a4.07 4.07 0 0 1-4.3-1.55a3.47 3.47 0 0 1-.63-2.72a2 2 0 0 1 .12-.46l.09-.28l.26.18a6.6 6.6 0 0 0 2 1l.19.05v.18a1.06 1.06 0 0 0 .2.73a1.23 1.23 0 0 0 1.31.47a.9.9 0 0 0 .31-.13l5-3.12a1 1 0 0 0 .47-.68a1.05 1.05 0 0 0-.18-.82a1.23 1.23 0 0 0-1.3-.46a.9.9 0 0 0-.31.13l-1.93 1.19a3.8 3.8 0 0 1-1 .43a4 4 0 0 1-4.3-1.54a3.5 3.5 0 0 1-.62-2.73a3.35 3.35 0 0 1 1.56-2.26l5-3.11a3.5 3.5 0 0 1 1-.44a4.05 4.05 0 0 1 4.3 1.55a3.52 3.52 0 0 1 .64 2.72a3 3 0 0 1-.12.45l-.1.29l-.25-.18a6.6 6.6 0 0 0-2-1l-.18-.05v-.18a1.06 1.06 0 0 0-.21-.73A1.21 1.21 0 0 0 24.3 15a.9.9 0 0 0-.31.13l-5 3.11a1 1 0 0 0-.47.68a1.05 1.05 0 0 0 .18.82a1.23 1.23 0 0 0 1.3.46a1.2 1.2 0 0 0 .31-.13l1.92-1.19a3.6 3.6 0 0 1 1-.43A4.05 4.05 0 0 1 27.51 20a3.56 3.56 0 0 1 .63 2.72a3.37 3.37 0 0 1-1.57 2.26l-5 3.12a3.6 3.6 0 0 1-1 .44"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeSvelteOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb39c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#ffb39c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3e00" d="M29.85 12.77A6.72 6.72 0 0 0 21 10.93l-5 3.12a5.6 5.6 0 0 0-2.62 3.76a5.8 5.8 0 0 0 .6 3.79a5.6 5.6 0 0 0-.86 2.1a5.86 5.86 0 0 0 1.05 4.53A6.72 6.72 0 0 0 23 30.07L28 27a5.64 5.64 0 0 0 2.61-3.76a5.76 5.76 0 0 0-.6-3.8a5.6 5.6 0 0 0 .87-2.1a5.9 5.9 0 0 0-1.06-4.53"/><path fill="#fff" d="M20.51 28.49a4.07 4.07 0 0 1-4.3-1.55a3.47 3.47 0 0 1-.63-2.72a2 2 0 0 1 .12-.46l.09-.28l.26.18a6.6 6.6 0 0 0 2 1l.19.05v.18a1.06 1.06 0 0 0 .2.73a1.23 1.23 0 0 0 1.31.47a.9.9 0 0 0 .31-.13l5-3.12a1 1 0 0 0 .47-.68a1.05 1.05 0 0 0-.18-.82a1.23 1.23 0 0 0-1.3-.46a.9.9 0 0 0-.31.13l-1.93 1.19a3.8 3.8 0 0 1-1 .43a4 4 0 0 1-4.3-1.54a3.5 3.5 0 0 1-.62-2.73a3.35 3.35 0 0 1 1.56-2.26l5-3.11a3.5 3.5 0 0 1 1-.44a4.05 4.05 0 0 1 4.3 1.55a3.52 3.52 0 0 1 .64 2.72a3 3 0 0 1-.12.45l-.1.29l-.25-.18a6.6 6.6 0 0 0-2-1l-.18-.05v-.18a1.06 1.06 0 0 0-.21-.73A1.21 1.21 0 0 0 24.3 15a.9.9 0 0 0-.31.13l-5 3.11a1 1 0 0 0-.47.68a1.05 1.05 0 0 0 .18.82a1.23 1.23 0 0 0 1.3.46a1.2 1.2 0 0 0 .31-.13l1.92-1.19a3.6 3.6 0 0 1 1-.43A4.05 4.05 0 0 1 27.51 20a3.56 3.56 0 0 1 .63 2.72a3.37 3.37 0 0 1-1.57 2.26l-5 3.12a3.6 3.6 0 0 1-1 .44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffb39c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#ffb39c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ff3e00" d="M29.85 12.77A6.72 6.72 0 0 0 21 10.93l-5 3.12a5.6 5.6 0 0 0-2.62 3.76a5.8 5.8 0 0 0 .6 3.79a5.6 5.6 0 0 0-.86 2.1a5.86 5.86 0 0 0 1.05 4.53A6.72 6.72 0 0 0 23 30.07L28 27a5.64 5.64 0 0 0 2.61-3.76a5.76 5.76 0 0 0-.6-3.8a5.6 5.6 0 0 0 .87-2.1a5.9 5.9 0 0 0-1.06-4.53"/><path fill="#fff" d="M20.51 28.49a4.07 4.07 0 0 1-4.3-1.55a3.47 3.47 0 0 1-.63-2.72a2 2 0 0 1 .12-.46l.09-.28l.26.18a6.6 6.6 0 0 0 2 1l.19.05v.18a1.06 1.06 0 0 0 .2.73a1.23 1.23 0 0 0 1.31.47a.9.9 0 0 0 .31-.13l5-3.12a1 1 0 0 0 .47-.68a1.05 1.05 0 0 0-.18-.82a1.23 1.23 0 0 0-1.3-.46a.9.9 0 0 0-.31.13l-1.93 1.19a3.8 3.8 0 0 1-1 .43a4 4 0 0 1-4.3-1.54a3.5 3.5 0 0 1-.62-2.73a3.35 3.35 0 0 1 1.56-2.26l5-3.11a3.5 3.5 0 0 1 1-.44a4.05 4.05 0 0 1 4.3 1.55a3.52 3.52 0 0 1 .64 2.72a3 3 0 0 1-.12.45l-.1.29l-.25-.18a6.6 6.6 0 0 0-2-1l-.18-.05v-.18a1.06 1.06 0 0 0-.21-.73A1.21 1.21 0 0 0 24.3 15a.9.9 0 0 0-.31.13l-5 3.11a1 1 0 0 0-.47.68a1.05 1.05 0 0 0 .18.82a1.23 1.23 0 0 0 1.3.46a1.2 1.2 0 0 0 .31-.13l1.92-1.19a3.6 3.6 0 0 1 1-.43A4.05 4.05 0 0 1 27.51 20a3.56 3.56 0 0 1 .63 2.72a3.37 3.37 0 0 1-1.57 2.26l-5 3.12a3.6 3.6 0 0 1-1 .44"/></svg> </template>
CSS
.icon-folder-type-svelte-opened {
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%23ffb39c%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb39c%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ff3e00%22%20d%3D%22M29.85%2012.77A6.72%206.72%200%200%200%2021%2010.93l-5%203.12a5.6%205.6%200%200%200-2.62%203.76a5.8%205.8%200%200%200%20.6%203.79a5.6%205.6%200%200%200-.86%202.1a5.86%205.86%200%200%200%201.05%204.53A6.72%206.72%200%200%200%2023%2030.07L28%2027a5.64%205.64%200%200%200%202.61-3.76a5.76%205.76%200%200%200-.6-3.8a5.6%205.6%200%200%200%20.87-2.1a5.9%205.9%200%200%200-1.06-4.53%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.51%2028.49a4.07%204.07%200%200%201-4.3-1.55a3.47%203.47%200%200%201-.63-2.72a2%202%200%200%201%20.12-.46l.09-.28l.26.18a6.6%206.6%200%200%200%202%201l.19.05v.18a1.06%201.06%200%200%200%20.2.73a1.23%201.23%200%200%200%201.31.47a.9.9%200%200%200%20.31-.13l5-3.12a1%201%200%200%200%20.47-.68a1.05%201.05%200%200%200-.18-.82a1.23%201.23%200%200%200-1.3-.46a.9.9%200%200%200-.31.13l-1.93%201.19a3.8%203.8%200%200%201-1%20.43a4%204%200%200%201-4.3-1.54a3.5%203.5%200%200%201-.62-2.73a3.35%203.35%200%200%201%201.56-2.26l5-3.11a3.5%203.5%200%200%201%201-.44a4.05%204.05%200%200%201%204.3%201.55a3.52%203.52%200%200%201%20.64%202.72a3%203%200%200%201-.12.45l-.1.29l-.25-.18a6.6%206.6%200%200%200-2-1l-.18-.05v-.18a1.06%201.06%200%200%200-.21-.73A1.21%201.21%200%200%200%2024.3%2015a.9.9%200%200%200-.31.13l-5%203.11a1%201%200%200%200-.47.68a1.05%201.05%200%200%200%20.18.82a1.23%201.23%200%200%200%201.3.46a1.2%201.2%200%200%200%20.31-.13l1.92-1.19a3.6%203.6%200%200%201%201-.43A4.05%204.05%200%200%201%2027.51%2020a3.56%203.56%200%200%201%20.63%202.72a3.37%203.37%200%200%201-1.57%202.26l-5%203.12a3.6%203.6%200%200%201-1%20.44%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%23ffb39c%22%20d%3D%22M27.4%205.5h-9.2l-2.1%204.2H4.3v16.8h25.2v-21Zm0%2018.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z%22%2F%3E%3Cpath%20fill%3D%22%23ffb39c%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23ff3e00%22%20d%3D%22M29.85%2012.77A6.72%206.72%200%200%200%2021%2010.93l-5%203.12a5.6%205.6%200%200%200-2.62%203.76a5.8%205.8%200%200%200%20.6%203.79a5.6%205.6%200%200%200-.86%202.1a5.86%205.86%200%200%200%201.05%204.53A6.72%206.72%200%200%200%2023%2030.07L28%2027a5.64%205.64%200%200%200%202.61-3.76a5.76%205.76%200%200%200-.6-3.8a5.6%205.6%200%200%200%20.87-2.1a5.9%205.9%200%200%200-1.06-4.53%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.51%2028.49a4.07%204.07%200%200%201-4.3-1.55a3.47%203.47%200%200%201-.63-2.72a2%202%200%200%201%20.12-.46l.09-.28l.26.18a6.6%206.6%200%200%200%202%201l.19.05v.18a1.06%201.06%200%200%200%20.2.73a1.23%201.23%200%200%200%201.31.47a.9.9%200%200%200%20.31-.13l5-3.12a1%201%200%200%200%20.47-.68a1.05%201.05%200%200%200-.18-.82a1.23%201.23%200%200%200-1.3-.46a.9.9%200%200%200-.31.13l-1.93%201.19a3.8%203.8%200%200%201-1%20.43a4%204%200%200%201-4.3-1.54a3.5%203.5%200%200%201-.62-2.73a3.35%203.35%200%200%201%201.56-2.26l5-3.11a3.5%203.5%200%200%201%201-.44a4.05%204.05%200%200%201%204.3%201.55a3.52%203.52%200%200%201%20.64%202.72a3%203%200%200%201-.12.45l-.1.29l-.25-.18a6.6%206.6%200%200%200-2-1l-.18-.05v-.18a1.06%201.06%200%200%200-.21-.73A1.21%201.21%200%200%200%2024.3%2015a.9.9%200%200%200-.31.13l-5%203.11a1%201%200%200%200-.47.68a1.05%201.05%200%200%200%20.18.82a1.23%201.23%200%200%200%201.3.46a1.2%201.2%200%200%200%20.31-.13l1.92-1.19a3.6%203.6%200%200%201%201-.43A4.05%204.05%200%200%201%2027.51%2020a3.56%203.56%200%200%201%20.63%202.72a3.37%203.37%200%200%201-1.57%202.26l-5%203.12a3.6%203.6%200%200%201-1%20.44%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-svelte-opened.svg?color=%231a73e8&size=48