signature icon
signature-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- signature-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
signature-filledAnt Design IconssignatureFramework7 IconssignatureFont Awesome 6 SolidsignatureFont Awesome SolidsignatureHuge IconssignatureLine AwesomesignatureLucidesignatureMaterial SymbolssignatureMaterial Symbols LightsignatureMaterial Design Iconssignature-fillMingCute IconsignaturePhosphorsignatureTabler Icons
Use the signature icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.022 2.772a2.445 2.445 0 1 1 3.457 3.457L14.207 7.5l.086.086a2 2 0 0 1 0 2.829l-1.44 1.439a.5.5 0 0 1-.707-.707l1.44-1.44a1 1 0 0 0 0-1.414l-.086-.086l-6.646 6.647a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.595-.643l1.25-3.75a.5.5 0 0 1 .12-.195zM3.268 16.905l-.05-.038l1.348-.337c.538.27 1.188.47 1.934.47c.507 0 1.014-.177 1.534-.473c.522-.298 1.024-.695 1.526-1.102l.13-.106c.445-.363.902-.735 1.337-.992c.472-.278 1.044-.497 1.631-.3c.822.273 1.081 1.029 1.321 1.83c.055.183.149.364.26.489s.2.154.261.154c.187 0 .456-.101.797-.303c.216-.127.403-.256.588-.384q.168-.118.343-.232c.318-.206.592-.344.79-.431a4 4 0 0 1 .31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5 0 0 1 .282.959l-.007.002l-.04.014a3 3 0 0 0-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44 0-.78-.232-1.008-.49a2.3 2.3 0 0 1-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661 1.195C7.924 17.74 7.243 18 6.5 18c-1.388 0-2.489-.555-3.232-1.095"/></svg>
React
import type { SVGProps } from "react";
export function FluentSignature20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.022 2.772a2.445 2.445 0 1 1 3.457 3.457L14.207 7.5l.086.086a2 2 0 0 1 0 2.829l-1.44 1.439a.5.5 0 0 1-.707-.707l1.44-1.44a1 1 0 0 0 0-1.414l-.086-.086l-6.646 6.647a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.595-.643l1.25-3.75a.5.5 0 0 1 .12-.195zM3.268 16.905l-.05-.038l1.348-.337c.538.27 1.188.47 1.934.47c.507 0 1.014-.177 1.534-.473c.522-.298 1.024-.695 1.526-1.102l.13-.106c.445-.363.902-.735 1.337-.992c.472-.278 1.044-.497 1.631-.3c.822.273 1.081 1.029 1.321 1.83c.055.183.149.364.26.489s.2.154.261.154c.187 0 .456-.101.797-.303c.216-.127.403-.256.588-.384q.168-.118.343-.232c.318-.206.592-.344.79-.431a4 4 0 0 1 .31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5 0 0 1 .282.959l-.007.002l-.04.014a3 3 0 0 0-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44 0-.78-.232-1.008-.49a2.3 2.3 0 0 1-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661 1.195C7.924 17.74 7.243 18 6.5 18c-1.388 0-2.489-.555-3.232-1.095"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.022 2.772a2.445 2.445 0 1 1 3.457 3.457L14.207 7.5l.086.086a2 2 0 0 1 0 2.829l-1.44 1.439a.5.5 0 0 1-.707-.707l1.44-1.44a1 1 0 0 0 0-1.414l-.086-.086l-6.646 6.647a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.595-.643l1.25-3.75a.5.5 0 0 1 .12-.195zM3.268 16.905l-.05-.038l1.348-.337c.538.27 1.188.47 1.934.47c.507 0 1.014-.177 1.534-.473c.522-.298 1.024-.695 1.526-1.102l.13-.106c.445-.363.902-.735 1.337-.992c.472-.278 1.044-.497 1.631-.3c.822.273 1.081 1.029 1.321 1.83c.055.183.149.364.26.489s.2.154.261.154c.187 0 .456-.101.797-.303c.216-.127.403-.256.588-.384q.168-.118.343-.232c.318-.206.592-.344.79-.431a4 4 0 0 1 .31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5 0 0 1 .282.959l-.007.002l-.04.014a3 3 0 0 0-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44 0-.78-.232-1.008-.49a2.3 2.3 0 0 1-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661 1.195C7.924 17.74 7.243 18 6.5 18c-1.388 0-2.489-.555-3.232-1.095"/></svg> </template>
CSS
.icon-signature-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.022%202.772a2.445%202.445%200%201%201%203.457%203.457L14.207%207.5l.086.086a2%202%200%200%201%200%202.829l-1.44%201.439a.5.5%200%200%201-.707-.707l1.44-1.44a1%201%200%200%200%200-1.414l-.086-.086l-6.646%206.647a.5.5%200%200%201-.233.131l-4%201a.5.5%200%200%201-.595-.643l1.25-3.75a.5.5%200%200%201%20.12-.195zM3.268%2016.905l-.05-.038l1.348-.337c.538.27%201.188.47%201.934.47c.507%200%201.014-.177%201.534-.473c.522-.298%201.024-.695%201.526-1.102l.13-.106c.445-.363.902-.735%201.337-.992c.472-.278%201.044-.497%201.631-.3c.822.273%201.081%201.029%201.321%201.83c.055.183.149.364.26.489s.2.154.261.154c.187%200%20.456-.101.797-.303c.216-.127.403-.256.588-.384q.168-.118.343-.232c.318-.206.592-.344.79-.431a4%204%200%200%201%20.31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5%200%200%201%20.282.959l-.007.002l-.04.014a3%203%200%200%200-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44%200-.78-.232-1.008-.49a2.3%202.3%200%200%201-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661%201.195C7.924%2017.74%207.243%2018%206.5%2018c-1.388%200-2.489-.555-3.232-1.095%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.022%202.772a2.445%202.445%200%201%201%203.457%203.457L14.207%207.5l.086.086a2%202%200%200%201%200%202.829l-1.44%201.439a.5.5%200%200%201-.707-.707l1.44-1.44a1%201%200%200%200%200-1.414l-.086-.086l-6.646%206.647a.5.5%200%200%201-.233.131l-4%201a.5.5%200%200%201-.595-.643l1.25-3.75a.5.5%200%200%201%20.12-.195zM3.268%2016.905l-.05-.038l1.348-.337c.538.27%201.188.47%201.934.47c.507%200%201.014-.177%201.534-.473c.522-.298%201.024-.695%201.526-1.102l.13-.106c.445-.363.902-.735%201.337-.992c.472-.278%201.044-.497%201.631-.3c.822.273%201.081%201.029%201.321%201.83c.055.183.149.364.26.489s.2.154.261.154c.187%200%20.456-.101.797-.303c.216-.127.403-.256.588-.384q.168-.118.343-.232c.318-.206.592-.344.79-.431a4%204%200%200%201%20.31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5%200%200%201%20.282.959l-.007.002l-.04.014a3%203%200%200%200-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44%200-.78-.232-1.008-.49a2.3%202.3%200%200%201-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661%201.195C7.924%2017.74%207.243%2018%206.5%2018c-1.388%200-2.489-.555-3.232-1.095%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/signature-20-filled.svg?color=%231a73e8&size=48