document pdf icon
document-pdf-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- document-pdf-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
9 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 pdf icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10a1.5 1.5 0 0 1 0 3H2v1.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5zM2 12h.5a.5.5 0 0 0 0-1H2zm4-2a1.5 1.5 0 0 1 1.5 1.5v2A1.5 1.5 0 0 1 6 15H5a.5.5 0 0 1-.5-.5v-4A.5.5 0 0 1 5 10zm-.5 4H6a.5.5 0 0 0 .5-.5v-2A.5.5 0 0 0 6 11h-.5zm5.5-4a.5.5 0 0 1 0 1H9.5v1h1a.5.5 0 0 1 0 1h-1v1.5a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 9 10zM9.59 1c.39 0 .78.16 1.06.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2h-1.587q.085-.236.087-.5V14H12c.55 0 1-.45 1-1V6h-2.5C9.67 6 9 5.33 9 4.5V2H6c-.55 0-1 .45-1 1v6c-.385 0-.735.146-1 .385V3c0-1.1.9-2 2-2zM10 4.5c0 .28.22.5.5.5h2.29L10 2.21z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentPdf16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10a1.5 1.5 0 0 1 0 3H2v1.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5zM2 12h.5a.5.5 0 0 0 0-1H2zm4-2a1.5 1.5 0 0 1 1.5 1.5v2A1.5 1.5 0 0 1 6 15H5a.5.5 0 0 1-.5-.5v-4A.5.5 0 0 1 5 10zm-.5 4H6a.5.5 0 0 0 .5-.5v-2A.5.5 0 0 0 6 11h-.5zm5.5-4a.5.5 0 0 1 0 1H9.5v1h1a.5.5 0 0 1 0 1h-1v1.5a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 9 10zM9.59 1c.39 0 .78.16 1.06.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2h-1.587q.085-.236.087-.5V14H12c.55 0 1-.45 1-1V6h-2.5C9.67 6 9 5.33 9 4.5V2H6c-.55 0-1 .45-1 1v6c-.385 0-.735.146-1 .385V3c0-1.1.9-2 2-2zM10 4.5c0 .28.22.5.5.5h2.29L10 2.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.5 10a1.5 1.5 0 0 1 0 3H2v1.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5zM2 12h.5a.5.5 0 0 0 0-1H2zm4-2a1.5 1.5 0 0 1 1.5 1.5v2A1.5 1.5 0 0 1 6 15H5a.5.5 0 0 1-.5-.5v-4A.5.5 0 0 1 5 10zm-.5 4H6a.5.5 0 0 0 .5-.5v-2A.5.5 0 0 0 6 11h-.5zm5.5-4a.5.5 0 0 1 0 1H9.5v1h1a.5.5 0 0 1 0 1h-1v1.5a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 9 10zM9.59 1c.39 0 .78.16 1.06.44l2.91 2.91c.28.28.44.67.44 1.06V13c0 1.1-.9 2-2 2h-1.587q.085-.236.087-.5V14H12c.55 0 1-.45 1-1V6h-2.5C9.67 6 9 5.33 9 4.5V2H6c-.55 0-1 .45-1 1v6c-.385 0-.735.146-1 .385V3c0-1.1.9-2 2-2zM10 4.5c0 .28.22.5.5.5h2.29L10 2.21z"/></svg> </template>
CSS
.icon-document-pdf-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2010a1.5%201.5%200%200%201%200%203H2v1.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.5-.5zM2%2012h.5a.5.5%200%200%200%200-1H2zm4-2a1.5%201.5%200%200%201%201.5%201.5v2A1.5%201.5%200%200%201%206%2015H5a.5.5%200%200%201-.5-.5v-4A.5.5%200%200%201%205%2010zm-.5%204H6a.5.5%200%200%200%20.5-.5v-2A.5.5%200%200%200%206%2011h-.5zm5.5-4a.5.5%200%200%201%200%201H9.5v1h1a.5.5%200%200%201%200%201h-1v1.5a.5.5%200%200%201-1%200v-4A.5.5%200%200%201%209%2010zM9.59%201c.39%200%20.78.16%201.06.44l2.91%202.91c.28.28.44.67.44%201.06V13c0%201.1-.9%202-2%202h-1.587q.085-.236.087-.5V14H12c.55%200%201-.45%201-1V6h-2.5C9.67%206%209%205.33%209%204.5V2H6c-.55%200-1%20.45-1%201v6c-.385%200-.735.146-1%20.385V3c0-1.1.9-2%202-2zM10%204.5c0%20.28.22.5.5.5h2.29L10%202.21z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%2010a1.5%201.5%200%200%201%200%203H2v1.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%201%20.5-.5zM2%2012h.5a.5.5%200%200%200%200-1H2zm4-2a1.5%201.5%200%200%201%201.5%201.5v2A1.5%201.5%200%200%201%206%2015H5a.5.5%200%200%201-.5-.5v-4A.5.5%200%200%201%205%2010zm-.5%204H6a.5.5%200%200%200%20.5-.5v-2A.5.5%200%200%200%206%2011h-.5zm5.5-4a.5.5%200%200%201%200%201H9.5v1h1a.5.5%200%200%201%200%201h-1v1.5a.5.5%200%200%201-1%200v-4A.5.5%200%200%201%209%2010zM9.59%201c.39%200%20.78.16%201.06.44l2.91%202.91c.28.28.44.67.44%201.06V13c0%201.1-.9%202-2%202h-1.587q.085-.236.087-.5V14H12c.55%200%201-.45%201-1V6h-2.5C9.67%206%209%205.33%209%204.5V2H6c-.55%200-1%20.45-1%201v6c-.385%200-.735.146-1%20.385V3c0-1.1.9-2%202-2zM10%204.5c0%20.28.22.5.5.5h2.29L10%202.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-pdf-16-regular.svg?color=%231a73e8&size=48