hand-draw-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
hand-draw-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the hand draw icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.828 35.488c.82-.023 1.406-.656 1.43-1.5C4.516 23.77 9.789 16.223 17.78 13.27l7.735 21.304c.21.586-.024 1.008-.399 1.149c-.351.117-.726 0-1.172-.47l-6.89-7.218c-1.196-1.242-2.696-1.172-3.703-.281c-.961.844-1.243 2.437-.024 3.844l8.25 9.609c6.89 8.04 13.453 9.422 20.531 6.844c9.305-3.375 12.563-11.414 8.86-21.586l-1.547-4.219c-1.406-3.89-4.125-5.578-6.234-4.805c-.47.165-.633.516-.47.961l.68 1.875c.329.89.024 1.5-.492 1.688c-.586.21-1.195-.047-1.523-.938l-.446-1.242c-.82-2.273-2.835-3.234-4.804-2.508c-.89.328-1.149.82-.867 1.594l.914 2.531c.328.891.047 1.5-.492 1.688c-.563.21-1.172-.047-1.5-.938l-.868-2.367c-.914-2.555-2.859-3.21-4.757-2.531c-.844.305-1.149.867-.891 1.594l1.828 5.015c.305.89.023 1.477-.516 1.664c-.562.211-1.172-.047-1.5-.937L21.32 7.668c-.586-1.617-2.039-2.297-3.422-1.805c-1.476.54-2.109 1.969-1.5 3.61l.329.96C7.657 13.81 1.328 22.575 1.328 33.942c0 .844.703 1.57 1.5 1.547"/></svg>

React

import type { SVGProps } from "react";

export function F7HandDrawFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.828 35.488c.82-.023 1.406-.656 1.43-1.5C4.516 23.77 9.789 16.223 17.78 13.27l7.735 21.304c.21.586-.024 1.008-.399 1.149c-.351.117-.726 0-1.172-.47l-6.89-7.218c-1.196-1.242-2.696-1.172-3.703-.281c-.961.844-1.243 2.437-.024 3.844l8.25 9.609c6.89 8.04 13.453 9.422 20.531 6.844c9.305-3.375 12.563-11.414 8.86-21.586l-1.547-4.219c-1.406-3.89-4.125-5.578-6.234-4.805c-.47.165-.633.516-.47.961l.68 1.875c.329.89.024 1.5-.492 1.688c-.586.21-1.195-.047-1.523-.938l-.446-1.242c-.82-2.273-2.835-3.234-4.804-2.508c-.89.328-1.149.82-.867 1.594l.914 2.531c.328.891.047 1.5-.492 1.688c-.563.21-1.172-.047-1.5-.938l-.868-2.367c-.914-2.555-2.859-3.21-4.757-2.531c-.844.305-1.149.867-.891 1.594l1.828 5.015c.305.89.023 1.477-.516 1.664c-.562.211-1.172-.047-1.5-.937L21.32 7.668c-.586-1.617-2.039-2.297-3.422-1.805c-1.476.54-2.109 1.969-1.5 3.61l.329.96C7.657 13.81 1.328 22.575 1.328 33.942c0 .844.703 1.57 1.5 1.547"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.828 35.488c.82-.023 1.406-.656 1.43-1.5C4.516 23.77 9.789 16.223 17.78 13.27l7.735 21.304c.21.586-.024 1.008-.399 1.149c-.351.117-.726 0-1.172-.47l-6.89-7.218c-1.196-1.242-2.696-1.172-3.703-.281c-.961.844-1.243 2.437-.024 3.844l8.25 9.609c6.89 8.04 13.453 9.422 20.531 6.844c9.305-3.375 12.563-11.414 8.86-21.586l-1.547-4.219c-1.406-3.89-4.125-5.578-6.234-4.805c-.47.165-.633.516-.47.961l.68 1.875c.329.89.024 1.5-.492 1.688c-.586.21-1.195-.047-1.523-.938l-.446-1.242c-.82-2.273-2.835-3.234-4.804-2.508c-.89.328-1.149.82-.867 1.594l.914 2.531c.328.891.047 1.5-.492 1.688c-.563.21-1.172-.047-1.5-.938l-.868-2.367c-.914-2.555-2.859-3.21-4.757-2.531c-.844.305-1.149.867-.891 1.594l1.828 5.015c.305.89.023 1.477-.516 1.664c-.562.211-1.172-.047-1.5-.937L21.32 7.668c-.586-1.617-2.039-2.297-3.422-1.805c-1.476.54-2.109 1.969-1.5 3.61l.329.96C7.657 13.81 1.328 22.575 1.328 33.942c0 .844.703 1.57 1.5 1.547"/></svg>
</template>

CSS

.icon-hand-draw-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.828%2035.488c.82-.023%201.406-.656%201.43-1.5C4.516%2023.77%209.789%2016.223%2017.78%2013.27l7.735%2021.304c.21.586-.024%201.008-.399%201.149c-.351.117-.726%200-1.172-.47l-6.89-7.218c-1.196-1.242-2.696-1.172-3.703-.281c-.961.844-1.243%202.437-.024%203.844l8.25%209.609c6.89%208.04%2013.453%209.422%2020.531%206.844c9.305-3.375%2012.563-11.414%208.86-21.586l-1.547-4.219c-1.406-3.89-4.125-5.578-6.234-4.805c-.47.165-.633.516-.47.961l.68%201.875c.329.89.024%201.5-.492%201.688c-.586.21-1.195-.047-1.523-.938l-.446-1.242c-.82-2.273-2.835-3.234-4.804-2.508c-.89.328-1.149.82-.867%201.594l.914%202.531c.328.891.047%201.5-.492%201.688c-.563.21-1.172-.047-1.5-.938l-.868-2.367c-.914-2.555-2.859-3.21-4.757-2.531c-.844.305-1.149.867-.891%201.594l1.828%205.015c.305.89.023%201.477-.516%201.664c-.562.211-1.172-.047-1.5-.937L21.32%207.668c-.586-1.617-2.039-2.297-3.422-1.805c-1.476.54-2.109%201.969-1.5%203.61l.329.96C7.657%2013.81%201.328%2022.575%201.328%2033.942c0%20.844.703%201.57%201.5%201.547%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.828%2035.488c.82-.023%201.406-.656%201.43-1.5C4.516%2023.77%209.789%2016.223%2017.78%2013.27l7.735%2021.304c.21.586-.024%201.008-.399%201.149c-.351.117-.726%200-1.172-.47l-6.89-7.218c-1.196-1.242-2.696-1.172-3.703-.281c-.961.844-1.243%202.437-.024%203.844l8.25%209.609c6.89%208.04%2013.453%209.422%2020.531%206.844c9.305-3.375%2012.563-11.414%208.86-21.586l-1.547-4.219c-1.406-3.89-4.125-5.578-6.234-4.805c-.47.165-.633.516-.47.961l.68%201.875c.329.89.024%201.5-.492%201.688c-.586.21-1.195-.047-1.523-.938l-.446-1.242c-.82-2.273-2.835-3.234-4.804-2.508c-.89.328-1.149.82-.867%201.594l.914%202.531c.328.891.047%201.5-.492%201.688c-.563.21-1.172-.047-1.5-.938l-.868-2.367c-.914-2.555-2.859-3.21-4.757-2.531c-.844.305-1.149.867-.891%201.594l1.828%205.015c.305.89.023%201.477-.516%201.664c-.562.211-1.172-.047-1.5-.937L21.32%207.668c-.586-1.617-2.039-2.297-3.422-1.805c-1.476.54-2.109%201.969-1.5%203.61l.329.96C7.657%2013.81%201.328%2022.575%201.328%2033.942c0%20.844.703%201.57%201.5%201.547%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/hand-draw-fill.svg?color=%231a73e8&size=48