folder type meteor opened logo
folder-type-meteor-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-meteor-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 meteor opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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="#db7b7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="m9.99 10.4l17.984 19.05a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm5.694 1.805L29.38 26.97a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm-4 3.853l13.7 14.764a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm8.816-2.304l9.568 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7l-10.4-9.56Zm-7.5 6.77l9.57 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7zm12.415-4.538l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeMeteorOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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="#db7b7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="m9.99 10.4l17.984 19.05a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm5.694 1.805L29.38 26.97a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm-4 3.853l13.7 14.764a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm8.816-2.304l9.568 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7l-10.4-9.56Zm-7.5 6.77l9.57 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7zm12.415-4.538l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#db7b7b" 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="#db7b7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="m9.99 10.4l17.984 19.05a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm5.694 1.805L29.38 26.97a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm-4 3.853l13.7 14.764a.84.84 0 0 0 1.081-.072a.8.8 0 0 0 .108-1.008zm8.816-2.304l9.568 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7l-10.4-9.56Zm-7.5 6.77l9.57 10.315a.586.586 0 0 0 .755-.05a.56.56 0 0 0 .076-.7zm12.415-4.538l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33zM15.4 25.277l4.337 4.689a.3.3 0 0 0 .374-.024a.25.25 0 0 0 .037-.33z"/></svg> </template>
CSS
.icon-folder-type-meteor-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%23db7b7b%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%23db7b7b%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.99%2010.4l17.984%2019.05a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm5.694%201.805L29.38%2026.97a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm-4%203.853l13.7%2014.764a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm8.816-2.304l9.568%2010.315a.586.586%200%200%200%20.755-.05a.56.56%200%200%200%20.076-.7l-10.4-9.56Zm-7.5%206.77l9.57%2010.315a.586.586%200%200%200%20.755-.05a.56.56%200%200%200%20.076-.7zm12.415-4.538l4.337%204.689a.3.3%200%200%200%20.374-.024a.25.25%200%200%200%20.037-.33zM15.4%2025.277l4.337%204.689a.3.3%200%200%200%20.374-.024a.25.25%200%200%200%20.037-.33z%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%23db7b7b%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%23db7b7b%22%20d%3D%22M25.7%2013.7H.5l3.8%2012.8h25.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m9.99%2010.4l17.984%2019.05a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm5.694%201.805L29.38%2026.97a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm-4%203.853l13.7%2014.764a.84.84%200%200%200%201.081-.072a.8.8%200%200%200%20.108-1.008zm8.816-2.304l9.568%2010.315a.586.586%200%200%200%20.755-.05a.56.56%200%200%200%20.076-.7l-10.4-9.56Zm-7.5%206.77l9.57%2010.315a.586.586%200%200%200%20.755-.05a.56.56%200%200%200%20.076-.7zm12.415-4.538l4.337%204.689a.3.3%200%200%200%20.374-.024a.25.25%200%200%200%20.037-.33zM15.4%2025.277l4.337%204.689a.3.3%200%200%200%20.374-.024a.25.25%200%200%200%20.037-.33z%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-meteor-opened.svg?color=%231a73e8&size=48