folder-public-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
folder-public-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

The same icon in other sets

Related icons in Fluent UI System Icons

Use the folder public icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M3 11V6.499l2.755.001a.5.5 0 0 0 .385-.18L7.235 5h4.763a1 1 0 0 1 1 1v2.09c.205.071.398.19.562.354l.438.437V6a2 2 0 0 0-2-2H7.176l-1.108-.89A.5.5 0 0 0 5.755 3H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2.877l-.436-.434A1.5 1.5 0 0 1 6.085 12H4a1 1 0 0 1-1-1zm1-7h1.579l.712.572l-.77.928L3 5.499V5a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M9.856 9.859a.5.5 0 0 0-.706-.708l-2.003 1.998a.5.5 0 0 0 0 .708l2.003 1.997a.5.5 0 0 0 .706-.708L8.71 12.002h4.584l-1.146 1.144a.5.5 0 1 0 .706.708l2-1.996a.5.5 0 0 0 0-.708l-2-1.999a.5.5 0 0 0-.707.707l1.145 1.144H8.71L9.856 9.86z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentFolderPublic16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M3 11V6.499l2.755.001a.5.5 0 0 0 .385-.18L7.235 5h4.763a1 1 0 0 1 1 1v2.09c.205.071.398.19.562.354l.438.437V6a2 2 0 0 0-2-2H7.176l-1.108-.89A.5.5 0 0 0 5.755 3H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2.877l-.436-.434A1.5 1.5 0 0 1 6.085 12H4a1 1 0 0 1-1-1zm1-7h1.579l.712.572l-.77.928L3 5.499V5a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M9.856 9.859a.5.5 0 0 0-.706-.708l-2.003 1.998a.5.5 0 0 0 0 .708l2.003 1.997a.5.5 0 0 0 .706-.708L8.71 12.002h4.584l-1.146 1.144a.5.5 0 1 0 .706.708l2-1.996a.5.5 0 0 0 0-.708l-2-1.999a.5.5 0 0 0-.707.707l1.145 1.144H8.71L9.856 9.86z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M3 11V6.499l2.755.001a.5.5 0 0 0 .385-.18L7.235 5h4.763a1 1 0 0 1 1 1v2.09c.205.071.398.19.562.354l.438.437V6a2 2 0 0 0-2-2H7.176l-1.108-.89A.5.5 0 0 0 5.755 3H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2.877l-.436-.434A1.5 1.5 0 0 1 6.085 12H4a1 1 0 0 1-1-1zm1-7h1.579l.712.572l-.77.928L3 5.499V5a1 1 0 0 1 1-1z" fill="currentColor"/><path d="M9.856 9.859a.5.5 0 0 0-.706-.708l-2.003 1.998a.5.5 0 0 0 0 .708l2.003 1.997a.5.5 0 0 0 .706-.708L8.71 12.002h4.584l-1.146 1.144a.5.5 0 1 0 .706.708l2-1.996a.5.5 0 0 0 0-.708l-2-1.999a.5.5 0 0 0-.707.707l1.145 1.144H8.71L9.856 9.86z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-folder-public-16-regular {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3%2011V6.499l2.755.001a.5.5%200%200%200%20.385-.18L7.235%205h4.763a1%201%200%200%201%201%201v2.09c.205.071.398.19.562.354l.438.437V6a2%202%200%200%200-2-2H7.176l-1.108-.89A.5.5%200%200%200%205.755%203H4a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h2.877l-.436-.434A1.5%201.5%200%200%201%206.085%2012H4a1%201%200%200%201-1-1zm1-7h1.579l.712.572l-.77.928L3%205.499V5a1%201%200%200%201%201-1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9.856%209.859a.5.5%200%200%200-.706-.708l-2.003%201.998a.5.5%200%200%200%200%20.708l2.003%201.997a.5.5%200%200%200%20.706-.708L8.71%2012.002h4.584l-1.146%201.144a.5.5%200%201%200%20.706.708l2-1.996a.5.5%200%200%200%200-.708l-2-1.999a.5.5%200%200%200-.707.707l1.145%201.144H8.71L9.856%209.86z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3%2011V6.499l2.755.001a.5.5%200%200%200%20.385-.18L7.235%205h4.763a1%201%200%200%201%201%201v2.09c.205.071.398.19.562.354l.438.437V6a2%202%200%200%200-2-2H7.176l-1.108-.89A.5.5%200%200%200%205.755%203H4a2%202%200%200%200-2%202v6a2%202%200%200%200%202%202h2.877l-.436-.434A1.5%201.5%200%200%201%206.085%2012H4a1%201%200%200%201-1-1zm1-7h1.579l.712.572l-.77.928L3%205.499V5a1%201%200%200%201%201-1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M9.856%209.859a.5.5%200%200%200-.706-.708l-2.003%201.998a.5.5%200%200%200%200%20.708l2.003%201.997a.5.5%200%200%200%20.706-.708L8.71%2012.002h4.584l-1.146%201.144a.5.5%200%201%200%20.706.708l2-1.996a.5.5%200%200%200%200-.708l-2-1.999a.5.5%200%200%200-.707.707l1.145%201.144H8.71L9.856%209.86z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-public-16-regular.svg?color=%231a73e8&size=48