hand point left icon

hand-point-left from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.

Name
hand-point-left
Set
Line Awesome
Style
Line
Category
Hands
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More hands icons from Line Awesome

Use the hand point left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.906 3C15.29 3 14 4.23 14 5.656c0 1.336.469 2.328.938 2.969c.292.402.421.469.624.625l.188.75H5c-1.645 0-3 1.355-3 3s1.355 3 3 3h3.563l1.656 7.625A3.016 3.016 0 0 0 13.156 26H30V10h-5.594l-6.781-6.719L17.312 3zm-.312 2.094L23 11.406V24h-9.844c-.476 0-.898-.313-1-.781l-1.781-8.438l-.188-.781H5c-.566 0-1-.434-1-1s.434-1 1-1h13.344l-.313-1.25l-.593-2.25l-.125-.406l-.344-.188s-.18-.086-.438-.437c-.258-.352-.531-.91-.531-1.813c0-.308.172-.48.594-.562M25 12h3v12h-3z"/></svg>

React

import type { SVGProps } from "react";

export function LaHandPointLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.906 3C15.29 3 14 4.23 14 5.656c0 1.336.469 2.328.938 2.969c.292.402.421.469.624.625l.188.75H5c-1.645 0-3 1.355-3 3s1.355 3 3 3h3.563l1.656 7.625A3.016 3.016 0 0 0 13.156 26H30V10h-5.594l-6.781-6.719L17.312 3zm-.312 2.094L23 11.406V24h-9.844c-.476 0-.898-.313-1-.781l-1.781-8.438l-.188-.781H5c-.566 0-1-.434-1-1s.434-1 1-1h13.344l-.313-1.25l-.593-2.25l-.125-.406l-.344-.188s-.18-.086-.438-.437c-.258-.352-.531-.91-.531-1.813c0-.308.172-.48.594-.562M25 12h3v12h-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.906 3C15.29 3 14 4.23 14 5.656c0 1.336.469 2.328.938 2.969c.292.402.421.469.624.625l.188.75H5c-1.645 0-3 1.355-3 3s1.355 3 3 3h3.563l1.656 7.625A3.016 3.016 0 0 0 13.156 26H30V10h-5.594l-6.781-6.719L17.312 3zm-.312 2.094L23 11.406V24h-9.844c-.476 0-.898-.313-1-.781l-1.781-8.438l-.188-.781H5c-.566 0-1-.434-1-1s.434-1 1-1h13.344l-.313-1.25l-.593-2.25l-.125-.406l-.344-.188s-.18-.086-.438-.437c-.258-.352-.531-.91-.531-1.813c0-.308.172-.48.594-.562M25 12h3v12h-3z"/></svg>
</template>

CSS

.icon-hand-point-left {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.906%203C15.29%203%2014%204.23%2014%205.656c0%201.336.469%202.328.938%202.969c.292.402.421.469.624.625l.188.75H5c-1.645%200-3%201.355-3%203s1.355%203%203%203h3.563l1.656%207.625A3.016%203.016%200%200%200%2013.156%2026H30V10h-5.594l-6.781-6.719L17.312%203zm-.312%202.094L23%2011.406V24h-9.844c-.476%200-.898-.313-1-.781l-1.781-8.438l-.188-.781H5c-.566%200-1-.434-1-1s.434-1%201-1h13.344l-.313-1.25l-.593-2.25l-.125-.406l-.344-.188s-.18-.086-.438-.437c-.258-.352-.531-.91-.531-1.813c0-.308.172-.48.594-.562M25%2012h3v12h-3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.906%203C15.29%203%2014%204.23%2014%205.656c0%201.336.469%202.328.938%202.969c.292.402.421.469.624.625l.188.75H5c-1.645%200-3%201.355-3%203s1.355%203%203%203h3.563l1.656%207.625A3.016%203.016%200%200%200%2013.156%2026H30V10h-5.594l-6.781-6.719L17.312%203zm-.312%202.094L23%2011.406V24h-9.844c-.476%200-.898-.313-1-.781l-1.781-8.438l-.188-.781H5c-.566%200-1-.434-1-1s.434-1%201-1h13.344l-.313-1.25l-.593-2.25l-.125-.406l-.344-.188s-.18-.086-.438-.437c-.258-.352-.531-.91-.531-1.813c0-.308.172-.48.594-.562M25%2012h3v12h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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