signature from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
signature
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="M192 192c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92V432h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h72.5c4.2 36 34.8 64 72 64c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3l-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8S405.7 384 416 384h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.4 36.8c2.4-20.7 3.6-41.4 3.6-62.3V192c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5v-71.9c0-14.1 9.3-26.6 22.8-30.7zM616 480c13.3 0 24-10.7 24-24s-10.7-24-24-24H323.1q-9.75 24.45-21.6 48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidSignature(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 192c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92V432h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h72.5c4.2 36 34.8 64 72 64c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3l-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8S405.7 384 416 384h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.4 36.8c2.4-20.7 3.6-41.4 3.6-62.3V192c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5v-71.9c0-14.1 9.3-26.6 22.8-30.7zM616 480c13.3 0 24-10.7 24-24s-10.7-24-24-24H323.1q-9.75 24.45-21.6 48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 192c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92V432h-72c-13.3 0-24 10.7-24 24s10.7 24 24 24h72.5c4.2 36 34.8 64 72 64c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3l-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8S405.7 384 416 384h128c17.7 0 32-14.3 32-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.4 36.8c2.4-20.7 3.6-41.4 3.6-62.3V192c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5v-71.9c0-14.1 9.3-26.6 22.8-30.7zM616 480c13.3 0 24-10.7 24-24s-10.7-24-24-24H323.1q-9.75 24.45-21.6 48z"/></svg>
</template>

CSS

.icon-signature {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v7.8c0%2027.7-2.4%2055.3-7.1%2082.5l-84.4%2025.3c-40.6%2012.2-68.4%2049.6-68.4%2092V432h-72c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h72.5c4.2%2036%2034.8%2064%2072%2064c26%200%2050-13.9%2062.9-36.5l13.9-24.3c26.8-47%2046.5-97.7%2058.4-150.5l94.4-28.3l-12.5%2037.5c-3.3%209.8-1.6%2020.5%204.4%2028.8S405.7%20384%20416%20384h128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.4%2036.8c2.4-20.7%203.6-41.4%203.6-62.3V192c0-53-43-96-96-96s-96%2043-96%2096v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-9.2%20177l49-14.7c-10.4%2033.8-24.5%2066.4-42.1%2097.2l-13.9%2024.3c-1.5%202.6-4.3%204.3-7.4%204.3c-4.7%200-8.5-3.8-8.5-8.5v-71.9c0-14.1%209.3-26.6%2022.8-30.7zM616%20480c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H323.1q-9.75%2024.45-21.6%2048z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20192c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v7.8c0%2027.7-2.4%2055.3-7.1%2082.5l-84.4%2025.3c-40.6%2012.2-68.4%2049.6-68.4%2092V432h-72c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h72.5c4.2%2036%2034.8%2064%2072%2064c26%200%2050-13.9%2062.9-36.5l13.9-24.3c26.8-47%2046.5-97.7%2058.4-150.5l94.4-28.3l-12.5%2037.5c-3.3%209.8-1.6%2020.5%204.4%2028.8S405.7%20384%20416%20384h128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-83.6l18-53.9c3.8-11.3.9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4l-122.4%2036.8c2.4-20.7%203.6-41.4%203.6-62.3V192c0-53-43-96-96-96s-96%2043-96%2096v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-9.2%20177l49-14.7c-10.4%2033.8-24.5%2066.4-42.1%2097.2l-13.9%2024.3c-1.5%202.6-4.3%204.3-7.4%204.3c-4.7%200-8.5-3.8-8.5-8.5v-71.9c0-14.1%209.3-26.6%2022.8-30.7zM616%20480c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H323.1q-9.75%2024.45-21.6%2048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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