hand pointing icon

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

Name
hand-pointing-light
Set
Phosphor
Style
Light
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 90a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 78.1V44a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.07l4.67 8.25c34 60 48.07 84.77 93.86 84.77a86.1 86.1 0 0 0 86-86V116a26 26 0 0 0-26-26m14 62a74.09 74.09 0 0 1-74 74c-38.8 0-50-19.83-83.42-78.69L47.89 139A14 14 0 0 1 53 119.88a13.87 13.87 0 0 1 7-1.88a14 14 0 0 1 12.15 7l.1.17l18.68 30A6 6 0 0 0 102 152V44a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandPointingLight(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 90a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 78.1V44a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.07l4.67 8.25c34 60 48.07 84.77 93.86 84.77a86.1 86.1 0 0 0 86-86V116a26 26 0 0 0-26-26m14 62a74.09 74.09 0 0 1-74 74c-38.8 0-50-19.83-83.42-78.69L47.89 139A14 14 0 0 1 53 119.88a13.87 13.87 0 0 1 7-1.88a14 14 0 0 1 12.15 7l.1.17l18.68 30A6 6 0 0 0 102 152V44a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 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 90a25.87 25.87 0 0 0-14.59 4.49A26 26 0 0 0 142 78.1V44a26 26 0 0 0-52 0v87l-7.53-12.1a26 26 0 0 0-45 26.07l4.67 8.25c34 60 48.07 84.77 93.86 84.77a86.1 86.1 0 0 0 86-86V116a26 26 0 0 0-26-26m14 62a74.09 74.09 0 0 1-74 74c-38.8 0-50-19.83-83.42-78.69L47.89 139A14 14 0 0 1 53 119.88a13.87 13.87 0 0 1 7-1.88a14 14 0 0 1 12.15 7l.1.17l18.68 30A6 6 0 0 0 102 152V44a14 14 0 0 1 28 0v68a6 6 0 0 0 12 0v-12a14 14 0 0 1 28 0v20a6 6 0 0 0 12 0v-4a14 14 0 0 1 28 0Z"/></svg>
</template>

CSS

.icon-hand-pointing-light {
  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%2090a25.87%2025.87%200%200%200-14.59%204.49A26%2026%200%200%200%20142%2078.1V44a26%2026%200%200%200-52%200v87l-7.53-12.1a26%2026%200%200%200-45%2026.07l4.67%208.25c34%2060%2048.07%2084.77%2093.86%2084.77a86.1%2086.1%200%200%200%2086-86V116a26%2026%200%200%200-26-26m14%2062a74.09%2074.09%200%200%201-74%2074c-38.8%200-50-19.83-83.42-78.69L47.89%20139A14%2014%200%200%201%2053%20119.88a13.87%2013.87%200%200%201%207-1.88a14%2014%200%200%201%2012.15%207l.1.17l18.68%2030A6%206%200%200%200%20102%20152V44a14%2014%200%200%201%2028%200v68a6%206%200%200%200%2012%200v-12a14%2014%200%200%201%2028%200v20a6%206%200%200%200%2012%200v-4a14%2014%200%200%201%2028%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%2090a25.87%2025.87%200%200%200-14.59%204.49A26%2026%200%200%200%20142%2078.1V44a26%2026%200%200%200-52%200v87l-7.53-12.1a26%2026%200%200%200-45%2026.07l4.67%208.25c34%2060%2048.07%2084.77%2093.86%2084.77a86.1%2086.1%200%200%200%2086-86V116a26%2026%200%200%200-26-26m14%2062a74.09%2074.09%200%200%201-74%2074c-38.8%200-50-19.83-83.42-78.69L47.89%20139A14%2014%200%200%201%2053%20119.88a13.87%2013.87%200%200%201%207-1.88a14%2014%200%200%201%2012.15%207l.1.17l18.68%2030A6%206%200%200%200%20102%20152V44a14%2014%200%200%201%2028%200v68a6%206%200%200%200%2012%200v-12a14%2014%200%200%201%2028%200v20a6%206%200%200%200%2012%200v-4a14%2014%200%200%201%2028%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-light.svg?color=%231a73e8&size=48