document signature icon

document-signature-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
document-signature-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

12 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document signature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 4.4A2.4 2.4 0 0 1 6.4 2h8.166a2.4 2.4 0 0 1 1.698.703l6.452 6.452a3.3 3.3 0 0 0-1.318.803L15.5 4.061V10a.5.5 0 0 0 .5.5h4.856l-1.5 1.5H16a2 2 0 0 1-2-2V3.5H6.4a.9.9 0 0 0-.9.9v19.2a.9.9 0 0 0 .9.9h15.2a.9.9 0 0 0 .9-.9v-5.45l1.5-1.5v6.95a2.4 2.4 0 0 1-2.4 2.4H6.4A2.4 2.4 0 0 1 4 23.6zm10.197 14.172L22.1 10.67a2.286 2.286 0 1 1 3.232 3.232l-7.902 7.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 14 23H7.75a.75.75 0 0 1 0-1.5h5.321l.42-1.68c.118-.473.362-.904.706-1.248"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSignature28Regular(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="M4 4.4A2.4 2.4 0 0 1 6.4 2h8.166a2.4 2.4 0 0 1 1.698.703l6.452 6.452a3.3 3.3 0 0 0-1.318.803L15.5 4.061V10a.5.5 0 0 0 .5.5h4.856l-1.5 1.5H16a2 2 0 0 1-2-2V3.5H6.4a.9.9 0 0 0-.9.9v19.2a.9.9 0 0 0 .9.9h15.2a.9.9 0 0 0 .9-.9v-5.45l1.5-1.5v6.95a2.4 2.4 0 0 1-2.4 2.4H6.4A2.4 2.4 0 0 1 4 23.6zm10.197 14.172L22.1 10.67a2.286 2.286 0 1 1 3.232 3.232l-7.902 7.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 14 23H7.75a.75.75 0 0 1 0-1.5h5.321l.42-1.68c.118-.473.362-.904.706-1.248"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 4.4A2.4 2.4 0 0 1 6.4 2h8.166a2.4 2.4 0 0 1 1.698.703l6.452 6.452a3.3 3.3 0 0 0-1.318.803L15.5 4.061V10a.5.5 0 0 0 .5.5h4.856l-1.5 1.5H16a2 2 0 0 1-2-2V3.5H6.4a.9.9 0 0 0-.9.9v19.2a.9.9 0 0 0 .9.9h15.2a.9.9 0 0 0 .9-.9v-5.45l1.5-1.5v6.95a2.4 2.4 0 0 1-2.4 2.4H6.4A2.4 2.4 0 0 1 4 23.6zm10.197 14.172L22.1 10.67a2.286 2.286 0 1 1 3.232 3.232l-7.902 7.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 14 23H7.75a.75.75 0 0 1 0-1.5h5.321l.42-1.68c.118-.473.362-.904.706-1.248"/></svg>
</template>

CSS

.icon-document-signature-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%22M4%204.4A2.4%202.4%200%200%201%206.4%202h8.166a2.4%202.4%200%200%201%201.698.703l6.452%206.452a3.3%203.3%200%200%200-1.318.803L15.5%204.061V10a.5.5%200%200%200%20.5.5h4.856l-1.5%201.5H16a2%202%200%200%201-2-2V3.5H6.4a.9.9%200%200%200-.9.9v19.2a.9.9%200%200%200%20.9.9h15.2a.9.9%200%200%200%20.9-.9v-5.45l1.5-1.5v6.95a2.4%202.4%200%200%201-2.4%202.4H6.4A2.4%202.4%200%200%201%204%2023.6zm10.197%2014.172L22.1%2010.67a2.286%202.286%200%201%201%203.232%203.232l-7.902%207.902a2.7%202.7%200%200%201-1.248.707l-1.83.457A1.1%201.1%200%200%201%2014%2023H7.75a.75.75%200%200%201%200-1.5h5.321l.42-1.68c.118-.473.362-.904.706-1.248%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%22M4%204.4A2.4%202.4%200%200%201%206.4%202h8.166a2.4%202.4%200%200%201%201.698.703l6.452%206.452a3.3%203.3%200%200%200-1.318.803L15.5%204.061V10a.5.5%200%200%200%20.5.5h4.856l-1.5%201.5H16a2%202%200%200%201-2-2V3.5H6.4a.9.9%200%200%200-.9.9v19.2a.9.9%200%200%200%20.9.9h15.2a.9.9%200%200%200%20.9-.9v-5.45l1.5-1.5v6.95a2.4%202.4%200%200%201-2.4%202.4H6.4A2.4%202.4%200%200%201%204%2023.6zm10.197%2014.172L22.1%2010.67a2.286%202.286%200%201%201%203.232%203.232l-7.902%207.902a2.7%202.7%200%200%201-1.248.707l-1.83.457A1.1%201.1%200%200%201%2014%2023H7.75a.75.75%200%200%201%200-1.5h5.321l.42-1.68c.118-.473.362-.904.706-1.248%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-signature-28-regular.svg?color=%231a73e8&size=48

Document Signature 28 regular icon — Fluent UI System Icons · IconsDB