document folder icon
document-folder-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- document-folder-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document folder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.25 2A3.25 3.25 0 0 0 5 5.25v6a3.25 3.25 0 0 0-2 3V25.5A4.5 4.5 0 0 0 7.5 30h17a4.5 4.5 0 0 0 4.5-4.5v-3.25a3.25 3.25 0 0 0-2-3V8.75a3.25 3.25 0 0 0-2-3V19h-1.5V5.25A3.25 3.25 0 0 0 20.25 2zM21.5 19h-.568a1.25 1.25 0 0 1-.884-.366l-6.682-6.682A3.25 3.25 0 0 0 11.068 11H7V5.25C7 4.56 7.56 4 8.25 4h12c.69 0 1.25.56 1.25 1.25zM5 14.25c0-.69.56-1.25 1.25-1.25h4.818c.332 0 .65.132.884.366l6.682 6.682a3.25 3.25 0 0 0 2.298.952h4.818c.69 0 1.25.56 1.25 1.25v3.25a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 5 25.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentFolder32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.25 2A3.25 3.25 0 0 0 5 5.25v6a3.25 3.25 0 0 0-2 3V25.5A4.5 4.5 0 0 0 7.5 30h17a4.5 4.5 0 0 0 4.5-4.5v-3.25a3.25 3.25 0 0 0-2-3V8.75a3.25 3.25 0 0 0-2-3V19h-1.5V5.25A3.25 3.25 0 0 0 20.25 2zM21.5 19h-.568a1.25 1.25 0 0 1-.884-.366l-6.682-6.682A3.25 3.25 0 0 0 11.068 11H7V5.25C7 4.56 7.56 4 8.25 4h12c.69 0 1.25.56 1.25 1.25zM5 14.25c0-.69.56-1.25 1.25-1.25h4.818c.332 0 .65.132.884.366l6.682 6.682a3.25 3.25 0 0 0 2.298.952h4.818c.69 0 1.25.56 1.25 1.25v3.25a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 5 25.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8.25 2A3.25 3.25 0 0 0 5 5.25v6a3.25 3.25 0 0 0-2 3V25.5A4.5 4.5 0 0 0 7.5 30h17a4.5 4.5 0 0 0 4.5-4.5v-3.25a3.25 3.25 0 0 0-2-3V8.75a3.25 3.25 0 0 0-2-3V19h-1.5V5.25A3.25 3.25 0 0 0 20.25 2zM21.5 19h-.568a1.25 1.25 0 0 1-.884-.366l-6.682-6.682A3.25 3.25 0 0 0 11.068 11H7V5.25C7 4.56 7.56 4 8.25 4h12c.69 0 1.25.56 1.25 1.25zM5 14.25c0-.69.56-1.25 1.25-1.25h4.818c.332 0 .65.132.884.366l6.682 6.682a3.25 3.25 0 0 0 2.298.952h4.818c.69 0 1.25.56 1.25 1.25v3.25a2.5 2.5 0 0 1-2.5 2.5h-17A2.5 2.5 0 0 1 5 25.5z"/></svg> </template>
CSS
.icon-document-folder-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%202A3.25%203.25%200%200%200%205%205.25v6a3.25%203.25%200%200%200-2%203V25.5A4.5%204.5%200%200%200%207.5%2030h17a4.5%204.5%200%200%200%204.5-4.5v-3.25a3.25%203.25%200%200%200-2-3V8.75a3.25%203.25%200%200%200-2-3V19h-1.5V5.25A3.25%203.25%200%200%200%2020.25%202zM21.5%2019h-.568a1.25%201.25%200%200%201-.884-.366l-6.682-6.682A3.25%203.25%200%200%200%2011.068%2011H7V5.25C7%204.56%207.56%204%208.25%204h12c.69%200%201.25.56%201.25%201.25zM5%2014.25c0-.69.56-1.25%201.25-1.25h4.818c.332%200%20.65.132.884.366l6.682%206.682a3.25%203.25%200%200%200%202.298.952h4.818c.69%200%201.25.56%201.25%201.25v3.25a2.5%202.5%200%200%201-2.5%202.5h-17A2.5%202.5%200%200%201%205%2025.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.25%202A3.25%203.25%200%200%200%205%205.25v6a3.25%203.25%200%200%200-2%203V25.5A4.5%204.5%200%200%200%207.5%2030h17a4.5%204.5%200%200%200%204.5-4.5v-3.25a3.25%203.25%200%200%200-2-3V8.75a3.25%203.25%200%200%200-2-3V19h-1.5V5.25A3.25%203.25%200%200%200%2020.25%202zM21.5%2019h-.568a1.25%201.25%200%200%201-.884-.366l-6.682-6.682A3.25%203.25%200%200%200%2011.068%2011H7V5.25C7%204.56%207.56%204%208.25%204h12c.69%200%201.25.56%201.25%201.25zM5%2014.25c0-.69.56-1.25%201.25-1.25h4.818c.332%200%20.65.132.884.366l6.682%206.682a3.25%203.25%200%200%200%202.298.952h4.818c.69%200%201.25.56%201.25%201.25v3.25a2.5%202.5%200%200%201-2.5%202.5h-17A2.5%202.5%200%200%201%205%2025.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-folder-32-regular.svg?color=%231a73e8&size=48