folder type light zed logo

folder-type-light-zed from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-light-zed
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type light zed logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#525252" d="M27.347 5.526h-9.3l-2.1 4.2h-11.7v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#ddd" fill-rule="evenodd" stroke="#faf3f3" stroke-width=".3" 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 VscodeIconsFolderTypeLightZed(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#525252" d="M27.347 5.526h-9.3l-2.1 4.2h-11.7v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#ddd" fillRule="evenodd" stroke="#faf3f3" strokeWidth=".3" 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"><path fill="#525252" d="M27.347 5.526h-9.3l-2.1 4.2h-11.7v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#ddd" fill-rule="evenodd" stroke="#faf3f3" stroke-width=".3" 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-light-zed {
  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%23525252%22%20d%3D%22M27.347%205.526h-9.3l-2.1%204.2h-11.7v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23ddd%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23faf3f3%22%20stroke-width%3D%22.3%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%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M27.347%205.526h-9.3l-2.1%204.2h-11.7v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23ddd%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23faf3f3%22%20stroke-width%3D%22.3%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-light-zed.svg?color=%231a73e8&size=48