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

Name
signature
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
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 512"><path fill="currentColor" d="M192 128c0-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 92v71.9c0 40 32.5 72.5 72.5 72.5c26 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.8s15.7 13.3 26 13.3h128c17.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.5 36.8c2.4-20.7 3.6-41.4 3.6-62.3V128c0-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.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSignature(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 128c0-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 92v71.9c0 40 32.5 72.5 72.5 72.5c26 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.8s15.7 13.3 26 13.3h128c17.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.5 36.8c2.4-20.7 3.6-41.4 3.6-62.3V128c0-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.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 128c0-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 92v71.9c0 40 32.5 72.5 72.5 72.5c26 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.8s15.7 13.3 26 13.3h128c17.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.5 36.8c2.4-20.7 3.6-41.4 3.6-62.3V128c0-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.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20128c0-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%2092v71.9c0%2040%2032.5%2072.5%2072.5%2072.5c26%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.8s15.7%2013.3%2026%2013.3h128c17.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.5%2036.8c2.4-20.7%203.6-41.4%203.6-62.3V128c0-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.7zM24%20368c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592%2048c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H305.9c-6.7%2016.3-14.2%2032.3-22.3%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20128c0-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%2092v71.9c0%2040%2032.5%2072.5%2072.5%2072.5c26%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.8s15.7%2013.3%2026%2013.3h128c17.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.5%2036.8c2.4-20.7%203.6-41.4%203.6-62.3V128c0-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.7zM24%20368c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40.3c-.2-2.8-.3-5.6-.3-8.5V368zm592%2048c13.3%200%2024-10.7%2024-24s-10.7-24-24-24H305.9c-6.7%2016.3-14.2%2032.3-22.3%2048z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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