signature icon
signature-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- signature-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
signatureFramework7 IconssignatureFont Awesome 6 SolidsignatureFont Awesome Solidsignature-16-filledFluent UI System IconssignatureHuge 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 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M145.713 752c1.994 0 3.988-.2 5.982-.498l168.19-29.508c1.994-.399 3.888-1.296 5.284-2.792l423.915-423.875a9.927 9.927 0 0 0 0-14.056l-166.196-166.38c-1.894-1.894-4.388-2.891-7.079-2.891s-5.184.997-7.078 2.891L144.816 538.766c-1.495 1.496-2.393 3.29-2.791 5.284l-29.511 168.174c-1.894 11.066 1.495 21.932 9.372 29.807c6.58 6.48 14.954 9.969 23.827 9.969m453.113-184.072c27.691-14.812 57.293-20.852 85.545-15.519c32.365 6.11 59.72 26.534 78.96 59.406c29.974 51.211 21.642 102.332-18.484 144.254c-17.577 18.364-41.07 35.013-69.996 50.297l-.293.152l.848.26c13.153 3.956 27.085 6.1 41.54 6.21l1.174.005c61.068 0 100.981-22.104 125.285-67.876c9.325-17.56 31.119-24.237 48.679-14.913c17.56 9.325 24.237 31.119 14.912 48.68c-37.285 70.218-102.092 106.109-188.876 106.109c-47.687 0-91.94-15.03-128.188-41.368l-1.056-.774l-1.36.473c-46.18 15.996-98.732 29.945-155.37 41.932l-2.239.472c-48.571 10.217-97.257 18.377-139.154 23.957c-19.709 2.625-37.813-11.224-40.438-30.932c-2.625-19.709 11.224-37.813 30.932-40.438c40.196-5.353 87.126-13.22 133.84-23.045c42.799-9.002 83.011-19.134 119.357-30.342l.234-.074l-.436-.693c-16.464-26.452-25.857-55.432-26.142-83.24l-.007-1.303c0-49.907 39.555-104.315 90.733-131.69m72.188 55.231c-10.74-2.027-24.099.699-38.228 8.257c-29.546 15.804-52.693 47.643-52.693 68.202c0 18.206 8.889 40.146 24.71 59.736l.238.293l1.223-.514c39.17-16.581 68.483-34.271 85.929-52.186l.64-.663c18.735-19.573 21.386-35.842 8.36-58.1c-9.059-15.475-19.03-22.92-30.18-25.025"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSignatureFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillRule="evenodd" d="M145.713 752c1.994 0 3.988-.2 5.982-.498l168.19-29.508c1.994-.399 3.888-1.296 5.284-2.792l423.915-423.875a9.927 9.927 0 0 0 0-14.056l-166.196-166.38c-1.894-1.894-4.388-2.891-7.079-2.891s-5.184.997-7.078 2.891L144.816 538.766c-1.495 1.496-2.393 3.29-2.791 5.284l-29.511 168.174c-1.894 11.066 1.495 21.932 9.372 29.807c6.58 6.48 14.954 9.969 23.827 9.969m453.113-184.072c27.691-14.812 57.293-20.852 85.545-15.519c32.365 6.11 59.72 26.534 78.96 59.406c29.974 51.211 21.642 102.332-18.484 144.254c-17.577 18.364-41.07 35.013-69.996 50.297l-.293.152l.848.26c13.153 3.956 27.085 6.1 41.54 6.21l1.174.005c61.068 0 100.981-22.104 125.285-67.876c9.325-17.56 31.119-24.237 48.679-14.913c17.56 9.325 24.237 31.119 14.912 48.68c-37.285 70.218-102.092 106.109-188.876 106.109c-47.687 0-91.94-15.03-128.188-41.368l-1.056-.774l-1.36.473c-46.18 15.996-98.732 29.945-155.37 41.932l-2.239.472c-48.571 10.217-97.257 18.377-139.154 23.957c-19.709 2.625-37.813-11.224-40.438-30.932c-2.625-19.709 11.224-37.813 30.932-40.438c40.196-5.353 87.126-13.22 133.84-23.045c42.799-9.002 83.011-19.134 119.357-30.342l.234-.074l-.436-.693c-16.464-26.452-25.857-55.432-26.142-83.24l-.007-1.303c0-49.907 39.555-104.315 90.733-131.69m72.188 55.231c-10.74-2.027-24.099.699-38.228 8.257c-29.546 15.804-52.693 47.643-52.693 68.202c0 18.206 8.889 40.146 24.71 59.736l.238.293l1.223-.514c39.17-16.581 68.483-34.271 85.929-52.186l.64-.663c18.735-19.573 21.386-35.842 8.36-58.1c-9.059-15.475-19.03-22.92-30.18-25.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-rule="evenodd" d="M145.713 752c1.994 0 3.988-.2 5.982-.498l168.19-29.508c1.994-.399 3.888-1.296 5.284-2.792l423.915-423.875a9.927 9.927 0 0 0 0-14.056l-166.196-166.38c-1.894-1.894-4.388-2.891-7.079-2.891s-5.184.997-7.078 2.891L144.816 538.766c-1.495 1.496-2.393 3.29-2.791 5.284l-29.511 168.174c-1.894 11.066 1.495 21.932 9.372 29.807c6.58 6.48 14.954 9.969 23.827 9.969m453.113-184.072c27.691-14.812 57.293-20.852 85.545-15.519c32.365 6.11 59.72 26.534 78.96 59.406c29.974 51.211 21.642 102.332-18.484 144.254c-17.577 18.364-41.07 35.013-69.996 50.297l-.293.152l.848.26c13.153 3.956 27.085 6.1 41.54 6.21l1.174.005c61.068 0 100.981-22.104 125.285-67.876c9.325-17.56 31.119-24.237 48.679-14.913c17.56 9.325 24.237 31.119 14.912 48.68c-37.285 70.218-102.092 106.109-188.876 106.109c-47.687 0-91.94-15.03-128.188-41.368l-1.056-.774l-1.36.473c-46.18 15.996-98.732 29.945-155.37 41.932l-2.239.472c-48.571 10.217-97.257 18.377-139.154 23.957c-19.709 2.625-37.813-11.224-40.438-30.932c-2.625-19.709 11.224-37.813 30.932-40.438c40.196-5.353 87.126-13.22 133.84-23.045c42.799-9.002 83.011-19.134 119.357-30.342l.234-.074l-.436-.693c-16.464-26.452-25.857-55.432-26.142-83.24l-.007-1.303c0-49.907 39.555-104.315 90.733-131.69m72.188 55.231c-10.74-2.027-24.099.699-38.228 8.257c-29.546 15.804-52.693 47.643-52.693 68.202c0 18.206 8.889 40.146 24.71 59.736l.238.293l1.223-.514c39.17-16.581 68.483-34.271 85.929-52.186l.64-.663c18.735-19.573 21.386-35.842 8.36-58.1c-9.059-15.475-19.03-22.92-30.18-25.025"/></svg> </template>
CSS
.icon-signature-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M145.713%20752c1.994%200%203.988-.2%205.982-.498l168.19-29.508c1.994-.399%203.888-1.296%205.284-2.792l423.915-423.875a9.927%209.927%200%200%200%200-14.056l-166.196-166.38c-1.894-1.894-4.388-2.891-7.079-2.891s-5.184.997-7.078%202.891L144.816%20538.766c-1.495%201.496-2.393%203.29-2.791%205.284l-29.511%20168.174c-1.894%2011.066%201.495%2021.932%209.372%2029.807c6.58%206.48%2014.954%209.969%2023.827%209.969m453.113-184.072c27.691-14.812%2057.293-20.852%2085.545-15.519c32.365%206.11%2059.72%2026.534%2078.96%2059.406c29.974%2051.211%2021.642%20102.332-18.484%20144.254c-17.577%2018.364-41.07%2035.013-69.996%2050.297l-.293.152l.848.26c13.153%203.956%2027.085%206.1%2041.54%206.21l1.174.005c61.068%200%20100.981-22.104%20125.285-67.876c9.325-17.56%2031.119-24.237%2048.679-14.913c17.56%209.325%2024.237%2031.119%2014.912%2048.68c-37.285%2070.218-102.092%20106.109-188.876%20106.109c-47.687%200-91.94-15.03-128.188-41.368l-1.056-.774l-1.36.473c-46.18%2015.996-98.732%2029.945-155.37%2041.932l-2.239.472c-48.571%2010.217-97.257%2018.377-139.154%2023.957c-19.709%202.625-37.813-11.224-40.438-30.932c-2.625-19.709%2011.224-37.813%2030.932-40.438c40.196-5.353%2087.126-13.22%20133.84-23.045c42.799-9.002%2083.011-19.134%20119.357-30.342l.234-.074l-.436-.693c-16.464-26.452-25.857-55.432-26.142-83.24l-.007-1.303c0-49.907%2039.555-104.315%2090.733-131.69m72.188%2055.231c-10.74-2.027-24.099.699-38.228%208.257c-29.546%2015.804-52.693%2047.643-52.693%2068.202c0%2018.206%208.889%2040.146%2024.71%2059.736l.238.293l1.223-.514c39.17-16.581%2068.483-34.271%2085.929-52.186l.64-.663c18.735-19.573%2021.386-35.842%208.36-58.1c-9.059-15.475-19.03-22.92-30.18-25.025%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M145.713%20752c1.994%200%203.988-.2%205.982-.498l168.19-29.508c1.994-.399%203.888-1.296%205.284-2.792l423.915-423.875a9.927%209.927%200%200%200%200-14.056l-166.196-166.38c-1.894-1.894-4.388-2.891-7.079-2.891s-5.184.997-7.078%202.891L144.816%20538.766c-1.495%201.496-2.393%203.29-2.791%205.284l-29.511%20168.174c-1.894%2011.066%201.495%2021.932%209.372%2029.807c6.58%206.48%2014.954%209.969%2023.827%209.969m453.113-184.072c27.691-14.812%2057.293-20.852%2085.545-15.519c32.365%206.11%2059.72%2026.534%2078.96%2059.406c29.974%2051.211%2021.642%20102.332-18.484%20144.254c-17.577%2018.364-41.07%2035.013-69.996%2050.297l-.293.152l.848.26c13.153%203.956%2027.085%206.1%2041.54%206.21l1.174.005c61.068%200%20100.981-22.104%20125.285-67.876c9.325-17.56%2031.119-24.237%2048.679-14.913c17.56%209.325%2024.237%2031.119%2014.912%2048.68c-37.285%2070.218-102.092%20106.109-188.876%20106.109c-47.687%200-91.94-15.03-128.188-41.368l-1.056-.774l-1.36.473c-46.18%2015.996-98.732%2029.945-155.37%2041.932l-2.239.472c-48.571%2010.217-97.257%2018.377-139.154%2023.957c-19.709%202.625-37.813-11.224-40.438-30.932c-2.625-19.709%2011.224-37.813%2030.932-40.438c40.196-5.353%2087.126-13.22%20133.84-23.045c42.799-9.002%2083.011-19.134%20119.357-30.342l.234-.074l-.436-.693c-16.464-26.452-25.857-55.432-26.142-83.24l-.007-1.303c0-49.907%2039.555-104.315%2090.733-131.69m72.188%2055.231c-10.74-2.027-24.099.699-38.228%208.257c-29.546%2015.804-52.693%2047.643-52.693%2068.202c0%2018.206%208.889%2040.146%2024.71%2059.736l.238.293l1.223-.514c39.17-16.581%2068.483-34.271%2085.929-52.186l.64-.663c18.735-19.573%2021.386-35.842%208.36-58.1c-9.059-15.475-19.03-22.92-30.18-25.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/signature-filled.svg?color=%231a73e8&size=48