hand pointing icon

hand-pointing-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
hand-pointing-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the hand pointing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 92a23.88 23.88 0 0 0-16.07 6.19A24 24 0 0 0 140 82.13V44a24 24 0 0 0-48 0v94l-11.25-18.06A24 24 0 0 0 39.2 144l4.68 8.25C61.21 182.8 72.66 203 85.66 216.33C99.28 230.3 113.86 236 136 236a84.09 84.09 0 0 0 84-84v-36a24 24 0 0 0-24-24m16 60a76.09 76.09 0 0 1-76 76c-40 0-51.35-20.08-85.16-79.71L46.15 140a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 100 152V44a16 16 0 0 1 32 0v68a4 4 0 0 0 8 0v-12a16 16 0 0 1 32 0v20a4 4 0 0 0 8 0v-4a16 16 0 0 1 32 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandPointingThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 92a23.88 23.88 0 0 0-16.07 6.19A24 24 0 0 0 140 82.13V44a24 24 0 0 0-48 0v94l-11.25-18.06A24 24 0 0 0 39.2 144l4.68 8.25C61.21 182.8 72.66 203 85.66 216.33C99.28 230.3 113.86 236 136 236a84.09 84.09 0 0 0 84-84v-36a24 24 0 0 0-24-24m16 60a76.09 76.09 0 0 1-76 76c-40 0-51.35-20.08-85.16-79.71L46.15 140a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 100 152V44a16 16 0 0 1 32 0v68a4 4 0 0 0 8 0v-12a16 16 0 0 1 32 0v20a4 4 0 0 0 8 0v-4a16 16 0 0 1 32 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 92a23.88 23.88 0 0 0-16.07 6.19A24 24 0 0 0 140 82.13V44a24 24 0 0 0-48 0v94l-11.25-18.06A24 24 0 0 0 39.2 144l4.68 8.25C61.21 182.8 72.66 203 85.66 216.33C99.28 230.3 113.86 236 136 236a84.09 84.09 0 0 0 84-84v-36a24 24 0 0 0-24-24m16 60a76.09 76.09 0 0 1-76 76c-40 0-51.35-20.08-85.16-79.71L46.15 140a16 16 0 0 1 27.71-16a1 1 0 0 1 .07.12l18.68 30A4 4 0 0 0 100 152V44a16 16 0 0 1 32 0v68a4 4 0 0 0 8 0v-12a16 16 0 0 1 32 0v20a4 4 0 0 0 8 0v-4a16 16 0 0 1 32 0Z"/></svg>
</template>

CSS

.icon-hand-pointing-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2092a23.88%2023.88%200%200%200-16.07%206.19A24%2024%200%200%200%20140%2082.13V44a24%2024%200%200%200-48%200v94l-11.25-18.06A24%2024%200%200%200%2039.2%20144l4.68%208.25C61.21%20182.8%2072.66%20203%2085.66%20216.33C99.28%20230.3%20113.86%20236%20136%20236a84.09%2084.09%200%200%200%2084-84v-36a24%2024%200%200%200-24-24m16%2060a76.09%2076.09%200%200%201-76%2076c-40%200-51.35-20.08-85.16-79.71L46.15%20140a16%2016%200%200%201%2027.71-16a1%201%200%200%201%20.07.12l18.68%2030A4%204%200%200%200%20100%20152V44a16%2016%200%200%201%2032%200v68a4%204%200%200%200%208%200v-12a16%2016%200%200%201%2032%200v20a4%204%200%200%200%208%200v-4a16%2016%200%200%201%2032%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2092a23.88%2023.88%200%200%200-16.07%206.19A24%2024%200%200%200%20140%2082.13V44a24%2024%200%200%200-48%200v94l-11.25-18.06A24%2024%200%200%200%2039.2%20144l4.68%208.25C61.21%20182.8%2072.66%20203%2085.66%20216.33C99.28%20230.3%20113.86%20236%20136%20236a84.09%2084.09%200%200%200%2084-84v-36a24%2024%200%200%200-24-24m16%2060a76.09%2076.09%200%200%201-76%2076c-40%200-51.35-20.08-85.16-79.71L46.15%20140a16%2016%200%200%201%2027.71-16a1%201%200%200%201%20.07.12l18.68%2030A4%204%200%200%200%20100%20152V44a16%2016%200%200%201%2032%200v68a4%204%200%200%200%208%200v-12a16%2016%200%200%201%2032%200v20a4%204%200%200%200%208%200v-4a16%2016%200%200%201%2032%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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