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

Name
hand-point-up
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 up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 128v177.6c5.2-1 10.5-1.6 16-1.6h16V128c0-8.8-7.2-16-16-16s-16 7.2-16 16m16 224c-17.7 0-32 14.3-32 32v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1.5-6.2.7-9.4.7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14h-40c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16zm-80 32c0-18 6-34.6 16-48V128c0-35.3 28.7-64 64-64s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v88c0 92.8-75.2 168-168 168h-48c-92.8 0-168-75.2-168-168zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-176-16c5.5 0 10.9.7 16 2v-34c0-8.8-7.2-16-16-16s-16 7.2-16 16v32zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16s-16 7.2-16 16z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularHandPointUp(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="M192 128v177.6c5.2-1 10.5-1.6 16-1.6h16V128c0-8.8-7.2-16-16-16s-16 7.2-16 16m16 224c-17.7 0-32 14.3-32 32v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1.5-6.2.7-9.4.7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14h-40c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16zm-80 32c0-18 6-34.6 16-48V128c0-35.3 28.7-64 64-64s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v88c0 92.8-75.2 168-168 168h-48c-92.8 0-168-75.2-168-168zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-176-16c5.5 0 10.9.7 16 2v-34c0-8.8-7.2-16-16-16s-16 7.2-16 16v32zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16s-16 7.2-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="M192 128v177.6c5.2-1 10.5-1.6 16-1.6h16V128c0-8.8-7.2-16-16-16s-16 7.2-16 16m16 224c-17.7 0-32 14.3-32 32v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1.5-6.2.7-9.4.7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14h-40c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16zm-80 32c0-18 6-34.6 16-48V128c0-35.3 28.7-64 64-64s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v88c0 92.8-75.2 168-168 168h-48c-92.8 0-168-75.2-168-168zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16zm-176-16c5.5 0 10.9.7 16 2v-34c0-8.8-7.2-16-16-16s-16 7.2-16 16v32zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8-7.2-16-16-16s-16 7.2-16 16z"/></svg>
</template>

CSS

.icon-hand-point-up {
  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%22M192%20128v177.6c5.2-1%2010.5-1.6%2016-1.6h16V128c0-8.8-7.2-16-16-16s-16%207.2-16%2016m16%20224c-17.7%200-32%2014.3-32%2032v24c0%2066.3%2053.7%20120%20120%20120h48c52.5%200%2097.1-33.7%20113.4-80.7c-3.1.5-6.2.7-9.4.7c-20%200-37.9-9.2-49.7-23.6c-9%204.9-19.4%207.6-30.3%207.6c-15.1%200-29-5.3-40-14c-11%208.8-24.9%2014-40%2014h-40c-13.3%200-24-10.7-24-24s10.7-24%2024-24h40c8.8%200%2016-7.2%2016-16s-7.2-16-16-16zm-80%2032c0-18%206-34.6%2016-48V128c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064v82c5.1-1.3%2010.5-2%2016-2c25.3%200%2047.2%2014.7%2057.6%2036c7-2.6%2014.5-4%2022.4-4c20%200%2037.9%209.2%2049.7%2023.6c9-4.9%2019.4-7.6%2030.3-7.6c35.3%200%2064%2028.7%2064%2064v88c0%2092.8-75.2%20168-168%20168h-48c-92.8%200-168-75.2-168-168zm336-64c0-8.8-7.2-16-16-16s-16%207.2-16%2016v64c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16zm-176-16c5.5%200%2010.9.7%2016%202v-34c0-8.8-7.2-16-16-16s-16%207.2-16%2016v32zm64%2024v40c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-64c0-8.8-7.2-16-16-16s-16%207.2-16%2016z%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%22M192%20128v177.6c5.2-1%2010.5-1.6%2016-1.6h16V128c0-8.8-7.2-16-16-16s-16%207.2-16%2016m16%20224c-17.7%200-32%2014.3-32%2032v24c0%2066.3%2053.7%20120%20120%20120h48c52.5%200%2097.1-33.7%20113.4-80.7c-3.1.5-6.2.7-9.4.7c-20%200-37.9-9.2-49.7-23.6c-9%204.9-19.4%207.6-30.3%207.6c-15.1%200-29-5.3-40-14c-11%208.8-24.9%2014-40%2014h-40c-13.3%200-24-10.7-24-24s10.7-24%2024-24h40c8.8%200%2016-7.2%2016-16s-7.2-16-16-16zm-80%2032c0-18%206-34.6%2016-48V128c0-35.3%2028.7-64%2064-64s64%2028.7%2064%2064v82c5.1-1.3%2010.5-2%2016-2c25.3%200%2047.2%2014.7%2057.6%2036c7-2.6%2014.5-4%2022.4-4c20%200%2037.9%209.2%2049.7%2023.6c9-4.9%2019.4-7.6%2030.3-7.6c35.3%200%2064%2028.7%2064%2064v88c0%2092.8-75.2%20168-168%20168h-48c-92.8%200-168-75.2-168-168zm336-64c0-8.8-7.2-16-16-16s-16%207.2-16%2016v64c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16zm-176-16c5.5%200%2010.9.7%2016%202v-34c0-8.8-7.2-16-16-16s-16%207.2-16%2016v32zm64%2024v40c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-64c0-8.8-7.2-16-16-16s-16%207.2-16%2016z%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-up.svg?color=%231a73e8&size=48