folder multiple icon
folder-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- folder-multiple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M20.493 8.508a3.25 3.25 0 0 1 1.508 2.742v4a5.75 5.75 0 0 1-5.75 5.75h-8.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h11a4.25 4.25 0 0 0 4.25-4.25v-6.5q0-.122-.008-.242M16.251 5.5A3.25 3.25 0 0 1 19.5 8.75v6.5a3.25 3.25 0 0 1-3.25 3.25h-11A3.25 3.25 0 0 1 2 15.25V9.5h5.393a2.24 2.24 0 0 0 1.565-.635c.796-.776 2.53-2.477 3.368-3.365zM7.406 3c.572 0 1.126.217 1.543.618a61 61 0 0 1 1.583 1.576c-.86.871-1.998 1.99-2.62 2.597a.74.74 0 0 1-.52.209H2V6.25A3.25 3.25 0 0 1 5.25 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMultiple24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.493 8.508a3.25 3.25 0 0 1 1.508 2.742v4a5.75 5.75 0 0 1-5.75 5.75h-8.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h11a4.25 4.25 0 0 0 4.25-4.25v-6.5q0-.122-.008-.242M16.251 5.5A3.25 3.25 0 0 1 19.5 8.75v6.5a3.25 3.25 0 0 1-3.25 3.25h-11A3.25 3.25 0 0 1 2 15.25V9.5h5.393a2.24 2.24 0 0 0 1.565-.635c.796-.776 2.53-2.477 3.368-3.365zM7.406 3c.572 0 1.126.217 1.543.618a61 61 0 0 1 1.583 1.576c-.86.871-1.998 1.99-2.62 2.597a.74.74 0 0 1-.52.209H2V6.25A3.25 3.25 0 0 1 5.25 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.493 8.508a3.25 3.25 0 0 1 1.508 2.742v4a5.75 5.75 0 0 1-5.75 5.75h-8.5a3.25 3.25 0 0 1-2.743-1.508q.12.008.243.008h11a4.25 4.25 0 0 0 4.25-4.25v-6.5q0-.122-.008-.242M16.251 5.5A3.25 3.25 0 0 1 19.5 8.75v6.5a3.25 3.25 0 0 1-3.25 3.25h-11A3.25 3.25 0 0 1 2 15.25V9.5h5.393a2.24 2.24 0 0 0 1.565-.635c.796-.776 2.53-2.477 3.368-3.365zM7.406 3c.572 0 1.126.217 1.543.618a61 61 0 0 1 1.583 1.576c-.86.871-1.998 1.99-2.62 2.597a.74.74 0 0 1-.52.209H2V6.25A3.25 3.25 0 0 1 5.25 3z"/></svg> </template>
CSS
.icon-folder-multiple-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.493%208.508a3.25%203.25%200%200%201%201.508%202.742v4a5.75%205.75%200%200%201-5.75%205.75h-8.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h11a4.25%204.25%200%200%200%204.25-4.25v-6.5q0-.122-.008-.242M16.251%205.5A3.25%203.25%200%200%201%2019.5%208.75v6.5a3.25%203.25%200%200%201-3.25%203.25h-11A3.25%203.25%200%200%201%202%2015.25V9.5h5.393a2.24%202.24%200%200%200%201.565-.635c.796-.776%202.53-2.477%203.368-3.365zM7.406%203c.572%200%201.126.217%201.543.618a61%2061%200%200%201%201.583%201.576c-.86.871-1.998%201.99-2.62%202.597a.74.74%200%200%201-.52.209H2V6.25A3.25%203.25%200%200%201%205.25%203z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.493%208.508a3.25%203.25%200%200%201%201.508%202.742v4a5.75%205.75%200%200%201-5.75%205.75h-8.5a3.25%203.25%200%200%201-2.743-1.508q.12.008.243.008h11a4.25%204.25%200%200%200%204.25-4.25v-6.5q0-.122-.008-.242M16.251%205.5A3.25%203.25%200%200%201%2019.5%208.75v6.5a3.25%203.25%200%200%201-3.25%203.25h-11A3.25%203.25%200%200%201%202%2015.25V9.5h5.393a2.24%202.24%200%200%200%201.565-.635c.796-.776%202.53-2.477%203.368-3.365zM7.406%203c.572%200%201.126.217%201.543.618a61%2061%200%200%201%201.583%201.576c-.86.871-1.998%201.99-2.62%202.597a.74.74%200%200%201-.52.209H2V6.25A3.25%203.25%200%200%201%205.25%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-multiple-24-filled.svg?color=%231a73e8&size=48