document signature icon

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

Name
document-signature-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.11 5.109a3 3 0 0 0-.302.267L16.356 10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-2.85l1.5-1.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-.803 6.072L19.1 8.669a2.286 2.286 0 1 1 3.232 3.233l-5.902 5.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 13 19H7.75a.75.75 0 0 1 0-1.5h4.321l.42-1.68c.118-.473.362-.904.706-1.248"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSignature24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.11 5.109a3 3 0 0 0-.302.267L16.356 10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-2.85l1.5-1.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-.803 6.072L19.1 8.669a2.286 2.286 0 1 1 3.232 3.233l-5.902 5.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 13 19H7.75a.75.75 0 0 1 0-1.5h4.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 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l5.11 5.109a3 3 0 0 0-.302.267L16.356 10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-2.85l1.5-1.5V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm10 4.5h3.38L13.5 4.62V8a.5.5 0 0 0 .5.5m-.803 6.072L19.1 8.669a2.286 2.286 0 1 1 3.232 3.233l-5.902 5.902a2.7 2.7 0 0 1-1.248.707l-1.83.457A1.1 1.1 0 0 1 13 19H7.75a.75.75 0 0 1 0-1.5h4.321l.42-1.68c.118-.473.362-.904.706-1.248"/></svg>
</template>

CSS

.icon-document-signature-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h6.172a2%202%200%200%201%201.414.586l5.11%205.109a3%203%200%200%200-.302.267L16.356%2010H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v16a.5.5%200%200%200%20.5.5h12a.5.5%200%200%200%20.5-.5v-2.85l1.5-1.5V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2zm10%204.5h3.38L13.5%204.62V8a.5.5%200%200%200%20.5.5m-.803%206.072L19.1%208.669a2.286%202.286%200%201%201%203.232%203.233l-5.902%205.902a2.7%202.7%200%200%201-1.248.707l-1.83.457A1.1%201.1%200%200%201%2013%2019H7.75a.75.75%200%200%201%200-1.5h4.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204a2%202%200%200%201%202-2h6.172a2%202%200%200%201%201.414.586l5.11%205.109a3%203%200%200%200-.302.267L16.356%2010H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5v16a.5.5%200%200%200%20.5.5h12a.5.5%200%200%200%20.5-.5v-2.85l1.5-1.5V20a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2zm10%204.5h3.38L13.5%204.62V8a.5.5%200%200%200%20.5.5m-.803%206.072L19.1%208.669a2.286%202.286%200%201%201%203.232%203.233l-5.902%205.902a2.7%202.7%200%200%201-1.248.707l-1.83.457A1.1%201.1%200%200%201%2013%2019H7.75a.75.75%200%200%201%200-1.5h4.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-24-regular.svg?color=%231a73e8&size=48