document-folder-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

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

Use the document folder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 4A4.25 4.25 0 0 0 8 8.25v9.394c-1.201.75-2 2.085-2 3.606v16.5A6.25 6.25 0 0 0 12.25 44h23.5A6.25 6.25 0 0 0 42 37.75v-4.5c0-1.52-.799-2.855-2-3.606V13.25a4.25 4.25 0 0 0-2.5-3.874V29h-2V8.25A4.25 4.25 0 0 0 31.25 4zM33 29h-1.757a1.75 1.75 0 0 1-1.238-.513L19.763 18.245A4.25 4.25 0 0 0 16.757 17H10.5V8.25c0-.966.784-1.75 1.75-1.75h19c.967 0 1.75.784 1.75 1.75zM8.5 21.25c0-.966.784-1.75 1.75-1.75h6.507c.464 0 .91.184 1.238.513l10.242 10.242a4.25 4.25 0 0 0 3.006 1.245h6.507c.967 0 1.75.783 1.75 1.75v4.5a3.75 3.75 0 0 1-3.75 3.75h-23.5a3.75 3.75 0 0 1-3.75-3.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentFolder48Regular(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="M12.25 4A4.25 4.25 0 0 0 8 8.25v9.394c-1.201.75-2 2.085-2 3.606v16.5A6.25 6.25 0 0 0 12.25 44h23.5A6.25 6.25 0 0 0 42 37.75v-4.5c0-1.52-.799-2.855-2-3.606V13.25a4.25 4.25 0 0 0-2.5-3.874V29h-2V8.25A4.25 4.25 0 0 0 31.25 4zM33 29h-1.757a1.75 1.75 0 0 1-1.238-.513L19.763 18.245A4.25 4.25 0 0 0 16.757 17H10.5V8.25c0-.966.784-1.75 1.75-1.75h19c.967 0 1.75.784 1.75 1.75zM8.5 21.25c0-.966.784-1.75 1.75-1.75h6.507c.464 0 .91.184 1.238.513l10.242 10.242a4.25 4.25 0 0 0 3.006 1.245h6.507c.967 0 1.75.783 1.75 1.75v4.5a3.75 3.75 0 0 1-3.75 3.75h-23.5a3.75 3.75 0 0 1-3.75-3.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 4A4.25 4.25 0 0 0 8 8.25v9.394c-1.201.75-2 2.085-2 3.606v16.5A6.25 6.25 0 0 0 12.25 44h23.5A6.25 6.25 0 0 0 42 37.75v-4.5c0-1.52-.799-2.855-2-3.606V13.25a4.25 4.25 0 0 0-2.5-3.874V29h-2V8.25A4.25 4.25 0 0 0 31.25 4zM33 29h-1.757a1.75 1.75 0 0 1-1.238-.513L19.763 18.245A4.25 4.25 0 0 0 16.757 17H10.5V8.25c0-.966.784-1.75 1.75-1.75h19c.967 0 1.75.784 1.75 1.75zM8.5 21.25c0-.966.784-1.75 1.75-1.75h6.507c.464 0 .91.184 1.238.513l10.242 10.242a4.25 4.25 0 0 0 3.006 1.245h6.507c.967 0 1.75.783 1.75 1.75v4.5a3.75 3.75 0 0 1-3.75 3.75h-23.5a3.75 3.75 0 0 1-3.75-3.75z"/></svg>
</template>

CSS

.icon-document-folder-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%22M12.25%204A4.25%204.25%200%200%200%208%208.25v9.394c-1.201.75-2%202.085-2%203.606v16.5A6.25%206.25%200%200%200%2012.25%2044h23.5A6.25%206.25%200%200%200%2042%2037.75v-4.5c0-1.52-.799-2.855-2-3.606V13.25a4.25%204.25%200%200%200-2.5-3.874V29h-2V8.25A4.25%204.25%200%200%200%2031.25%204zM33%2029h-1.757a1.75%201.75%200%200%201-1.238-.513L19.763%2018.245A4.25%204.25%200%200%200%2016.757%2017H10.5V8.25c0-.966.784-1.75%201.75-1.75h19c.967%200%201.75.784%201.75%201.75zM8.5%2021.25c0-.966.784-1.75%201.75-1.75h6.507c.464%200%20.91.184%201.238.513l10.242%2010.242a4.25%204.25%200%200%200%203.006%201.245h6.507c.967%200%201.75.783%201.75%201.75v4.5a3.75%203.75%200%200%201-3.75%203.75h-23.5a3.75%203.75%200%200%201-3.75-3.75z%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%22M12.25%204A4.25%204.25%200%200%200%208%208.25v9.394c-1.201.75-2%202.085-2%203.606v16.5A6.25%206.25%200%200%200%2012.25%2044h23.5A6.25%206.25%200%200%200%2042%2037.75v-4.5c0-1.52-.799-2.855-2-3.606V13.25a4.25%204.25%200%200%200-2.5-3.874V29h-2V8.25A4.25%204.25%200%200%200%2031.25%204zM33%2029h-1.757a1.75%201.75%200%200%201-1.238-.513L19.763%2018.245A4.25%204.25%200%200%200%2016.757%2017H10.5V8.25c0-.966.784-1.75%201.75-1.75h19c.967%200%201.75.784%201.75%201.75zM8.5%2021.25c0-.966.784-1.75%201.75-1.75h6.507c.464%200%20.91.184%201.238.513l10.242%2010.242a4.25%204.25%200%200%200%203.006%201.245h6.507c.967%200%201.75.783%201.75%201.75v4.5a3.75%203.75%200%200%201-3.75%203.75h-23.5a3.75%203.75%200%200%201-3.75-3.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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