folder-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
folder-multiple-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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

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-.52M19.754 6a3.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.75V10.5h6.168c.73 0 1.429-.29 1.944-.806L13.81 6zM8.172 3c.73 0 1.429.29 1.944.806L12 5.689L9.056 8.634A1.25 1.25 0 0 1 8.172 9H2.004V6.75A3.75 3.75 0 0 1 5.754 3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderMultiple28Filled(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-.52M19.754 6a3.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.75V10.5h6.168c.73 0 1.429-.29 1.944-.806L13.81 6zM8.172 3c.73 0 1.429.29 1.944.806L12 5.689L9.056 8.634A1.25 1.25 0 0 1 8.172 9H2.004V6.75A3.75 3.75 0 0 1 5.754 3z"/></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-.52M19.754 6a3.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.75V10.5h6.168c.73 0 1.429-.29 1.944-.806L13.81 6zM8.172 3c.73 0 1.429.29 1.944.806L12 5.689L9.056 8.634A1.25 1.25 0 0 1 8.172 9H2.004V6.75A3.75 3.75 0 0 1 5.754 3z"/></svg>
</template>

CSS

.icon-folder-multiple-28-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%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-.52M19.754%206a3.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.75V10.5h6.168c.73%200%201.429-.29%201.944-.806L13.81%206zM8.172%203c.73%200%201.429.29%201.944.806L12%205.689L9.056%208.634A1.25%201.25%200%200%201%208.172%209H2.004V6.75A3.75%203.75%200%200%201%205.754%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%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-.52M19.754%206a3.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.75V10.5h6.168c.73%200%201.429-.29%201.944-.806L13.81%206zM8.172%203c.73%200%201.429.29%201.944.806L12%205.689L9.056%208.634A1.25%201.25%200%200%201%208.172%209H2.004V6.75A3.75%203.75%200%200%201%205.754%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-28-filled.svg?color=%231a73e8&size=48