document signature icon
document-signature-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- document-signature-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
document-signature-16-filleddocument-signature-16-regulardocument-signature-20-filleddocument-signature-20-regulardocument-signature-24-filleddocument-signature-24-regulardocument-signature-28-filleddocument-signature-28-regulardocument-signature-32-lightdocument-signature-32-regulardocument-signature-48-filleddocument-signature-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 signature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 9V2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-7.325l-5.905 5.857a4.3 4.3 0 0 1-1.953 1.11l-3.02.777A2.5 2.5 0 0 1 13.205 26H9a1 1 0 1 1 0-2h4.175l.694-2.68a4.16 4.16 0 0 1 1.073-1.886L22.316 12H20a3 3 0 0 1-3-3m9.69.499a4.4 4.4 0 0 0-2.106.501H20a1 1 0 0 1-1-1V2.117a3 3 0 0 1 1.293.762l5.828 5.828c.234.233.425.501.568.792m1.962 6.425l-8.613 8.543c-.352.35-.79.598-1.27.722l-3.02.777a1 1 0 0 1-1.218-1.22l.79-3.05c.119-.456.355-.872.687-1.206l8.57-8.64a2.88 2.88 0 1 1 4.074 4.074"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentSignature32Filled(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="M17 9V2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-7.325l-5.905 5.857a4.3 4.3 0 0 1-1.953 1.11l-3.02.777A2.5 2.5 0 0 1 13.205 26H9a1 1 0 1 1 0-2h4.175l.694-2.68a4.16 4.16 0 0 1 1.073-1.886L22.316 12H20a3 3 0 0 1-3-3m9.69.499a4.4 4.4 0 0 0-2.106.501H20a1 1 0 0 1-1-1V2.117a3 3 0 0 1 1.293.762l5.828 5.828c.234.233.425.501.568.792m1.962 6.425l-8.613 8.543c-.352.35-.79.598-1.27.722l-3.02.777a1 1 0 0 1-1.218-1.22l.79-3.05c.119-.456.355-.872.687-1.206l8.57-8.64a2.88 2.88 0 1 1 4.074 4.074"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 9V2H8a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-7.325l-5.905 5.857a4.3 4.3 0 0 1-1.953 1.11l-3.02.777A2.5 2.5 0 0 1 13.205 26H9a1 1 0 1 1 0-2h4.175l.694-2.68a4.16 4.16 0 0 1 1.073-1.886L22.316 12H20a3 3 0 0 1-3-3m9.69.499a4.4 4.4 0 0 0-2.106.501H20a1 1 0 0 1-1-1V2.117a3 3 0 0 1 1.293.762l5.828 5.828c.234.233.425.501.568.792m1.962 6.425l-8.613 8.543c-.352.35-.79.598-1.27.722l-3.02.777a1 1 0 0 1-1.218-1.22l.79-3.05c.119-.456.355-.872.687-1.206l8.57-8.64a2.88 2.88 0 1 1 4.074 4.074"/></svg> </template>
CSS
.icon-document-signature-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209V2H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3v-7.325l-5.905%205.857a4.3%204.3%200%200%201-1.953%201.11l-3.02.777A2.5%202.5%200%200%201%2013.205%2026H9a1%201%200%201%201%200-2h4.175l.694-2.68a4.16%204.16%200%200%201%201.073-1.886L22.316%2012H20a3%203%200%200%201-3-3m9.69.499a4.4%204.4%200%200%200-2.106.501H20a1%201%200%200%201-1-1V2.117a3%203%200%200%201%201.293.762l5.828%205.828c.234.233.425.501.568.792m1.962%206.425l-8.613%208.543c-.352.35-.79.598-1.27.722l-3.02.777a1%201%200%200%201-1.218-1.22l.79-3.05c.119-.456.355-.872.687-1.206l8.57-8.64a2.88%202.88%200%201%201%204.074%204.074%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%22M17%209V2H8a3%203%200%200%200-3%203v22a3%203%200%200%200%203%203h16a3%203%200%200%200%203-3v-7.325l-5.905%205.857a4.3%204.3%200%200%201-1.953%201.11l-3.02.777A2.5%202.5%200%200%201%2013.205%2026H9a1%201%200%201%201%200-2h4.175l.694-2.68a4.16%204.16%200%200%201%201.073-1.886L22.316%2012H20a3%203%200%200%201-3-3m9.69.499a4.4%204.4%200%200%200-2.106.501H20a1%201%200%200%201-1-1V2.117a3%203%200%200%201%201.293.762l5.828%205.828c.234.233.425.501.568.792m1.962%206.425l-8.613%208.543c-.352.35-.79.598-1.27.722l-3.02.777a1%201%200%200%201-1.218-1.22l.79-3.05c.119-.456.355-.872.687-1.206l8.57-8.64a2.88%202.88%200%201%201%204.074%204.074%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-signature-32-filled.svg?color=%231a73e8&size=48