signature freehand icon

signature-freehand from Material Design Icons by Pictogrammers · Filled · Form · Apache-2.0 Free for personal and commercial use.

Name
signature-freehand
Set
Material Design Icons
Style
Filled
Category
Form
Viewbox
24×24
License
Apache 2.0

More form icons from Material Design Icons

Use the signature freehand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 22H2v-2h20zM6.2 17.3l-.7.7l-1.4-1.4L2.7 18l-.7-.7l1.4-1.4L2 14.5l.7-.7l1.4 1.4l1.4-1.4l.7.7l-1.4 1.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97c-1.83-.92-3.06-1.67-3.7-2.22c-.65-.56-.97-1.18-.97-1.87c0-1.78.91-3.25 2.73-4.42s3.31-1.76 4.45-1.76c.74 0 1.28.13 1.61.39c.32.25.5.69.5 1.32c0 .28-.12.52-.37.73c-.24.2-.44.3-.57.3c-.11 0-.31-.1-.61-.29l-.58-.26c-.47 0-1.41.33-2.84 1q-2.13.99-2.13 2.25c0 .51.24.97.74 1.37c.5.42 1.39.93 2.68 1.53c1.03.47 1.86.97 2.5 1.54c.6.54.91 1.18.91 1.93c0 1.34-.94 2.41-2.83 3.17c-1.88.77-3.68 1.15-5.39 1.15c-1.44 0-2.19-.49-2.19-1.46c0-.36.19-.59.5-.75c.33-.16.66-.24 1-.24l.75.13l.72.13c.98 0 2.03-.16 3.16-.49c1.13-.32 1.83-.73 2.09-1.21"/></svg>

React

import type { SVGProps } from "react";

export function MdiSignatureFreehand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 22H2v-2h20zM6.2 17.3l-.7.7l-1.4-1.4L2.7 18l-.7-.7l1.4-1.4L2 14.5l.7-.7l1.4 1.4l1.4-1.4l.7.7l-1.4 1.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97c-1.83-.92-3.06-1.67-3.7-2.22c-.65-.56-.97-1.18-.97-1.87c0-1.78.91-3.25 2.73-4.42s3.31-1.76 4.45-1.76c.74 0 1.28.13 1.61.39c.32.25.5.69.5 1.32c0 .28-.12.52-.37.73c-.24.2-.44.3-.57.3c-.11 0-.31-.1-.61-.29l-.58-.26c-.47 0-1.41.33-2.84 1q-2.13.99-2.13 2.25c0 .51.24.97.74 1.37c.5.42 1.39.93 2.68 1.53c1.03.47 1.86.97 2.5 1.54c.6.54.91 1.18.91 1.93c0 1.34-.94 2.41-2.83 3.17c-1.88.77-3.68 1.15-5.39 1.15c-1.44 0-2.19-.49-2.19-1.46c0-.36.19-.59.5-.75c.33-.16.66-.24 1-.24l.75.13l.72.13c.98 0 2.03-.16 3.16-.49c1.13-.32 1.83-.73 2.09-1.21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 22H2v-2h20zM6.2 17.3l-.7.7l-1.4-1.4L2.7 18l-.7-.7l1.4-1.4L2 14.5l.7-.7l1.4 1.4l1.4-1.4l.7.7l-1.4 1.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97c-1.83-.92-3.06-1.67-3.7-2.22c-.65-.56-.97-1.18-.97-1.87c0-1.78.91-3.25 2.73-4.42s3.31-1.76 4.45-1.76c.74 0 1.28.13 1.61.39c.32.25.5.69.5 1.32c0 .28-.12.52-.37.73c-.24.2-.44.3-.57.3c-.11 0-.31-.1-.61-.29l-.58-.26c-.47 0-1.41.33-2.84 1q-2.13.99-2.13 2.25c0 .51.24.97.74 1.37c.5.42 1.39.93 2.68 1.53c1.03.47 1.86.97 2.5 1.54c.6.54.91 1.18.91 1.93c0 1.34-.94 2.41-2.83 3.17c-1.88.77-3.68 1.15-5.39 1.15c-1.44 0-2.19-.49-2.19-1.46c0-.36.19-.59.5-.75c.33-.16.66-.24 1-.24l.75.13l.72.13c.98 0 2.03-.16 3.16-.49c1.13-.32 1.83-.73 2.09-1.21"/></svg>
</template>

CSS

.icon-signature-freehand {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2022H2v-2h20zM6.2%2017.3l-.7.7l-1.4-1.4L2.7%2018l-.7-.7l1.4-1.4L2%2014.5l.7-.7l1.4%201.4l1.4-1.4l.7.7l-1.4%201.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97c-1.83-.92-3.06-1.67-3.7-2.22c-.65-.56-.97-1.18-.97-1.87c0-1.78.91-3.25%202.73-4.42s3.31-1.76%204.45-1.76c.74%200%201.28.13%201.61.39c.32.25.5.69.5%201.32c0%20.28-.12.52-.37.73c-.24.2-.44.3-.57.3c-.11%200-.31-.1-.61-.29l-.58-.26c-.47%200-1.41.33-2.84%201q-2.13.99-2.13%202.25c0%20.51.24.97.74%201.37c.5.42%201.39.93%202.68%201.53c1.03.47%201.86.97%202.5%201.54c.6.54.91%201.18.91%201.93c0%201.34-.94%202.41-2.83%203.17c-1.88.77-3.68%201.15-5.39%201.15c-1.44%200-2.19-.49-2.19-1.46c0-.36.19-.59.5-.75c.33-.16.66-.24%201-.24l.75.13l.72.13c.98%200%202.03-.16%203.16-.49c1.13-.32%201.83-.73%202.09-1.21%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2022H2v-2h20zM6.2%2017.3l-.7.7l-1.4-1.4L2.7%2018l-.7-.7l1.4-1.4L2%2014.5l.7-.7l1.4%201.4l1.4-1.4l.7.7l-1.4%201.4zm10.02-2.87c0-.58-.72-1.23-2.16-1.97c-1.83-.92-3.06-1.67-3.7-2.22c-.65-.56-.97-1.18-.97-1.87c0-1.78.91-3.25%202.73-4.42s3.31-1.76%204.45-1.76c.74%200%201.28.13%201.61.39c.32.25.5.69.5%201.32c0%20.28-.12.52-.37.73c-.24.2-.44.3-.57.3c-.11%200-.31-.1-.61-.29l-.58-.26c-.47%200-1.41.33-2.84%201q-2.13.99-2.13%202.25c0%20.51.24.97.74%201.37c.5.42%201.39.93%202.68%201.53c1.03.47%201.86.97%202.5%201.54c.6.54.91%201.18.91%201.93c0%201.34-.94%202.41-2.83%203.17c-1.88.77-3.68%201.15-5.39%201.15c-1.44%200-2.19-.49-2.19-1.46c0-.36.19-.59.5-.75c.33-.16.66-.24%201-.24l.75.13l.72.13c.98%200%202.03-.16%203.16-.49c1.13-.32%201.83-.73%202.09-1.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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