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

Name
document-folder-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

Use the document folder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 6.75l-.003-2.123A2.25 2.25 0 0 1 20 6.75v7.5a3.2 3.2 0 0 0-1.25-.25h-.25zM4 4.25v3A3.2 3.2 0 0 1 5.25 7h2.846a3.25 3.25 0 0 1 2.381 1.039L16.014 14H17.5V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25M5.25 8A2.25 2.25 0 0 0 3 10.25v8.5A3.25 3.25 0 0 0 6.25 22h11.5A3.25 3.25 0 0 0 21 18.75v-1.5A2.25 2.25 0 0 0 18.75 15h-2.846a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentFolder24Filled(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="m18.5 6.75l-.003-2.123A2.25 2.25 0 0 1 20 6.75v7.5a3.2 3.2 0 0 0-1.25-.25h-.25zM4 4.25v3A3.2 3.2 0 0 1 5.25 7h2.846a3.25 3.25 0 0 1 2.381 1.039L16.014 14H17.5V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25M5.25 8A2.25 2.25 0 0 0 3 10.25v8.5A3.25 3.25 0 0 0 6.25 22h11.5A3.25 3.25 0 0 0 21 18.75v-1.5A2.25 2.25 0 0 0 18.75 15h-2.846a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.5 6.75l-.003-2.123A2.25 2.25 0 0 1 20 6.75v7.5a3.2 3.2 0 0 0-1.25-.25h-.25zM4 4.25v3A3.2 3.2 0 0 1 5.25 7h2.846a3.25 3.25 0 0 1 2.381 1.039L16.014 14H17.5V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25M5.25 8A2.25 2.25 0 0 0 3 10.25v8.5A3.25 3.25 0 0 0 6.25 22h11.5A3.25 3.25 0 0 0 21 18.75v-1.5A2.25 2.25 0 0 0 18.75 15h-2.846a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8z"/></svg>
</template>

CSS

.icon-document-folder-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%22m18.5%206.75l-.003-2.123A2.25%202.25%200%200%201%2020%206.75v7.5a3.2%203.2%200%200%200-1.25-.25h-.25zM4%204.25v3A3.2%203.2%200%200%201%205.25%207h2.846a3.25%203.25%200%200%201%202.381%201.039L16.014%2014H17.5V4.25A2.25%202.25%200%200%200%2015.25%202h-9A2.25%202.25%200%200%200%204%204.25M5.25%208A2.25%202.25%200%200%200%203%2010.25v8.5A3.25%203.25%200%200%200%206.25%2022h11.5A3.25%203.25%200%200%200%2021%2018.75v-1.5A2.25%202.25%200%200%200%2018.75%2015h-2.846a.75.75%200%200%201-.55-.24l-5.61-6.04A2.25%202.25%200%200%200%208.097%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m18.5%206.75l-.003-2.123A2.25%202.25%200%200%201%2020%206.75v7.5a3.2%203.2%200%200%200-1.25-.25h-.25zM4%204.25v3A3.2%203.2%200%200%201%205.25%207h2.846a3.25%203.25%200%200%201%202.381%201.039L16.014%2014H17.5V4.25A2.25%202.25%200%200%200%2015.25%202h-9A2.25%202.25%200%200%200%204%204.25M5.25%208A2.25%202.25%200%200%200%203%2010.25v8.5A3.25%203.25%200%200%200%206.25%2022h11.5A3.25%203.25%200%200%200%2021%2018.75v-1.5A2.25%202.25%200%200%200%2018.75%2015h-2.846a.75.75%200%200%201-.55-.24l-5.61-6.04A2.25%202.25%200%200%200%208.097%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-folder-24-filled.svg?color=%231a73e8&size=48