folder type light fonts logo

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

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

Related icons in VSCode Icons

Use the folder type light fonts logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeLightFonts(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#bf7f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/></svg>
</template>

CSS

.icon-folder-type-light-fonts {
  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%23bf7f55%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20d%3D%22m18.008%2024.674l-1.969-5.882l-2.021%205.882Zm5.046%206.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32%200%200%200%20.109-.247a4.7%204.7%200%200%200-.314-1.316l-.609-1.816h-4.016l-.691%202.023a3.8%203.8%200%200%200-.262%201.088a.3.3%200%200%200%20.115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4%206.4%200%200%200%20.885-1.942L16.116%2015h.78l4.134%2012.387a5.3%205.3%200%200%200%20.791%201.726a1.3%201.3%200%200%200%20.892.379l.34.026Zm4.827-2.573v-3.746a15%2015%200%200%200-1.67.912a3.15%203.15%200%200%200-.968.988a2.25%202.25%200%200%200-.291%201.127a2.13%202.13%200%200%200%20.368%201.281a1.05%201.05%200%200%200%20.848.512a2.9%202.9%200%200%200%201.713-1.074M25.381%2031a1.94%201.94%200%200%201-1.6-.84a3.5%203.5%200%200%201-.624-2.148a3.34%203.34%200%200%201%20.311-1.482A4.24%204.24%200%200%201%2024.806%2025a16.4%2016.4%200%200%201%202.713-1.493v-.07a3.3%203.3%200%200%200-.287-1.723a.9.9%200%200%200-.806-.387a.76.76%200%200%200-.612.245a.72.72%200%200%200-.208.5l.017.607a1.77%201.77%200%200%201-.3%201.089a.96.96%200%200%201-1.577-.018a1.8%201.8%200%200%201-.293-1.066a2.87%202.87%200%200%201%20.887-2.047a3.13%203.13%200%200%201%202.344-.876a3.37%203.37%200%200%201%201.881.493a2.36%202.36%200%200%201%20.909%201.265a7.5%207.5%200%200%201%20.183%202.066v3.338c0%201.191.024%201.542.038%201.645a.7.7%200%200%200%20.04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718%201.207-1.412%201.793-2.122%201.793a1.11%201.11%200%200%201-.943-.524a1.9%201.9%200%200%201-.269-.7a7.4%207.4%200%200%201-1.075.918a2.24%202.24%200%200%201-1.138.317%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%23bf7f55%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21Zm0%204.2h-8.2l1.1-2.1h7.1Z%22%2F%3E%3Cpath%20d%3D%22m18.008%2024.674l-1.969-5.882l-2.021%205.882Zm5.046%206.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32%200%200%200%20.109-.247a4.7%204.7%200%200%200-.314-1.316l-.609-1.816h-4.016l-.691%202.023a3.8%203.8%200%200%200-.262%201.088a.3.3%200%200%200%20.115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4%206.4%200%200%200%20.885-1.942L16.116%2015h.78l4.134%2012.387a5.3%205.3%200%200%200%20.791%201.726a1.3%201.3%200%200%200%20.892.379l.34.026Zm4.827-2.573v-3.746a15%2015%200%200%200-1.67.912a3.15%203.15%200%200%200-.968.988a2.25%202.25%200%200%200-.291%201.127a2.13%202.13%200%200%200%20.368%201.281a1.05%201.05%200%200%200%20.848.512a2.9%202.9%200%200%200%201.713-1.074M25.381%2031a1.94%201.94%200%200%201-1.6-.84a3.5%203.5%200%200%201-.624-2.148a3.34%203.34%200%200%201%20.311-1.482A4.24%204.24%200%200%201%2024.806%2025a16.4%2016.4%200%200%201%202.713-1.493v-.07a3.3%203.3%200%200%200-.287-1.723a.9.9%200%200%200-.806-.387a.76.76%200%200%200-.612.245a.72.72%200%200%200-.208.5l.017.607a1.77%201.77%200%200%201-.3%201.089a.96.96%200%200%201-1.577-.018a1.8%201.8%200%200%201-.293-1.066a2.87%202.87%200%200%201%20.887-2.047a3.13%203.13%200%200%201%202.344-.876a3.37%203.37%200%200%201%201.881.493a2.36%202.36%200%200%201%20.909%201.265a7.5%207.5%200%200%201%20.183%202.066v3.338c0%201.191.024%201.542.038%201.645a.7.7%200%200%200%20.04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718%201.207-1.412%201.793-2.122%201.793a1.11%201.11%200%200%201-.943-.524a1.9%201.9%200%200%201-.269-.7a7.4%207.4%200%200%201-1.075.918a2.24%202.24%200%200%201-1.138.317%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-fonts.svg?color=%231a73e8&size=48