hand icon
hand-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- hand-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Use the hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.594 4.44a2.8 2.8 0 0 1 1.063-.19c1.176.023 2.521.832 2.521 2.462v.323c.34-.133.701-.191 1.05-.184c1.177.022 2.522.83 2.522 2.46v4.4c0 3.843-2.761 6.463-5.977 7.509c-3.202 1.041-7.092.609-9.582-1.884l-.002-.002l-3.214-3.24l-.027-.028c-1.038-1.16-.82-2.85.009-3.828c.435-.515 1.078-.885 1.855-.875q.491.006.976.21V6.711c0-.81.332-1.458.864-1.887c.513-.413 1.162-.586 1.773-.574c.375.006.76.083 1.118.236c.053-.693.352-1.259.816-1.65c.495-.42 1.128-.598 1.726-.586c1.109.02 2.368.74 2.509 2.19"/></svg>
React
import type { SVGProps } from "react";
export function MynauiHandSolid(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="M14.594 4.44a2.8 2.8 0 0 1 1.063-.19c1.176.023 2.521.832 2.521 2.462v.323c.34-.133.701-.191 1.05-.184c1.177.022 2.522.83 2.522 2.46v4.4c0 3.843-2.761 6.463-5.977 7.509c-3.202 1.041-7.092.609-9.582-1.884l-.002-.002l-3.214-3.24l-.027-.028c-1.038-1.16-.82-2.85.009-3.828c.435-.515 1.078-.885 1.855-.875q.491.006.976.21V6.711c0-.81.332-1.458.864-1.887c.513-.413 1.162-.586 1.773-.574c.375.006.76.083 1.118.236c.053-.693.352-1.259.816-1.65c.495-.42 1.128-.598 1.726-.586c1.109.02 2.368.74 2.509 2.19"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.594 4.44a2.8 2.8 0 0 1 1.063-.19c1.176.023 2.521.832 2.521 2.462v.323c.34-.133.701-.191 1.05-.184c1.177.022 2.522.83 2.522 2.46v4.4c0 3.843-2.761 6.463-5.977 7.509c-3.202 1.041-7.092.609-9.582-1.884l-.002-.002l-3.214-3.24l-.027-.028c-1.038-1.16-.82-2.85.009-3.828c.435-.515 1.078-.885 1.855-.875q.491.006.976.21V6.711c0-.81.332-1.458.864-1.887c.513-.413 1.162-.586 1.773-.574c.375.006.76.083 1.118.236c.053-.693.352-1.259.816-1.65c.495-.42 1.128-.598 1.726-.586c1.109.02 2.368.74 2.509 2.19"/></svg> </template>
CSS
.icon-hand-solid {
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%22M14.594%204.44a2.8%202.8%200%200%201%201.063-.19c1.176.023%202.521.832%202.521%202.462v.323c.34-.133.701-.191%201.05-.184c1.177.022%202.522.83%202.522%202.46v4.4c0%203.843-2.761%206.463-5.977%207.509c-3.202%201.041-7.092.609-9.582-1.884l-.002-.002l-3.214-3.24l-.027-.028c-1.038-1.16-.82-2.85.009-3.828c.435-.515%201.078-.885%201.855-.875q.491.006.976.21V6.711c0-.81.332-1.458.864-1.887c.513-.413%201.162-.586%201.773-.574c.375.006.76.083%201.118.236c.053-.693.352-1.259.816-1.65c.495-.42%201.128-.598%201.726-.586c1.109.02%202.368.74%202.509%202.19%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%22M14.594%204.44a2.8%202.8%200%200%201%201.063-.19c1.176.023%202.521.832%202.521%202.462v.323c.34-.133.701-.191%201.05-.184c1.177.022%202.522.83%202.522%202.46v4.4c0%203.843-2.761%206.463-5.977%207.509c-3.202%201.041-7.092.609-9.582-1.884l-.002-.002l-3.214-3.24l-.027-.028c-1.038-1.16-.82-2.85.009-3.828c.435-.515%201.078-.885%201.855-.875q.491.006.976.21V6.711c0-.81.332-1.458.864-1.887c.513-.413%201.162-.586%201.773-.574c.375.006.76.083%201.118.236c.053-.693.352-1.259.816-1.65c.495-.42%201.128-.598%201.726-.586c1.109.02%202.368.74%202.509%202.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/hand-solid.svg?color=%231a73e8&size=48