folder type asset opened logo
folder-type-asset-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-asset-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-astrofolder-type-astro-openedfolder-type-audiofolder-type-audio-openedfolder-type-aureliafolder-type-aurelia-openedfolder-type-awsfolder-type-aws-openedfolder-type-azurefolder-type-azure-openedfolder-type-azurepipelines
Use the folder type asset opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d87c7c" 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="#d87c7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeAssetOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d87c7c" 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="#d87c7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d87c7c" 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="#d87c7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/></svg> </template>
CSS
.icon-folder-type-asset-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%23d87c7c%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%23d87c7c%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Crect%20width%3D%2221%22%20height%3D%2221%22%20x%3D%2210%22%20y%3D%2210%22%20fill%3D%22%23414141%22%20rx%3D%222.761%22%20ry%3D%222.761%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M13.937%2011.925h13.125a2.013%202.013%200%200%201%202.013%202.013v13.125a2.01%202.01%200%200%201-2.012%202.012H13.937a2.013%202.013%200%200%201-2.013-2.013V13.938a2.013%202.013%200%200%201%202.013-2.013%22%2F%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22M13.937%2013.325h13.126a.61.61%200%200%201%20.612.612v13.126a.613.613%200%200%201-.613.613H13.938a.613.613%200%200%201-.613-.613V13.937a.61.61%200%200%201%20.612-.612%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M25.754%2021.2h-1.1a4.2%204.2%200%200%201-.741%201.769l.78.78a.7.7%200%201%201-.99.99l-.786-.786a4.2%204.2%200%200%201-1.761.712v1.129a.7.7%200%200%201-1.4%200v-1.141a4.2%204.2%200%200%201-1.728-.735l-.82.82a.7.7%200%201%201-.99-.99l.826-.826a4.2%204.2%200%200%201-.707-1.723h-1.171a.7.7%200%201%201%200-1.4h1.174a4.2%204.2%200%200%201%20.707-1.722l-.826-.826a.7.7%200%201%201%20.99-.99l.819.82a4.2%204.2%200%200%201%201.729-.735v-1.14a.7.7%200%200%201%201.4%200v1.129a4.2%204.2%200%200%201%201.762.713l.786-.787a.7.7%200%200%201%20.99.99l-.781.781a4.2%204.2%200%200%201%20.741%201.768h1.1a.7.7%200%200%201%200%201.4Z%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%222.822%22%20fill%3D%22%23414141%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%221.121%22%20fill%3D%22%23c2c2c2%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%23d87c7c%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%23d87c7c%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Crect%20width%3D%2221%22%20height%3D%2221%22%20x%3D%2210%22%20y%3D%2210%22%20fill%3D%22%23414141%22%20rx%3D%222.761%22%20ry%3D%222.761%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M13.937%2011.925h13.125a2.013%202.013%200%200%201%202.013%202.013v13.125a2.01%202.01%200%200%201-2.012%202.012H13.937a2.013%202.013%200%200%201-2.013-2.013V13.938a2.013%202.013%200%200%201%202.013-2.013%22%2F%3E%3Cpath%20fill%3D%22%23414141%22%20d%3D%22M13.937%2013.325h13.126a.61.61%200%200%201%20.612.612v13.126a.613.613%200%200%201-.613.613H13.938a.613.613%200%200%201-.613-.613V13.937a.61.61%200%200%201%20.612-.612%22%2F%3E%3Cpath%20fill%3D%22%23c2c2c2%22%20d%3D%22M25.754%2021.2h-1.1a4.2%204.2%200%200%201-.741%201.769l.78.78a.7.7%200%201%201-.99.99l-.786-.786a4.2%204.2%200%200%201-1.761.712v1.129a.7.7%200%200%201-1.4%200v-1.141a4.2%204.2%200%200%201-1.728-.735l-.82.82a.7.7%200%201%201-.99-.99l.826-.826a4.2%204.2%200%200%201-.707-1.723h-1.171a.7.7%200%201%201%200-1.4h1.174a4.2%204.2%200%200%201%20.707-1.722l-.826-.826a.7.7%200%201%201%20.99-.99l.819.82a4.2%204.2%200%200%201%201.729-.735v-1.14a.7.7%200%200%201%201.4%200v1.129a4.2%204.2%200%200%201%201.762.713l.786-.787a.7.7%200%200%201%20.99.99l-.781.781a4.2%204.2%200%200%201%20.741%201.768h1.1a.7.7%200%200%201%200%201.4Z%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%222.822%22%20fill%3D%22%23414141%22%2F%3E%3Ccircle%20cx%3D%2220.5%22%20cy%3D%2220.5%22%20r%3D%221.121%22%20fill%3D%22%23c2c2c2%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-asset-opened.svg?color=%231a73e8&size=48