folder type zed opened logo
folder-type-zed-opened from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- folder-type-zed-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 zed opened logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#c7c7c7"><path 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 d="M4.3 26.5h25.2l-3.8-12.8H.5z"/></g><path fill-rule="evenodd" d="M16.754 16.052a.485.485 0 0 0-.485.485v10.664H15.3V16.537c0-.803.651-1.454 1.454-1.454h12.988c.648 0 .972.783.514 1.241l-8 8h2.254v-1h.97v1.242a.727.727 0 0 1-.728.727h-3.465l-1.666 1.666h7.555V20.9h.97v6.06a.97.97 0 0 1-.97.97h-8.524l-1.697 1.696h12.402a.485.485 0 0 0 .485-.485V18.476h.97V29.14c0 .804-.651 1.455-1.455 1.455H16.37a.727.727 0 0 1-.514-1.242l7.968-7.968h-2.222v.97h-.97v-1.213c0-.401.326-.727.727-.727h3.435l1.697-1.696h-7.555v6.059h-.97v-6.06a.97.97 0 0 1 .97-.969h8.524l1.697-1.697z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFolderTypeZedOpened(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#c7c7c7"><path 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 d="M4.3 26.5h25.2l-3.8-12.8H.5z"/></g><path fillRule="evenodd" d="M16.754 16.052a.485.485 0 0 0-.485.485v10.664H15.3V16.537c0-.803.651-1.454 1.454-1.454h12.988c.648 0 .972.783.514 1.241l-8 8h2.254v-1h.97v1.242a.727.727 0 0 1-.728.727h-3.465l-1.666 1.666h7.555V20.9h.97v6.06a.97.97 0 0 1-.97.97h-8.524l-1.697 1.696h12.402a.485.485 0 0 0 .485-.485V18.476h.97V29.14c0 .804-.651 1.455-1.455 1.455H16.37a.727.727 0 0 1-.514-1.242l7.968-7.968h-2.222v.97h-.97v-1.213c0-.401.326-.727.727-.727h3.435l1.697-1.696h-7.555v6.059h-.97v-6.06a.97.97 0 0 1 .97-.969h8.524l1.697-1.697z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="#c7c7c7"><path 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 d="M4.3 26.5h25.2l-3.8-12.8H.5z"/></g><path fill-rule="evenodd" d="M16.754 16.052a.485.485 0 0 0-.485.485v10.664H15.3V16.537c0-.803.651-1.454 1.454-1.454h12.988c.648 0 .972.783.514 1.241l-8 8h2.254v-1h.97v1.242a.727.727 0 0 1-.728.727h-3.465l-1.666 1.666h7.555V20.9h.97v6.06a.97.97 0 0 1-.97.97h-8.524l-1.697 1.696h12.402a.485.485 0 0 0 .485-.485V18.476h.97V29.14c0 .804-.651 1.455-1.455 1.455H16.37a.727.727 0 0 1-.514-1.242l7.968-7.968h-2.222v.97h-.97v-1.213c0-.401.326-.727.727-.727h3.435l1.697-1.696h-7.555v6.059h-.97v-6.06a.97.97 0 0 1 .97-.969h8.524l1.697-1.697z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-folder-type-zed-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%3Cg%20fill%3D%22%23c7c7c7%22%3E%3Cpath%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%20d%3D%22M4.3%2026.5h25.2l-3.8-12.8H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.754%2016.052a.485.485%200%200%200-.485.485v10.664H15.3V16.537c0-.803.651-1.454%201.454-1.454h12.988c.648%200%20.972.783.514%201.241l-8%208h2.254v-1h.97v1.242a.727.727%200%200%201-.728.727h-3.465l-1.666%201.666h7.555V20.9h.97v6.06a.97.97%200%200%201-.97.97h-8.524l-1.697%201.696h12.402a.485.485%200%200%200%20.485-.485V18.476h.97V29.14c0%20.804-.651%201.455-1.455%201.455H16.37a.727.727%200%200%201-.514-1.242l7.968-7.968h-2.222v.97h-.97v-1.213c0-.401.326-.727.727-.727h3.435l1.697-1.696h-7.555v6.059h-.97v-6.06a.97.97%200%200%201%20.97-.969h8.524l1.697-1.697z%22%20clip-rule%3D%22evenodd%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%3Cg%20fill%3D%22%23c7c7c7%22%3E%3Cpath%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%20d%3D%22M4.3%2026.5h25.2l-3.8-12.8H.5z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.754%2016.052a.485.485%200%200%200-.485.485v10.664H15.3V16.537c0-.803.651-1.454%201.454-1.454h12.988c.648%200%20.972.783.514%201.241l-8%208h2.254v-1h.97v1.242a.727.727%200%200%201-.728.727h-3.465l-1.666%201.666h7.555V20.9h.97v6.06a.97.97%200%200%201-.97.97h-8.524l-1.697%201.696h12.402a.485.485%200%200%200%20.485-.485V18.476h.97V29.14c0%20.804-.651%201.455-1.455%201.455H16.37a.727.727%200%200%201-.514-1.242l7.968-7.968h-2.222v.97h-.97v-1.213c0-.401.326-.727.727-.727h3.435l1.697-1.696h-7.555v6.059h-.97v-6.06a.97.97%200%200%201%20.97-.969h8.524l1.697-1.697z%22%20clip-rule%3D%22evenodd%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-zed-opened.svg?color=%231a73e8&size=48