signature icon
signature-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- signature-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-.195zm2.75.707a1.445 1.445 0 0 0-2.043 0L4.187 12.02l-.925 2.774l2.982-.745l8.528-8.527a1.445 1.445 0 0 0 0-2.043M3.217 16.867l.051.038C4.011 17.445 5.112 18 6.5 18c.743 0 1.424-.26 2.029-.604c.603-.344 1.163-.79 1.661-1.195l.117-.095c.464-.378.862-.701 1.228-.917c.403-.238.644-.268.807-.214c.265.088.416.293.679 1.169c.087.292.243.61.471.867c.229.257.569.49 1.008.49c.474 0 .943-.229 1.305-.442c.239-.141.495-.318.703-.46c.103-.07.193-.133.264-.18c.268-.173.494-.285.649-.353q.116-.05.174-.07l.04-.014l.006-.002a.5.5 0 0 0-.281-.96h-.001l-.003.002l-.007.002l-.021.007l-.07.023q-.09.03-.24.096a5.6 5.6 0 0 0-.79.43q-.175.115-.342.232a9 9 0 0 1-.589.385c-.341.202-.61.303-.797.303c-.06 0-.15-.03-.26-.154a1.3 1.3 0 0 1-.261-.49c-.24-.8-.5-1.556-1.32-1.83c-.588-.196-1.16.023-1.632.301c-.435.257-.892.63-1.337.992l-.13.106c-.502.407-1.004.804-1.526 1.102c-.52.296-1.027.473-1.534.473c-.746 0-1.396-.2-1.934-.47zM17.5 15.5l-.14-.48z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSignature20Regular(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-.195zm2.75.707a1.445 1.445 0 0 0-2.043 0L4.187 12.02l-.925 2.774l2.982-.745l8.528-8.527a1.445 1.445 0 0 0 0-2.043M3.217 16.867l.051.038C4.011 17.445 5.112 18 6.5 18c.743 0 1.424-.26 2.029-.604c.603-.344 1.163-.79 1.661-1.195l.117-.095c.464-.378.862-.701 1.228-.917c.403-.238.644-.268.807-.214c.265.088.416.293.679 1.169c.087.292.243.61.471.867c.229.257.569.49 1.008.49c.474 0 .943-.229 1.305-.442c.239-.141.495-.318.703-.46c.103-.07.193-.133.264-.18c.268-.173.494-.285.649-.353q.116-.05.174-.07l.04-.014l.006-.002a.5.5 0 0 0-.281-.96h-.001l-.003.002l-.007.002l-.021.007l-.07.023q-.09.03-.24.096a5.6 5.6 0 0 0-.79.43q-.175.115-.342.232a9 9 0 0 1-.589.385c-.341.202-.61.303-.797.303c-.06 0-.15-.03-.26-.154a1.3 1.3 0 0 1-.261-.49c-.24-.8-.5-1.556-1.32-1.83c-.588-.196-1.16.023-1.632.301c-.435.257-.892.63-1.337.992l-.13.106c-.502.407-1.004.804-1.526 1.102c-.52.296-1.027.473-1.534.473c-.746 0-1.396-.2-1.934-.47zM17.5 15.5l-.14-.48z"/></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-.195zm2.75.707a1.445 1.445 0 0 0-2.043 0L4.187 12.02l-.925 2.774l2.982-.745l8.528-8.527a1.445 1.445 0 0 0 0-2.043M3.217 16.867l.051.038C4.011 17.445 5.112 18 6.5 18c.743 0 1.424-.26 2.029-.604c.603-.344 1.163-.79 1.661-1.195l.117-.095c.464-.378.862-.701 1.228-.917c.403-.238.644-.268.807-.214c.265.088.416.293.679 1.169c.087.292.243.61.471.867c.229.257.569.49 1.008.49c.474 0 .943-.229 1.305-.442c.239-.141.495-.318.703-.46c.103-.07.193-.133.264-.18c.268-.173.494-.285.649-.353q.116-.05.174-.07l.04-.014l.006-.002a.5.5 0 0 0-.281-.96h-.001l-.003.002l-.007.002l-.021.007l-.07.023q-.09.03-.24.096a5.6 5.6 0 0 0-.79.43q-.175.115-.342.232a9 9 0 0 1-.589.385c-.341.202-.61.303-.797.303c-.06 0-.15-.03-.26-.154a1.3 1.3 0 0 1-.261-.49c-.24-.8-.5-1.556-1.32-1.83c-.588-.196-1.16.023-1.632.301c-.435.257-.892.63-1.337.992l-.13.106c-.502.407-1.004.804-1.526 1.102c-.52.296-1.027.473-1.534.473c-.746 0-1.396-.2-1.934-.47zM17.5 15.5l-.14-.48z"/></svg> </template>
CSS
.icon-signature-20-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%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-.195zm2.75.707a1.445%201.445%200%200%200-2.043%200L4.187%2012.02l-.925%202.774l2.982-.745l8.528-8.527a1.445%201.445%200%200%200%200-2.043M3.217%2016.867l.051.038C4.011%2017.445%205.112%2018%206.5%2018c.743%200%201.424-.26%202.029-.604c.603-.344%201.163-.79%201.661-1.195l.117-.095c.464-.378.862-.701%201.228-.917c.403-.238.644-.268.807-.214c.265.088.416.293.679%201.169c.087.292.243.61.471.867c.229.257.569.49%201.008.49c.474%200%20.943-.229%201.305-.442c.239-.141.495-.318.703-.46c.103-.07.193-.133.264-.18c.268-.173.494-.285.649-.353q.116-.05.174-.07l.04-.014l.006-.002a.5.5%200%200%200-.281-.96h-.001l-.003.002l-.007.002l-.021.007l-.07.023q-.09.03-.24.096a5.6%205.6%200%200%200-.79.43q-.175.115-.342.232a9%209%200%200%201-.589.385c-.341.202-.61.303-.797.303c-.06%200-.15-.03-.26-.154a1.3%201.3%200%200%201-.261-.49c-.24-.8-.5-1.556-1.32-1.83c-.588-.196-1.16.023-1.632.301c-.435.257-.892.63-1.337.992l-.13.106c-.502.407-1.004.804-1.526%201.102c-.52.296-1.027.473-1.534.473c-.746%200-1.396-.2-1.934-.47zM17.5%2015.5l-.14-.48z%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-.195zm2.75.707a1.445%201.445%200%200%200-2.043%200L4.187%2012.02l-.925%202.774l2.982-.745l8.528-8.527a1.445%201.445%200%200%200%200-2.043M3.217%2016.867l.051.038C4.011%2017.445%205.112%2018%206.5%2018c.743%200%201.424-.26%202.029-.604c.603-.344%201.163-.79%201.661-1.195l.117-.095c.464-.378.862-.701%201.228-.917c.403-.238.644-.268.807-.214c.265.088.416.293.679%201.169c.087.292.243.61.471.867c.229.257.569.49%201.008.49c.474%200%20.943-.229%201.305-.442c.239-.141.495-.318.703-.46c.103-.07.193-.133.264-.18c.268-.173.494-.285.649-.353q.116-.05.174-.07l.04-.014l.006-.002a.5.5%200%200%200-.281-.96h-.001l-.003.002l-.007.002l-.021.007l-.07.023q-.09.03-.24.096a5.6%205.6%200%200%200-.79.43q-.175.115-.342.232a9%209%200%200%201-.589.385c-.341.202-.61.303-.797.303c-.06%200-.15-.03-.26-.154a1.3%201.3%200%200%201-.261-.49c-.24-.8-.5-1.556-1.32-1.83c-.588-.196-1.16.023-1.632.301c-.435.257-.892.63-1.337.992l-.13.106c-.502.407-1.004.804-1.526%201.102c-.52.296-1.027.473-1.534.473c-.746%200-1.396-.2-1.934-.47zM17.5%2015.5l-.14-.48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/signature-20-regular.svg?color=%231a73e8&size=48