folder multiple icon
folder-multiple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- folder-multiple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-left-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-junk-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-move-20-filledfolder-open-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.991 7.76A3 3 0 0 1 18 10v2a5 5 0 0 1-5 5H7c-.892 0-1.692-.39-2.241-1.008Q4.879 16 5 16h8a4 4 0 0 0 4-4V8q0-.12-.008-.24M13 5a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8h4.879a2 2 0 0 0 1.414-.586L10.707 5zM6.879 3a2 2 0 0 1 1.414.586L9.5 4.793L7.586 6.707A1 1 0 0 1 6.879 7H2V6a3 3 0 0 1 3-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMultiple20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.991 7.76A3 3 0 0 1 18 10v2a5 5 0 0 1-5 5H7c-.892 0-1.692-.39-2.241-1.008Q4.879 16 5 16h8a4 4 0 0 0 4-4V8q0-.12-.008-.24M13 5a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8h4.879a2 2 0 0 0 1.414-.586L10.707 5zM6.879 3a2 2 0 0 1 1.414.586L9.5 4.793L7.586 6.707A1 1 0 0 1 6.879 7H2V6a3 3 0 0 1 3-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.991 7.76A3 3 0 0 1 18 10v2a5 5 0 0 1-5 5H7c-.892 0-1.692-.39-2.241-1.008Q4.879 16 5 16h8a4 4 0 0 0 4-4V8q0-.12-.008-.24M13 5a3 3 0 0 1 3 3v4a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8h4.879a2 2 0 0 0 1.414-.586L10.707 5zM6.879 3a2 2 0 0 1 1.414.586L9.5 4.793L7.586 6.707A1 1 0 0 1 6.879 7H2V6a3 3 0 0 1 3-3z"/></svg> </template>
CSS
.icon-folder-multiple-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.991%207.76A3%203%200%200%201%2018%2010v2a5%205%200%200%201-5%205H7c-.892%200-1.692-.39-2.241-1.008Q4.879%2016%205%2016h8a4%204%200%200%200%204-4V8q0-.12-.008-.24M13%205a3%203%200%200%201%203%203v4a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V8h4.879a2%202%200%200%200%201.414-.586L10.707%205zM6.879%203a2%202%200%200%201%201.414.586L9.5%204.793L7.586%206.707A1%201%200%200%201%206.879%207H2V6a3%203%200%200%201%203-3z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.991%207.76A3%203%200%200%201%2018%2010v2a5%205%200%200%201-5%205H7c-.892%200-1.692-.39-2.241-1.008Q4.879%2016%205%2016h8a4%204%200%200%200%204-4V8q0-.12-.008-.24M13%205a3%203%200%200%201%203%203v4a3%203%200%200%201-3%203H5a3%203%200%200%201-3-3V8h4.879a2%202%200%200%200%201.414-.586L10.707%205zM6.879%203a2%202%200%200%201%201.414.586L9.5%204.793L7.586%206.707A1%201%200%200%201%206.879%207H2V6a3%203%200%200%201%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-multiple-20-filled.svg?color=%231a73e8&size=48