folder multiple icon
folder-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- folder-multiple-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M24.474 9.23a3.74 3.74 0 0 1 1.528 3.02v5.5a6.25 6.25 0 0 1-6.25 6.25h-11.5a3.74 3.74 0 0 1-3.022-1.53q.258.03.523.03h14a4.75 4.75 0 0 0 4.75-4.75v-8q0-.264-.03-.52M8.172 3c.73 0 1.429.29 1.944.806L12.31 6h7.444a3.75 3.75 0 0 1 3.75 3.75v8a3.75 3.75 0 0 1-3.75 3.75h-14a3.75 3.75 0 0 1-3.75-3.75v-11A3.75 3.75 0 0 1 5.754 3zm1.944 6.694a2.75 2.75 0 0 1-1.944.806H3.504v7.25A2.25 2.25 0 0 0 5.754 20h14a2.25 2.25 0 0 0 2.25-2.25v-8a2.25 2.25 0 0 0-2.25-2.25H12.31zM5.754 4.5a2.25 2.25 0 0 0-2.25 2.25V9h4.668c.331 0 .65-.132.884-.366L10.94 6.75L9.056 4.866a1.25 1.25 0 0 0-.884-.366z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderMultiple28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.474 9.23a3.74 3.74 0 0 1 1.528 3.02v5.5a6.25 6.25 0 0 1-6.25 6.25h-11.5a3.74 3.74 0 0 1-3.022-1.53q.258.03.523.03h14a4.75 4.75 0 0 0 4.75-4.75v-8q0-.264-.03-.52M8.172 3c.73 0 1.429.29 1.944.806L12.31 6h7.444a3.75 3.75 0 0 1 3.75 3.75v8a3.75 3.75 0 0 1-3.75 3.75h-14a3.75 3.75 0 0 1-3.75-3.75v-11A3.75 3.75 0 0 1 5.754 3zm1.944 6.694a2.75 2.75 0 0 1-1.944.806H3.504v7.25A2.25 2.25 0 0 0 5.754 20h14a2.25 2.25 0 0 0 2.25-2.25v-8a2.25 2.25 0 0 0-2.25-2.25H12.31zM5.754 4.5a2.25 2.25 0 0 0-2.25 2.25V9h4.668c.331 0 .65-.132.884-.366L10.94 6.75L9.056 4.866a1.25 1.25 0 0 0-.884-.366z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.474 9.23a3.74 3.74 0 0 1 1.528 3.02v5.5a6.25 6.25 0 0 1-6.25 6.25h-11.5a3.74 3.74 0 0 1-3.022-1.53q.258.03.523.03h14a4.75 4.75 0 0 0 4.75-4.75v-8q0-.264-.03-.52M8.172 3c.73 0 1.429.29 1.944.806L12.31 6h7.444a3.75 3.75 0 0 1 3.75 3.75v8a3.75 3.75 0 0 1-3.75 3.75h-14a3.75 3.75 0 0 1-3.75-3.75v-11A3.75 3.75 0 0 1 5.754 3zm1.944 6.694a2.75 2.75 0 0 1-1.944.806H3.504v7.25A2.25 2.25 0 0 0 5.754 20h14a2.25 2.25 0 0 0 2.25-2.25v-8a2.25 2.25 0 0 0-2.25-2.25H12.31zM5.754 4.5a2.25 2.25 0 0 0-2.25 2.25V9h4.668c.331 0 .65-.132.884-.366L10.94 6.75L9.056 4.866a1.25 1.25 0 0 0-.884-.366z"/></svg> </template>
CSS
.icon-folder-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.474%209.23a3.74%203.74%200%200%201%201.528%203.02v5.5a6.25%206.25%200%200%201-6.25%206.25h-11.5a3.74%203.74%200%200%201-3.022-1.53q.258.03.523.03h14a4.75%204.75%200%200%200%204.75-4.75v-8q0-.264-.03-.52M8.172%203c.73%200%201.429.29%201.944.806L12.31%206h7.444a3.75%203.75%200%200%201%203.75%203.75v8a3.75%203.75%200%200%201-3.75%203.75h-14a3.75%203.75%200%200%201-3.75-3.75v-11A3.75%203.75%200%200%201%205.754%203zm1.944%206.694a2.75%202.75%200%200%201-1.944.806H3.504v7.25A2.25%202.25%200%200%200%205.754%2020h14a2.25%202.25%200%200%200%202.25-2.25v-8a2.25%202.25%200%200%200-2.25-2.25H12.31zM5.754%204.5a2.25%202.25%200%200%200-2.25%202.25V9h4.668c.331%200%20.65-.132.884-.366L10.94%206.75L9.056%204.866a1.25%201.25%200%200%200-.884-.366z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.474%209.23a3.74%203.74%200%200%201%201.528%203.02v5.5a6.25%206.25%200%200%201-6.25%206.25h-11.5a3.74%203.74%200%200%201-3.022-1.53q.258.03.523.03h14a4.75%204.75%200%200%200%204.75-4.75v-8q0-.264-.03-.52M8.172%203c.73%200%201.429.29%201.944.806L12.31%206h7.444a3.75%203.75%200%200%201%203.75%203.75v8a3.75%203.75%200%200%201-3.75%203.75h-14a3.75%203.75%200%200%201-3.75-3.75v-11A3.75%203.75%200%200%201%205.754%203zm1.944%206.694a2.75%202.75%200%200%201-1.944.806H3.504v7.25A2.25%202.25%200%200%200%205.754%2020h14a2.25%202.25%200%200%200%202.25-2.25v-8a2.25%202.25%200%200%200-2.25-2.25H12.31zM5.754%204.5a2.25%202.25%200%200%200-2.25%202.25V9h4.668c.331%200%20.65-.132.884-.366L10.94%206.75L9.056%204.866a1.25%201.25%200%200%200-.884-.366z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-multiple-28-regular.svg?color=%231a73e8&size=48