folder-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
folder-multiple-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the folder multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.146 2.44L7 3.292l-1.56 1.56A.5.5 0 0 1 5.085 5H1v-.5A2.5 2.5 0 0 1 3.5 2h1.586a1.5 1.5 0 0 1 1.06.44M1 9.5V6h4.086a1.5 1.5 0 0 0 1.06-.44L8.207 3.5H10.5A2.5 2.5 0 0 1 13 6v3.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 1 9.5M14 6v3.5a3.5 3.5 0 0 1-3.5 3.5h-7c.456.607 1.182 1 2 1h5A4.5 4.5 0 0 0 15 9.5V8c0-.818-.393-1.544-1-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderMultiple16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.146 2.44L7 3.292l-1.56 1.56A.5.5 0 0 1 5.085 5H1v-.5A2.5 2.5 0 0 1 3.5 2h1.586a1.5 1.5 0 0 1 1.06.44M1 9.5V6h4.086a1.5 1.5 0 0 0 1.06-.44L8.207 3.5H10.5A2.5 2.5 0 0 1 13 6v3.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 1 9.5M14 6v3.5a3.5 3.5 0 0 1-3.5 3.5h-7c.456.607 1.182 1 2 1h5A4.5 4.5 0 0 0 15 9.5V8c0-.818-.393-1.544-1-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.146 2.44L7 3.292l-1.56 1.56A.5.5 0 0 1 5.085 5H1v-.5A2.5 2.5 0 0 1 3.5 2h1.586a1.5 1.5 0 0 1 1.06.44M1 9.5V6h4.086a1.5 1.5 0 0 0 1.06-.44L8.207 3.5H10.5A2.5 2.5 0 0 1 13 6v3.5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 1 9.5M14 6v3.5a3.5 3.5 0 0 1-3.5 3.5h-7c.456.607 1.182 1 2 1h5A4.5 4.5 0 0 0 15 9.5V8c0-.818-.393-1.544-1-2"/></svg>
</template>

CSS

.icon-folder-multiple-16-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.146%202.44L7%203.292l-1.56%201.56A.5.5%200%200%201%205.085%205H1v-.5A2.5%202.5%200%200%201%203.5%202h1.586a1.5%201.5%200%200%201%201.06.44M1%209.5V6h4.086a1.5%201.5%200%200%200%201.06-.44L8.207%203.5H10.5A2.5%202.5%200%200%201%2013%206v3.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%201%209.5M14%206v3.5a3.5%203.5%200%200%201-3.5%203.5h-7c.456.607%201.182%201%202%201h5A4.5%204.5%200%200%200%2015%209.5V8c0-.818-.393-1.544-1-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.146%202.44L7%203.292l-1.56%201.56A.5.5%200%200%201%205.085%205H1v-.5A2.5%202.5%200%200%201%203.5%202h1.586a1.5%201.5%200%200%201%201.06.44M1%209.5V6h4.086a1.5%201.5%200%200%200%201.06-.44L8.207%203.5H10.5A2.5%202.5%200%200%201%2013%206v3.5a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%201%209.5M14%206v3.5a3.5%203.5%200%200%201-3.5%203.5h-7c.456.607%201.182%201%202%201h5A4.5%204.5%200%200%200%2015%209.5V8c0-.818-.393-1.544-1-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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