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

Name
document-folder-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

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.497 4.627L18.5 6.75V15h-1V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25v4.129c-.603.404-1 1.09-1 1.871v8.5A3.25 3.25 0 0 0 6.25 22h2.367q.069.004.139.004h6.494q.102 0 .202-.004h2.298A3.25 3.25 0 0 0 21 18.75v-1.5c0-.78-.397-1.467-1-1.871V6.75a2.25 2.25 0 0 0-1.503-2.123M5.5 8V4.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 .75.75V15h-.096a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8zm-1 2.25a.75.75 0 0 1 .75-.75h2.846a.75.75 0 0 1 .55.24l5.61 6.041a2.25 2.25 0 0 0 1.648.719h2.846a.75.75 0 0 1 .75.75v1.5a1.75 1.75 0 0 1-1.75 1.75H6.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentFolder24Regular(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.497 4.627L18.5 6.75V15h-1V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25v4.129c-.603.404-1 1.09-1 1.871v8.5A3.25 3.25 0 0 0 6.25 22h2.367q.069.004.139.004h6.494q.102 0 .202-.004h2.298A3.25 3.25 0 0 0 21 18.75v-1.5c0-.78-.397-1.467-1-1.871V6.75a2.25 2.25 0 0 0-1.503-2.123M5.5 8V4.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 .75.75V15h-.096a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8zm-1 2.25a.75.75 0 0 1 .75-.75h2.846a.75.75 0 0 1 .55.24l5.61 6.041a2.25 2.25 0 0 0 1.648.719h2.846a.75.75 0 0 1 .75.75v1.5a1.75 1.75 0 0 1-1.75 1.75H6.25a1.75 1.75 0 0 1-1.75-1.75z"/></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.497 4.627L18.5 6.75V15h-1V4.25A2.25 2.25 0 0 0 15.25 2h-9A2.25 2.25 0 0 0 4 4.25v4.129c-.603.404-1 1.09-1 1.871v8.5A3.25 3.25 0 0 0 6.25 22h2.367q.069.004.139.004h6.494q.102 0 .202-.004h2.298A3.25 3.25 0 0 0 21 18.75v-1.5c0-.78-.397-1.467-1-1.871V6.75a2.25 2.25 0 0 0-1.503-2.123M5.5 8V4.25a.75.75 0 0 1 .75-.75h9a.75.75 0 0 1 .75.75V15h-.096a.75.75 0 0 1-.55-.24l-5.61-6.04A2.25 2.25 0 0 0 8.097 8zm-1 2.25a.75.75 0 0 1 .75-.75h2.846a.75.75 0 0 1 .55.24l5.61 6.041a2.25 2.25 0 0 0 1.648.719h2.846a.75.75 0 0 1 .75.75v1.5a1.75 1.75 0 0 1-1.75 1.75H6.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
</template>

CSS

.icon-document-folder-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.497%204.627L18.5%206.75V15h-1V4.25A2.25%202.25%200%200%200%2015.25%202h-9A2.25%202.25%200%200%200%204%204.25v4.129c-.603.404-1%201.09-1%201.871v8.5A3.25%203.25%200%200%200%206.25%2022h2.367q.069.004.139.004h6.494q.102%200%20.202-.004h2.298A3.25%203.25%200%200%200%2021%2018.75v-1.5c0-.78-.397-1.467-1-1.871V6.75a2.25%202.25%200%200%200-1.503-2.123M5.5%208V4.25a.75.75%200%200%201%20.75-.75h9a.75.75%200%200%201%20.75.75V15h-.096a.75.75%200%200%201-.55-.24l-5.61-6.04A2.25%202.25%200%200%200%208.097%208zm-1%202.25a.75.75%200%200%201%20.75-.75h2.846a.75.75%200%200%201%20.55.24l5.61%206.041a2.25%202.25%200%200%200%201.648.719h2.846a.75.75%200%200%201%20.75.75v1.5a1.75%201.75%200%200%201-1.75%201.75H6.25a1.75%201.75%200%200%201-1.75-1.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.497%204.627L18.5%206.75V15h-1V4.25A2.25%202.25%200%200%200%2015.25%202h-9A2.25%202.25%200%200%200%204%204.25v4.129c-.603.404-1%201.09-1%201.871v8.5A3.25%203.25%200%200%200%206.25%2022h2.367q.069.004.139.004h6.494q.102%200%20.202-.004h2.298A3.25%203.25%200%200%200%2021%2018.75v-1.5c0-.78-.397-1.467-1-1.871V6.75a2.25%202.25%200%200%200-1.503-2.123M5.5%208V4.25a.75.75%200%200%201%20.75-.75h9a.75.75%200%200%201%20.75.75V15h-.096a.75.75%200%200%201-.55-.24l-5.61-6.04A2.25%202.25%200%200%200%208.097%208zm-1%202.25a.75.75%200%200%201%20.75-.75h2.846a.75.75%200%200%201%20.55.24l5.61%206.041a2.25%202.25%200%200%200%201.648.719h2.846a.75.75%200%200%201%20.75.75v1.5a1.75%201.75%200%200%201-1.75%201.75H6.25a1.75%201.75%200%200%201-1.75-1.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-24-regular.svg?color=%231a73e8&size=48