folder multiple icon
folder-multiple-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- folder-multiple-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-.514M15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L22.018 10H33.25a6.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.25v-18.5a6.25 6.25 0 0 1 6.25-6.25zm3.005 10.255A4.25 4.25 0 0 1 15.758 17H6.5v13.25A3.75 3.75 0 0 0 10.25 34h23A3.75 3.75 0 0 0 37 30.25v-14a3.75 3.75 0 0 0-3.75-3.75H22.018zM10.25 8a3.75 3.75 0 0 0-3.75 3.75v2.75h9.258a1.75 1.75 0 0 0 1.237-.513l2.737-2.737l-2.737-2.737A1.75 1.75 0 0 0 15.758 8z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMultiple48Regular(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-.514M15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L22.018 10H33.25a6.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.25v-18.5a6.25 6.25 0 0 1 6.25-6.25zm3.005 10.255A4.25 4.25 0 0 1 15.758 17H6.5v13.25A3.75 3.75 0 0 0 10.25 34h23A3.75 3.75 0 0 0 37 30.25v-14a3.75 3.75 0 0 0-3.75-3.75H22.018zM10.25 8a3.75 3.75 0 0 0-3.75 3.75v2.75h9.258a1.75 1.75 0 0 0 1.237-.513l2.737-2.737l-2.737-2.737A1.75 1.75 0 0 0 15.758 8z"/></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-.514M15.758 5.5a4.25 4.25 0 0 1 3.005 1.245L22.018 10H33.25a6.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.25v-18.5a6.25 6.25 0 0 1 6.25-6.25zm3.005 10.255A4.25 4.25 0 0 1 15.758 17H6.5v13.25A3.75 3.75 0 0 0 10.25 34h23A3.75 3.75 0 0 0 37 30.25v-14a3.75 3.75 0 0 0-3.75-3.75H22.018zM10.25 8a3.75 3.75 0 0 0-3.75 3.75v2.75h9.258a1.75 1.75 0 0 0 1.237-.513l2.737-2.737l-2.737-2.737A1.75 1.75 0 0 0 15.758 8z"/></svg> </template>
CSS
.icon-folder-multiple-48-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%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-.514M15.758%205.5a4.25%204.25%200%200%201%203.005%201.245L22.018%2010H33.25a6.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.25v-18.5a6.25%206.25%200%200%201%206.25-6.25zm3.005%2010.255A4.25%204.25%200%200%201%2015.758%2017H6.5v13.25A3.75%203.75%200%200%200%2010.25%2034h23A3.75%203.75%200%200%200%2037%2030.25v-14a3.75%203.75%200%200%200-3.75-3.75H22.018zM10.25%208a3.75%203.75%200%200%200-3.75%203.75v2.75h9.258a1.75%201.75%200%200%200%201.237-.513l2.737-2.737l-2.737-2.737A1.75%201.75%200%200%200%2015.758%208z%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-.514M15.758%205.5a4.25%204.25%200%200%201%203.005%201.245L22.018%2010H33.25a6.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.25v-18.5a6.25%206.25%200%200%201%206.25-6.25zm3.005%2010.255A4.25%204.25%200%200%201%2015.758%2017H6.5v13.25A3.75%203.75%200%200%200%2010.25%2034h23A3.75%203.75%200%200%200%2037%2030.25v-14a3.75%203.75%200%200%200-3.75-3.75H22.018zM10.25%208a3.75%203.75%200%200%200-3.75%203.75v2.75h9.258a1.75%201.75%200%200%200%201.237-.513l2.737-2.737l-2.737-2.737A1.75%201.75%200%200%200%2015.758%208z%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-regular.svg?color=%231a73e8&size=48