Signature Pixel Art Icon
A signature icon for e-signature flows, signed-document status, approval workflows and sign-here fields.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Signature icon
A stylized cursive or pen-stroke signature, representing the act of signing a document electronically. Use it on a 'Sign document' button in a contract or legal app, a 'Signature required' field indicator, a status badge showing a document has been signed, or a setting for managing your personal e-signature. It conveys official approval with a personal mark. For just editing a document without a formal signature, a pencil or edit icon is less charged and more appropriate.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/signature.svg" width="24" height="24" alt="Signature" />
<!-- React -->
import { Signature } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="signature.svg" width="48" height="48" style="image-rendering: pixelated" />