hand point left icon

hand-point-left from Font Awesome Regular by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.

Name
hand-point-left
Set
Font Awesome Regular
Style
Regular
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Regular

Use the hand point left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 192h177.6c-1 5.2-1.6 10.5-1.6 16v16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16m224 16c0-17.7 14.3-32 32-32h24c66.3 0 120 53.7 120 120v48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1.7-6.2.7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 8.8-7.2 16-16 16s-16-7.2-16-16zm32-80c-18 0-34.6 6-48 16H128c-35.3 0-64 28.7-64 64s28.7 64 64 64h82c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64h88c92.8 0 168-75.2 168-168v-48c0-92.8-75.2-168-168-168zm-64 336c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-16-176c0 5.5.7 10.9 2 16h-34c-8.8 0-16-7.2-16-16s7.2-16 16-16h32zm24 64h40c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularHandPointLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 192h177.6c-1 5.2-1.6 10.5-1.6 16v16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16m224 16c0-17.7 14.3-32 32-32h24c66.3 0 120 53.7 120 120v48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1.7-6.2.7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 8.8-7.2 16-16 16s-16-7.2-16-16zm32-80c-18 0-34.6 6-48 16H128c-35.3 0-64 28.7-64 64s28.7 64 64 64h82c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64h88c92.8 0 168-75.2 168-168v-48c0-92.8-75.2-168-168-168zm-64 336c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-16-176c0 5.5.7 10.9 2 16h-34c-8.8 0-16-7.2-16-16s7.2-16 16-16h32zm24 64h40c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 192h177.6c-1 5.2-1.6 10.5-1.6 16v16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16m224 16c0-17.7 14.3-32 32-32h24c66.3 0 120 53.7 120 120v48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1.7-6.2.7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40v-40c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 8.8-7.2 16-16 16s-16-7.2-16-16zm32-80c-18 0-34.6 6-48 16H128c-35.3 0-64 28.7-64 64s28.7 64 64 64h82c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64h88c92.8 0 168-75.2 168-168v-48c0-92.8-75.2-168-168-168zm-64 336c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-16-176c0 5.5.7 10.9 2 16h-34c-8.8 0-16-7.2-16-16s7.2-16 16-16h32zm24 64h40c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20192h177.6c-1%205.2-1.6%2010.5-1.6%2016v16H128c-8.8%200-16-7.2-16-16s7.2-16%2016-16m224%2016c0-17.7%2014.3-32%2032-32h24c66.3%200%20120%2053.7%20120%20120v48c0%2052.5-33.7%2097.1-80.7%20113.4c.5-3.1.7-6.2.7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9%207.6-19.4%207.6-30.3c0-15.1-5.3-29-14-40c8.8-11%2014-24.9%2014-40v-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v40c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm32-80c-18%200-34.6%206-48%2016H128c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064h82c-1.3%205.1-2%2010.5-2%2016c0%2025.3%2014.7%2047.2%2036%2057.6c-2.6%207-4%2014.5-4%2022.4c0%2020%209.2%2037.9%2023.6%2049.7c-4.9%209-7.6%2019.4-7.6%2030.3c0%2035.3%2028.7%2064%2064%2064h88c92.8%200%20168-75.2%20168-168v-48c0-92.8-75.2-168-168-168zm-64%20336c-8.8%200-16-7.2-16-16s7.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016zm-16-176c0%205.5.7%2010.9%202%2016h-34c-8.8%200-16-7.2-16-16s7.2-16%2016-16h32zm24%2064h40c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-64c-8.8%200-16-7.2-16-16s7.2-16%2016-16z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20192h177.6c-1%205.2-1.6%2010.5-1.6%2016v16H128c-8.8%200-16-7.2-16-16s7.2-16%2016-16m224%2016c0-17.7%2014.3-32%2032-32h24c66.3%200%20120%2053.7%20120%20120v48c0%2052.5-33.7%2097.1-80.7%20113.4c.5-3.1.7-6.2.7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9%207.6-19.4%207.6-30.3c0-15.1-5.3-29-14-40c8.8-11%2014-24.9%2014-40v-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v40c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm32-80c-18%200-34.6%206-48%2016H128c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064h82c-1.3%205.1-2%2010.5-2%2016c0%2025.3%2014.7%2047.2%2036%2057.6c-2.6%207-4%2014.5-4%2022.4c0%2020%209.2%2037.9%2023.6%2049.7c-4.9%209-7.6%2019.4-7.6%2030.3c0%2035.3%2028.7%2064%2064%2064h88c92.8%200%20168-75.2%20168-168v-48c0-92.8-75.2-168-168-168zm-64%20336c-8.8%200-16-7.2-16-16s7.2-16%2016-16h64c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016zm-16-176c0%205.5.7%2010.9%202%2016h-34c-8.8%200-16-7.2-16-16s7.2-16%2016-16h32zm24%2064h40c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-64c-8.8%200-16-7.2-16-16s7.2-16%2016-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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