folder multiple icon
folder-multiple-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- folder-multiple-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M41.48 15.736a6.24 6.24 0 0 1 2.518 5.014v9.5c0 5.937-4.813 10.75-10.75 10.75h-18.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h23a8.25 8.25 0 0 0 8.25-8.25v-14a8 8 0 0 0-.017-.514M33.25 10a6.25 6.25 0 0 1 6.25 6.25v14a6.25 6.25 0 0 1-6.25 6.25h-23A6.25 6.25 0 0 1 4 30.25V17h11.758a4.25 4.25 0 0 0 3.005-1.245L24.518 10zM15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L21.5 9.482l-4.505 4.505a1.75 1.75 0 0 1-1.237.513H4v-2.75a6.25 6.25 0 0 1 6.25-6.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMultiple48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.48 15.736a6.24 6.24 0 0 1 2.518 5.014v9.5c0 5.937-4.813 10.75-10.75 10.75h-18.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h23a8.25 8.25 0 0 0 8.25-8.25v-14a8 8 0 0 0-.017-.514M33.25 10a6.25 6.25 0 0 1 6.25 6.25v14a6.25 6.25 0 0 1-6.25 6.25h-23A6.25 6.25 0 0 1 4 30.25V17h11.758a4.25 4.25 0 0 0 3.005-1.245L24.518 10zM15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L21.5 9.482l-4.505 4.505a1.75 1.75 0 0 1-1.237.513H4v-2.75a6.25 6.25 0 0 1 6.25-6.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.48 15.736a6.24 6.24 0 0 1 2.518 5.014v9.5c0 5.937-4.813 10.75-10.75 10.75h-18.5a6.24 6.24 0 0 1-5.014-2.518q.255.016.514.018h23a8.25 8.25 0 0 0 8.25-8.25v-14a8 8 0 0 0-.017-.514M33.25 10a6.25 6.25 0 0 1 6.25 6.25v14a6.25 6.25 0 0 1-6.25 6.25h-23A6.25 6.25 0 0 1 4 30.25V17h11.758a4.25 4.25 0 0 0 3.005-1.245L24.518 10zM15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L21.5 9.482l-4.505 4.505a1.75 1.75 0 0 1-1.237.513H4v-2.75a6.25 6.25 0 0 1 6.25-6.25z"/></svg> </template>
CSS
.icon-folder-multiple-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.48%2015.736a6.24%206.24%200%200%201%202.518%205.014v9.5c0%205.937-4.813%2010.75-10.75%2010.75h-18.5a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h23a8.25%208.25%200%200%200%208.25-8.25v-14a8%208%200%200%200-.017-.514M33.25%2010a6.25%206.25%200%200%201%206.25%206.25v14a6.25%206.25%200%200%201-6.25%206.25h-23A6.25%206.25%200%200%201%204%2030.25V17h11.758a4.25%204.25%200%200%200%203.005-1.245L24.518%2010zM15.758%205.5a4.25%204.25%200%200%201%203.005%201.245L21.5%209.482l-4.505%204.505a1.75%201.75%200%200%201-1.237.513H4v-2.75a6.25%206.25%200%200%201%206.25-6.25z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.48%2015.736a6.24%206.24%200%200%201%202.518%205.014v9.5c0%205.937-4.813%2010.75-10.75%2010.75h-18.5a6.24%206.24%200%200%201-5.014-2.518q.255.016.514.018h23a8.25%208.25%200%200%200%208.25-8.25v-14a8%208%200%200%200-.017-.514M33.25%2010a6.25%206.25%200%200%201%206.25%206.25v14a6.25%206.25%200%200%201-6.25%206.25h-23A6.25%206.25%200%200%201%204%2030.25V17h11.758a4.25%204.25%200%200%200%203.005-1.245L24.518%2010zM15.758%205.5a4.25%204.25%200%200%201%203.005%201.245L21.5%209.482l-4.505%204.505a1.75%201.75%200%200%201-1.237.513H4v-2.75a6.25%206.25%200%200%201%206.25-6.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-multiple-48-filled.svg?color=%231a73e8&size=48