document text extract icon
document-text-extract-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- document-text-extract-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
document-text-extract-16-filleddocument-text-extract-16-regulardocument-text-extract-20-filleddocument-text-extract-20-regulardocument-text-extract-24-filleddocument-text-extract-24-regulardocument-text-extract-28-filleddocument-text-extract-28-regulardocument-text-extract-32-filleddocument-text-extract-32-regulardocument-text-extract-48-regular
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 text extract icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 15.75A4.25 4.25 0 0 0 28.25 20H40v19.75A4.25 4.25 0 0 1 35.75 44h-23.5A4.25 4.25 0 0 1 8 39.75V33.5h12.75a3.25 3.25 0 0 0 0-6.5H8V8.25A4.25 4.25 0 0 1 12.25 4H24zM16.25 35.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zm4.5-6.5a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 1 1 0-2.5zm-4.5-6.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM26.5 4.374c.466.21.895.503 1.263.871l10.992 10.992c.368.368.662.797.871 1.263H28.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentTextExtract48Filled(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="M24 15.75A4.25 4.25 0 0 0 28.25 20H40v19.75A4.25 4.25 0 0 1 35.75 44h-23.5A4.25 4.25 0 0 1 8 39.75V33.5h12.75a3.25 3.25 0 0 0 0-6.5H8V8.25A4.25 4.25 0 0 1 12.25 4H24zM16.25 35.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zm4.5-6.5a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 1 1 0-2.5zm-4.5-6.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM26.5 4.374c.466.21.895.503 1.263.871l10.992 10.992c.368.368.662.797.871 1.263H28.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 48 48"><path fill="currentColor" d="M24 15.75A4.25 4.25 0 0 0 28.25 20H40v19.75A4.25 4.25 0 0 1 35.75 44h-23.5A4.25 4.25 0 0 1 8 39.75V33.5h12.75a3.25 3.25 0 0 0 0-6.5H8V8.25A4.25 4.25 0 0 1 12.25 4H24zM16.25 35.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zm4.5-6.5a1.25 1.25 0 1 1 0 2.5H5.25a1.25 1.25 0 1 1 0-2.5zm-4.5-6.5a1.25 1.25 0 1 0 0 2.5h15.5a1.25 1.25 0 1 0 0-2.5zM26.5 4.374c.466.21.895.503 1.263.871l10.992 10.992c.368.368.662.797.871 1.263H28.25a1.75 1.75 0 0 1-1.75-1.75z"/></svg> </template>
CSS
.icon-document-text-extract-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2015.75A4.25%204.25%200%200%200%2028.25%2020H40v19.75A4.25%204.25%200%200%201%2035.75%2044h-23.5A4.25%204.25%200%200%201%208%2039.75V33.5h12.75a3.25%203.25%200%200%200%200-6.5H8V8.25A4.25%204.25%200%200%201%2012.25%204H24zM16.25%2035.5a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zm4.5-6.5a1.25%201.25%200%201%201%200%202.5H5.25a1.25%201.25%200%201%201%200-2.5zm-4.5-6.5a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zM26.5%204.374c.466.21.895.503%201.263.871l10.992%2010.992c.368.368.662.797.871%201.263H28.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2015.75A4.25%204.25%200%200%200%2028.25%2020H40v19.75A4.25%204.25%200%200%201%2035.75%2044h-23.5A4.25%204.25%200%200%201%208%2039.75V33.5h12.75a3.25%203.25%200%200%200%200-6.5H8V8.25A4.25%204.25%200%200%201%2012.25%204H24zM16.25%2035.5a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zm4.5-6.5a1.25%201.25%200%201%201%200%202.5H5.25a1.25%201.25%200%201%201%200-2.5zm-4.5-6.5a1.25%201.25%200%201%200%200%202.5h15.5a1.25%201.25%200%201%200%200-2.5zM26.5%204.374c.466.21.895.503%201.263.871l10.992%2010.992c.368.368.662.797.871%201.263H28.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-text-extract-48-filled.svg?color=%231a73e8&size=48