document signature icon

document-signature-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
document-signature-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 4v11.25A3.75 3.75 0 0 0 27.75 19h4.846L22.247 29.51a5 5 0 0 0-1.276 2.253l-.84 3.234a4 4 0 0 0-.097.503h-5.796a1.25 1.25 0 1 0 0 2.5h6.3c.851 1.464 2.607 2.355 4.469 1.872l3.234-.839c.85-.22 1.627-.66 2.253-1.276L40 28.397V41a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm13.183 13.19a3.981 3.981 0 1 1 5.63 5.63L29.089 36.33c-.375.37-.842.634-1.352.767l-3.234.837c-1.476.383-2.82-.96-2.437-2.436l.838-3.234a3 3 0 0 1 .767-1.352zm.231-2.591c-.6.29-1.161.686-1.655 1.188l-.702.713H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentSignature48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4v11.25A3.75 3.75 0 0 0 27.75 19h4.846L22.247 29.51a5 5 0 0 0-1.276 2.253l-.84 3.234a4 4 0 0 0-.097.503h-5.796a1.25 1.25 0 1 0 0 2.5h6.3c.851 1.464 2.607 2.355 4.469 1.872l3.234-.839c.85-.22 1.627-.66 2.253-1.276L40 28.397V41a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm13.183 13.19a3.981 3.981 0 1 1 5.63 5.63L29.089 36.33c-.375.37-.842.634-1.352.767l-3.234.837c-1.476.383-2.82-.96-2.437-2.436l.838-3.234a3 3 0 0 1 .767-1.352zm.231-2.591c-.6.29-1.161.686-1.655 1.188l-.702.713H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4v11.25A3.75 3.75 0 0 0 27.75 19h4.846L22.247 29.51a5 5 0 0 0-1.276 2.253l-.84 3.234a4 4 0 0 0-.097.503h-5.796a1.25 1.25 0 1 0 0 2.5h6.3c.851 1.464 2.607 2.355 4.469 1.872l3.234-.839c.85-.22 1.627-.66 2.253-1.276L40 28.397V41a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zm13.183 13.19a3.981 3.981 0 1 1 5.63 5.63L29.089 36.33c-.375.37-.842.634-1.352.767l-3.234.837c-1.476.383-2.82-.96-2.437-2.436l.838-3.234a3 3 0 0 1 .767-1.352zm.231-2.591c-.6.29-1.161.686-1.655 1.188l-.702.713H27.75c-.69 0-1.25-.56-1.25-1.25V4.464z"/></svg>
</template>

CSS

.icon-document-signature-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204v11.25A3.75%203.75%200%200%200%2027.75%2019h4.846L22.247%2029.51a5%205%200%200%200-1.276%202.253l-.84%203.234a4%204%200%200%200-.097.503h-5.796a1.25%201.25%200%201%200%200%202.5h6.3c.851%201.464%202.607%202.355%204.469%201.872l3.234-.839c.85-.22%201.627-.66%202.253-1.276L40%2028.397V41a3%203%200%200%201-3%203H11a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3zm13.183%2013.19a3.981%203.981%200%201%201%205.63%205.63L29.089%2036.33c-.375.37-.842.634-1.352.767l-3.234.837c-1.476.383-2.82-.96-2.437-2.436l.838-3.234a3%203%200%200%201%20.767-1.352zm.231-2.591c-.6.29-1.161.686-1.655%201.188l-.702.713H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204v11.25A3.75%203.75%200%200%200%2027.75%2019h4.846L22.247%2029.51a5%205%200%200%200-1.276%202.253l-.84%203.234a4%204%200%200%200-.097.503h-5.796a1.25%201.25%200%201%200%200%202.5h6.3c.851%201.464%202.607%202.355%204.469%201.872l3.234-.839c.85-.22%201.627-.66%202.253-1.276L40%2028.397V41a3%203%200%200%201-3%203H11a3%203%200%200%201-3-3V7a3%203%200%200%201%203-3zm13.183%2013.19a3.981%203.981%200%201%201%205.63%205.63L29.089%2036.33c-.375.37-.842.634-1.352.767l-3.234.837c-1.476.383-2.82-.96-2.437-2.436l.838-3.234a3%203%200%200%201%20.767-1.352zm.231-2.591c-.6.29-1.161.686-1.655%201.188l-.702.713H27.75c-.69%200-1.25-.56-1.25-1.25V4.464z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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