folder type public logo

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

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

Related icons in VSCode Icons

Use the folder type public logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#aaffa2" d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8a3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1a3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9a9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6a4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5a3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0a3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypePublic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#aaffa2" d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8a3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1a3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9a9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6a4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5a3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0a3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#00a23c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#aaffa2" d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8a3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1a3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9a9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6a4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5a3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0a3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4"/></svg>
</template>

CSS

.icon-folder-type-public {
  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%2300a23c%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%20fill%3D%22%23aaffa2%22%20d%3D%22M22.6%2016.3a3.79%203.79%200%200%201%201.8%202.8a3.048%203.048%200%201%200-1.8-2.8m-2%206.3a3.1%203.1%200%201%200-3.1-3.1a3.116%203.116%200%200%200%203.1%203.1m1.3.2h-2.6a3.9%203.9%200%200%200-3.9%203.9V30l.2.1a16.1%2016.1%200%200%200%205.4.9a9.64%209.64%200%200%200%204.7-.9l.2-.1v-3.2a4.15%204.15%200%200%200-4-4m5.1-3.2h-2.6a3.23%203.23%200%200%201-1.2%202.6a4.62%204.62%200%200%201%203.3%204.5v1a9.8%209.8%200%200%200%204.1-.9l.2-.1v-3.2a3.82%203.82%200%200%200-3.8-3.9m-11.8-.2a3%203%200%200%200%201.6-.5a3.7%203.7%200%200%201%201.4-2.4v-.2a3.1%203.1%200%200%200-6.2%200a3.27%203.27%200%200%200%203.2%203.1m2.7%202.9a4.2%204.2%200%200%201-1.2-2.6h-2.9a3.9%203.9%200%200%200-3.9%203.9v3.2l.2.1a16.3%2016.3%200%200%200%204.4.8v-1a4.81%204.81%200%200%201%203.4-4.4%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%2300a23c%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%20fill%3D%22%23aaffa2%22%20d%3D%22M22.6%2016.3a3.79%203.79%200%200%201%201.8%202.8a3.048%203.048%200%201%200-1.8-2.8m-2%206.3a3.1%203.1%200%201%200-3.1-3.1a3.116%203.116%200%200%200%203.1%203.1m1.3.2h-2.6a3.9%203.9%200%200%200-3.9%203.9V30l.2.1a16.1%2016.1%200%200%200%205.4.9a9.64%209.64%200%200%200%204.7-.9l.2-.1v-3.2a4.15%204.15%200%200%200-4-4m5.1-3.2h-2.6a3.23%203.23%200%200%201-1.2%202.6a4.62%204.62%200%200%201%203.3%204.5v1a9.8%209.8%200%200%200%204.1-.9l.2-.1v-3.2a3.82%203.82%200%200%200-3.8-3.9m-11.8-.2a3%203%200%200%200%201.6-.5a3.7%203.7%200%200%201%201.4-2.4v-.2a3.1%203.1%200%200%200-6.2%200a3.27%203.27%200%200%200%203.2%203.1m2.7%202.9a4.2%204.2%200%200%201-1.2-2.6h-2.9a3.9%203.9%200%200%200-3.9%203.9v3.2l.2.1a16.3%2016.3%200%200%200%204.4.8v-1a4.81%204.81%200%200%201%203.4-4.4%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-public.svg?color=%231a73e8&size=48