hand from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
hand
Set
Myna UI Icons
Style
Regular
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.428 11.212v-4.5c0-2.213-3.572-2.35-3.572 0"/><path d="M13.857 10V4.712c0-2.213-3.572-2.35-3.572 0v1.8m-.001 4.25v-4.05c0-2.213-3.747-2.35-3.747 0V13"/><path d="M17.428 9.312c0-2.35 3.572-2.213 3.572 0v4.4c0 6.843-9.799 9.578-14.278 5.094l-3.215-3.24C2.018 13.904 4.044 10.5 6.537 13l1 1"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiHand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M17.428 11.212v-4.5c0-2.213-3.572-2.35-3.572 0"/><path d="M13.857 10V4.712c0-2.213-3.572-2.35-3.572 0v1.8m-.001 4.25v-4.05c0-2.213-3.747-2.35-3.747 0V13"/><path d="M17.428 9.312c0-2.35 3.572-2.213 3.572 0v4.4c0 6.843-9.799 9.578-14.278 5.094l-3.215-3.24C2.018 13.904 4.044 10.5 6.537 13l1 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.428 11.212v-4.5c0-2.213-3.572-2.35-3.572 0"/><path d="M13.857 10V4.712c0-2.213-3.572-2.35-3.572 0v1.8m-.001 4.25v-4.05c0-2.213-3.747-2.35-3.747 0V13"/><path d="M17.428 9.312c0-2.35 3.572-2.213 3.572 0v4.4c0 6.843-9.799 9.578-14.278 5.094l-3.215-3.24C2.018 13.904 4.044 10.5 6.537 13l1 1"/></g></svg>
</template>

CSS

.icon-hand {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.428%2011.212v-4.5c0-2.213-3.572-2.35-3.572%200%22%2F%3E%3Cpath%20d%3D%22M13.857%2010V4.712c0-2.213-3.572-2.35-3.572%200v1.8m-.001%204.25v-4.05c0-2.213-3.747-2.35-3.747%200V13%22%2F%3E%3Cpath%20d%3D%22M17.428%209.312c0-2.35%203.572-2.213%203.572%200v4.4c0%206.843-9.799%209.578-14.278%205.094l-3.215-3.24C2.018%2013.904%204.044%2010.5%206.537%2013l1%201%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.428%2011.212v-4.5c0-2.213-3.572-2.35-3.572%200%22%2F%3E%3Cpath%20d%3D%22M13.857%2010V4.712c0-2.213-3.572-2.35-3.572%200v1.8m-.001%204.25v-4.05c0-2.213-3.747-2.35-3.747%200V13%22%2F%3E%3Cpath%20d%3D%22M17.428%209.312c0-2.35%203.572-2.213%203.572%200v4.4c0%206.843-9.799%209.578-14.278%205.094l-3.215-3.24C2.018%2013.904%204.044%2010.5%206.537%2013l1%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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