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

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

10 other variants in Fluent UI System Icons

The same icon in other sets

Use the 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.466 3.464a5 5 0 1 1 7.071 7.072l-.794.794l.196.197a3.5 3.5 0 0 1 0 4.95l-3.232 3.23a1 1 0 1 1-1.414-1.414l3.232-3.23a1.5 1.5 0 0 0 0-2.122l-.197-.197l-10.87 10.872a3 3 0 0 1-1.451.803l-6.783 1.556a1 1 0 0 1-1.199-1.199l1.558-6.782a3 3 0 0 1 .803-1.45zm5.657 1.415a3 3 0 0 0-4.242 0L5.8 17.959a1 1 0 0 0-.268.483l-1.201 5.226l5.227-1.199a1 1 0 0 0 .484-.268l13.08-13.08a3 3 0 0 0 0-4.242M8.558 29.897c-2.07-.351-3.746-1.517-4.708-2.527l2.417-.555c.71.499 1.615.939 2.626 1.11c1.535.261 3.423-.077 5.404-2.035c1.111-1.097 2.048-1.95 2.845-2.569c.78-.604 1.505-1.048 2.188-1.23c.756-.202 1.49-.085 2.085.442c.51.451.812 1.12 1.033 1.773l.033.098c.412 1.223.622 1.846.833 2.23a.9.9 0 0 0 .203.274a.9.9 0 0 0 .296.142c.004.002.113.037.443-.131c.328-.168.71-.451 1.182-.83q.135-.106.277-.223c.378-.305.8-.646 1.221-.94c.53-.368 1.148-.73 1.824-.897a1 1 0 0 1 .48 1.942c-.324.08-.705.279-1.16.596c-.358.25-.706.53-1.078.83l-.315.254c-.465.372-.99.777-1.521 1.049c-.527.269-1.232.496-1.979.25a2.9 2.9 0 0 1-.938-.496a2.9 2.9 0 0 1-.688-.857c-.3-.547-.565-1.334-.916-2.379l-.092-.273c-.197-.582-.364-.827-.465-.916l-.005-.005c-.015-.017-.045-.052-.237 0c-.288.076-.757.318-1.478.878c-.705.546-1.576 1.335-2.665 2.411c-2.42 2.39-4.948 2.957-7.145 2.584"/></svg>

React

import type { SVGProps } from "react";

export function FluentSignature32Regular(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.466 3.464a5 5 0 1 1 7.071 7.072l-.794.794l.196.197a3.5 3.5 0 0 1 0 4.95l-3.232 3.23a1 1 0 1 1-1.414-1.414l3.232-3.23a1.5 1.5 0 0 0 0-2.122l-.197-.197l-10.87 10.872a3 3 0 0 1-1.451.803l-6.783 1.556a1 1 0 0 1-1.199-1.199l1.558-6.782a3 3 0 0 1 .803-1.45zm5.657 1.415a3 3 0 0 0-4.242 0L5.8 17.959a1 1 0 0 0-.268.483l-1.201 5.226l5.227-1.199a1 1 0 0 0 .484-.268l13.08-13.08a3 3 0 0 0 0-4.242M8.558 29.897c-2.07-.351-3.746-1.517-4.708-2.527l2.417-.555c.71.499 1.615.939 2.626 1.11c1.535.261 3.423-.077 5.404-2.035c1.111-1.097 2.048-1.95 2.845-2.569c.78-.604 1.505-1.048 2.188-1.23c.756-.202 1.49-.085 2.085.442c.51.451.812 1.12 1.033 1.773l.033.098c.412 1.223.622 1.846.833 2.23a.9.9 0 0 0 .203.274a.9.9 0 0 0 .296.142c.004.002.113.037.443-.131c.328-.168.71-.451 1.182-.83q.135-.106.277-.223c.378-.305.8-.646 1.221-.94c.53-.368 1.148-.73 1.824-.897a1 1 0 0 1 .48 1.942c-.324.08-.705.279-1.16.596c-.358.25-.706.53-1.078.83l-.315.254c-.465.372-.99.777-1.521 1.049c-.527.269-1.232.496-1.979.25a2.9 2.9 0 0 1-.938-.496a2.9 2.9 0 0 1-.688-.857c-.3-.547-.565-1.334-.916-2.379l-.092-.273c-.197-.582-.364-.827-.465-.916l-.005-.005c-.015-.017-.045-.052-.237 0c-.288.076-.757.318-1.478.878c-.705.546-1.576 1.335-2.665 2.411c-2.42 2.39-4.948 2.957-7.145 2.584"/></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.466 3.464a5 5 0 1 1 7.071 7.072l-.794.794l.196.197a3.5 3.5 0 0 1 0 4.95l-3.232 3.23a1 1 0 1 1-1.414-1.414l3.232-3.23a1.5 1.5 0 0 0 0-2.122l-.197-.197l-10.87 10.872a3 3 0 0 1-1.451.803l-6.783 1.556a1 1 0 0 1-1.199-1.199l1.558-6.782a3 3 0 0 1 .803-1.45zm5.657 1.415a3 3 0 0 0-4.242 0L5.8 17.959a1 1 0 0 0-.268.483l-1.201 5.226l5.227-1.199a1 1 0 0 0 .484-.268l13.08-13.08a3 3 0 0 0 0-4.242M8.558 29.897c-2.07-.351-3.746-1.517-4.708-2.527l2.417-.555c.71.499 1.615.939 2.626 1.11c1.535.261 3.423-.077 5.404-2.035c1.111-1.097 2.048-1.95 2.845-2.569c.78-.604 1.505-1.048 2.188-1.23c.756-.202 1.49-.085 2.085.442c.51.451.812 1.12 1.033 1.773l.033.098c.412 1.223.622 1.846.833 2.23a.9.9 0 0 0 .203.274a.9.9 0 0 0 .296.142c.004.002.113.037.443-.131c.328-.168.71-.451 1.182-.83q.135-.106.277-.223c.378-.305.8-.646 1.221-.94c.53-.368 1.148-.73 1.824-.897a1 1 0 0 1 .48 1.942c-.324.08-.705.279-1.16.596c-.358.25-.706.53-1.078.83l-.315.254c-.465.372-.99.777-1.521 1.049c-.527.269-1.232.496-1.979.25a2.9 2.9 0 0 1-.938-.496a2.9 2.9 0 0 1-.688-.857c-.3-.547-.565-1.334-.916-2.379l-.092-.273c-.197-.582-.364-.827-.465-.916l-.005-.005c-.015-.017-.045-.052-.237 0c-.288.076-.757.318-1.478.878c-.705.546-1.576 1.335-2.665 2.411c-2.42 2.39-4.948 2.957-7.145 2.584"/></svg>
</template>

CSS

.icon-signature-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.466%203.464a5%205%200%201%201%207.071%207.072l-.794.794l.196.197a3.5%203.5%200%200%201%200%204.95l-3.232%203.23a1%201%200%201%201-1.414-1.414l3.232-3.23a1.5%201.5%200%200%200%200-2.122l-.197-.197l-10.87%2010.872a3%203%200%200%201-1.451.803l-6.783%201.556a1%201%200%200%201-1.199-1.199l1.558-6.782a3%203%200%200%201%20.803-1.45zm5.657%201.415a3%203%200%200%200-4.242%200L5.8%2017.959a1%201%200%200%200-.268.483l-1.201%205.226l5.227-1.199a1%201%200%200%200%20.484-.268l13.08-13.08a3%203%200%200%200%200-4.242M8.558%2029.897c-2.07-.351-3.746-1.517-4.708-2.527l2.417-.555c.71.499%201.615.939%202.626%201.11c1.535.261%203.423-.077%205.404-2.035c1.111-1.097%202.048-1.95%202.845-2.569c.78-.604%201.505-1.048%202.188-1.23c.756-.202%201.49-.085%202.085.442c.51.451.812%201.12%201.033%201.773l.033.098c.412%201.223.622%201.846.833%202.23a.9.9%200%200%200%20.203.274a.9.9%200%200%200%20.296.142c.004.002.113.037.443-.131c.328-.168.71-.451%201.182-.83q.135-.106.277-.223c.378-.305.8-.646%201.221-.94c.53-.368%201.148-.73%201.824-.897a1%201%200%200%201%20.48%201.942c-.324.08-.705.279-1.16.596c-.358.25-.706.53-1.078.83l-.315.254c-.465.372-.99.777-1.521%201.049c-.527.269-1.232.496-1.979.25a2.9%202.9%200%200%201-.938-.496a2.9%202.9%200%200%201-.688-.857c-.3-.547-.565-1.334-.916-2.379l-.092-.273c-.197-.582-.364-.827-.465-.916l-.005-.005c-.015-.017-.045-.052-.237%200c-.288.076-.757.318-1.478.878c-.705.546-1.576%201.335-2.665%202.411c-2.42%202.39-4.948%202.957-7.145%202.584%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.466%203.464a5%205%200%201%201%207.071%207.072l-.794.794l.196.197a3.5%203.5%200%200%201%200%204.95l-3.232%203.23a1%201%200%201%201-1.414-1.414l3.232-3.23a1.5%201.5%200%200%200%200-2.122l-.197-.197l-10.87%2010.872a3%203%200%200%201-1.451.803l-6.783%201.556a1%201%200%200%201-1.199-1.199l1.558-6.782a3%203%200%200%201%20.803-1.45zm5.657%201.415a3%203%200%200%200-4.242%200L5.8%2017.959a1%201%200%200%200-.268.483l-1.201%205.226l5.227-1.199a1%201%200%200%200%20.484-.268l13.08-13.08a3%203%200%200%200%200-4.242M8.558%2029.897c-2.07-.351-3.746-1.517-4.708-2.527l2.417-.555c.71.499%201.615.939%202.626%201.11c1.535.261%203.423-.077%205.404-2.035c1.111-1.097%202.048-1.95%202.845-2.569c.78-.604%201.505-1.048%202.188-1.23c.756-.202%201.49-.085%202.085.442c.51.451.812%201.12%201.033%201.773l.033.098c.412%201.223.622%201.846.833%202.23a.9.9%200%200%200%20.203.274a.9.9%200%200%200%20.296.142c.004.002.113.037.443-.131c.328-.168.71-.451%201.182-.83q.135-.106.277-.223c.378-.305.8-.646%201.221-.94c.53-.368%201.148-.73%201.824-.897a1%201%200%200%201%20.48%201.942c-.324.08-.705.279-1.16.596c-.358.25-.706.53-1.078.83l-.315.254c-.465.372-.99.777-1.521%201.049c-.527.269-1.232.496-1.979.25a2.9%202.9%200%200%201-.938-.496a2.9%202.9%200%200%201-.688-.857c-.3-.547-.565-1.334-.916-2.379l-.092-.273c-.197-.582-.364-.827-.465-.916l-.005-.005c-.015-.017-.045-.052-.237%200c-.288.076-.757.318-1.478.878c-.705.546-1.576%201.335-2.665%202.411c-2.42%202.39-4.948%202.957-7.145%202.584%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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