hand pointing right 01 icon

hand-pointing-right-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hand-pointing-right-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the hand pointing right 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 8.834h.949a3 3 0 0 0 1.792-.595L9.643 4.58c.566-.422 1.267-.759 1.915-.48c1.049.451 1.73 1.723.158 3.28l-1.71 1.598H20.43c2.044.056 2.145 3.345 0 3.486h-5.94c.191 1.48-.852 8.454-5.272 7.437l-.634-.143c-.918-.206-2.556-.814-3.513-1.485c-.997-.697-1.99-.451-3.07-.451"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHandPointingRight01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 8.834h.949a3 3 0 0 0 1.792-.595L9.643 4.58c.566-.422 1.267-.759 1.915-.48c1.049.451 1.73 1.723.158 3.28l-1.71 1.598H20.43c2.044.056 2.145 3.345 0 3.486h-5.94c.191 1.48-.852 8.454-5.272 7.437l-.634-.143c-.918-.206-2.556-.814-3.513-1.485c-.997-.697-1.99-.451-3.07-.451"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 8.834h.949a3 3 0 0 0 1.792-.595L9.643 4.58c.566-.422 1.267-.759 1.915-.48c1.049.451 1.73 1.723.158 3.28l-1.71 1.598H20.43c2.044.056 2.145 3.345 0 3.486h-5.94c.191 1.48-.852 8.454-5.272 7.437l-.634-.143c-.918-.206-2.556-.814-3.513-1.485c-.997-.697-1.99-.451-3.07-.451"/></svg>
</template>

CSS

.icon-hand-pointing-right-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%208.834h.949a3%203%200%200%200%201.792-.595L9.643%204.58c.566-.422%201.267-.759%201.915-.48c1.049.451%201.73%201.723.158%203.28l-1.71%201.598H20.43c2.044.056%202.145%203.345%200%203.486h-5.94c.191%201.48-.852%208.454-5.272%207.437l-.634-.143c-.918-.206-2.556-.814-3.513-1.485c-.997-.697-1.99-.451-3.07-.451%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%208.834h.949a3%203%200%200%200%201.792-.595L9.643%204.58c.566-.422%201.267-.759%201.915-.48c1.049.451%201.73%201.723.158%203.28l-1.71%201.598H20.43c2.044.056%202.145%203.345%200%203.486h-5.94c.191%201.48-.852%208.454-5.272%207.437l-.634-.143c-.918-.206-2.556-.814-3.513-1.485c-.997-.697-1.99-.451-3.07-.451%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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