document print icon
document-print-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- document-print-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
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 print icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v8.9c.375-.192.8-.3 1.25-.3h.25V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9H14c-.418.314-.937.5-1.5.5v.25q-.001.392-.104.75H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM5.25 14a1.75 1.75 0 0 0-1.75 1.75V17H3a2 2 0 0 0-2 2v3.5A1.5 1.5 0 0 0 2.5 24h1v1.25c0 .966.784 1.75 1.75 1.75h4.5a1.75 1.75 0 0 0 1.75-1.75V24h1a1.5 1.5 0 0 0 1.5-1.5V19a2 2 0 0 0-2-2h-.5v-1.25A1.75 1.75 0 0 0 9.75 14zM5 17v-1.25a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25V17zm0 5.75a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentPrint28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v8.9c.375-.192.8-.3 1.25-.3h.25V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9H14c-.418.314-.937.5-1.5.5v.25q-.001.392-.104.75H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM5.25 14a1.75 1.75 0 0 0-1.75 1.75V17H3a2 2 0 0 0-2 2v3.5A1.5 1.5 0 0 0 2.5 24h1v1.25c0 .966.784 1.75 1.75 1.75h4.5a1.75 1.75 0 0 0 1.75-1.75V24h1a1.5 1.5 0 0 0 1.5-1.5V19a2 2 0 0 0-2-2h-.5v-1.25A1.75 1.75 0 0 0 9.75 14zM5 17v-1.25a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25V17zm0 5.75a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.4 2A2.4 2.4 0 0 0 4 4.4v8.9c.375-.192.8-.3 1.25-.3h.25V4.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9H14c-.418.314-.937.5-1.5.5v.25q-.001.392-.104.75H21.6a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2zm15.54 8.5H16a.5.5 0 0 1-.5-.5V4.06zM5.25 14a1.75 1.75 0 0 0-1.75 1.75V17H3a2 2 0 0 0-2 2v3.5A1.5 1.5 0 0 0 2.5 24h1v1.25c0 .966.784 1.75 1.75 1.75h4.5a1.75 1.75 0 0 0 1.75-1.75V24h1a1.5 1.5 0 0 0 1.5-1.5V19a2 2 0 0 0-2-2h-.5v-1.25A1.75 1.75 0 0 0 9.75 14zM5 17v-1.25a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25V17zm0 5.75a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-4.5a.25.25 0 0 1-.25-.25z"/></svg> </template>
CSS
.icon-document-print-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%202A2.4%202.4%200%200%200%204%204.4v8.9c.375-.192.8-.3%201.25-.3h.25V4.4a.9.9%200%200%201%20.9-.9H14V10a2%202%200%200%200%202%202h6.5v11.6a.9.9%200%200%201-.9.9H14c-.418.314-.937.5-1.5.5v.25q-.001.392-.104.75H21.6a2.4%202.4%200%200%200%202.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4%202.4%200%200%200%2014.567%202zm15.54%208.5H16a.5.5%200%200%201-.5-.5V4.06zM5.25%2014a1.75%201.75%200%200%200-1.75%201.75V17H3a2%202%200%200%200-2%202v3.5A1.5%201.5%200%200%200%202.5%2024h1v1.25c0%20.966.784%201.75%201.75%201.75h4.5a1.75%201.75%200%200%200%201.75-1.75V24h1a1.5%201.5%200%200%200%201.5-1.5V19a2%202%200%200%200-2-2h-.5v-1.25A1.75%201.75%200%200%200%209.75%2014zM5%2017v-1.25a.25.25%200%200%201%20.25-.25h4.5a.25.25%200%200%201%20.25.25V17zm0%205.75a.25.25%200%200%201%20.25-.25h4.5a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-4.5a.25.25%200%200%201-.25-.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.4%202A2.4%202.4%200%200%200%204%204.4v8.9c.375-.192.8-.3%201.25-.3h.25V4.4a.9.9%200%200%201%20.9-.9H14V10a2%202%200%200%200%202%202h6.5v11.6a.9.9%200%200%201-.9.9H14c-.418.314-.937.5-1.5.5v.25q-.001.392-.104.75H21.6a2.4%202.4%200%200%200%202.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4%202.4%200%200%200%2014.567%202zm15.54%208.5H16a.5.5%200%200%201-.5-.5V4.06zM5.25%2014a1.75%201.75%200%200%200-1.75%201.75V17H3a2%202%200%200%200-2%202v3.5A1.5%201.5%200%200%200%202.5%2024h1v1.25c0%20.966.784%201.75%201.75%201.75h4.5a1.75%201.75%200%200%200%201.75-1.75V24h1a1.5%201.5%200%200%200%201.5-1.5V19a2%202%200%200%200-2-2h-.5v-1.25A1.75%201.75%200%200%200%209.75%2014zM5%2017v-1.25a.25.25%200%200%201%20.25-.25h4.5a.25.25%200%200%201%20.25.25V17zm0%205.75a.25.25%200%200%201%20.25-.25h4.5a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-4.5a.25.25%200%200%201-.25-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-print-28-regular.svg?color=%231a73e8&size=48