hand pointing icon
hand-pointing from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- hand-pointing
- Set
- Phosphor
- Style
- Regular
- 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 88a27.86 27.86 0 0 0-13.35 3.39A28 28 0 0 0 144 74.7V44a28 28 0 0 0-56 0v80l-3.82-6.13A28 28 0 0 0 35.73 146l4.67 8.23C74.81 214.89 89.05 240 136 240a88.1 88.1 0 0 0 88-88v-36a28 28 0 0 0-28-28m12 64a72.08 72.08 0 0 1-72 72c-37.63 0-47.84-18-81.68-77.68l-4.69-8.27V138A12 12 0 0 1 54 121.61a11.9 11.9 0 0 1 6-1.6a12 12 0 0 1 10.41 6a2 2 0 0 0 .14.23l18.67 30A8 8 0 0 0 104 152V44a12 12 0 0 1 24 0v68a8 8 0 0 0 16 0v-12a12 12 0 0 1 24 0v20a8 8 0 0 0 16 0v-4a12 12 0 0 1 24 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandPointing(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 88a27.86 27.86 0 0 0-13.35 3.39A28 28 0 0 0 144 74.7V44a28 28 0 0 0-56 0v80l-3.82-6.13A28 28 0 0 0 35.73 146l4.67 8.23C74.81 214.89 89.05 240 136 240a88.1 88.1 0 0 0 88-88v-36a28 28 0 0 0-28-28m12 64a72.08 72.08 0 0 1-72 72c-37.63 0-47.84-18-81.68-77.68l-4.69-8.27V138A12 12 0 0 1 54 121.61a11.9 11.9 0 0 1 6-1.6a12 12 0 0 1 10.41 6a2 2 0 0 0 .14.23l18.67 30A8 8 0 0 0 104 152V44a12 12 0 0 1 24 0v68a8 8 0 0 0 16 0v-12a12 12 0 0 1 24 0v20a8 8 0 0 0 16 0v-4a12 12 0 0 1 24 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 88a27.86 27.86 0 0 0-13.35 3.39A28 28 0 0 0 144 74.7V44a28 28 0 0 0-56 0v80l-3.82-6.13A28 28 0 0 0 35.73 146l4.67 8.23C74.81 214.89 89.05 240 136 240a88.1 88.1 0 0 0 88-88v-36a28 28 0 0 0-28-28m12 64a72.08 72.08 0 0 1-72 72c-37.63 0-47.84-18-81.68-77.68l-4.69-8.27V138A12 12 0 0 1 54 121.61a11.9 11.9 0 0 1 6-1.6a12 12 0 0 1 10.41 6a2 2 0 0 0 .14.23l18.67 30A8 8 0 0 0 104 152V44a12 12 0 0 1 24 0v68a8 8 0 0 0 16 0v-12a12 12 0 0 1 24 0v20a8 8 0 0 0 16 0v-4a12 12 0 0 1 24 0Z"/></svg> </template>
CSS
.icon-hand-pointing {
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%2088a27.86%2027.86%200%200%200-13.35%203.39A28%2028%200%200%200%20144%2074.7V44a28%2028%200%200%200-56%200v80l-3.82-6.13A28%2028%200%200%200%2035.73%20146l4.67%208.23C74.81%20214.89%2089.05%20240%20136%20240a88.1%2088.1%200%200%200%2088-88v-36a28%2028%200%200%200-28-28m12%2064a72.08%2072.08%200%200%201-72%2072c-37.63%200-47.84-18-81.68-77.68l-4.69-8.27V138A12%2012%200%200%201%2054%20121.61a11.9%2011.9%200%200%201%206-1.6a12%2012%200%200%201%2010.41%206a2%202%200%200%200%20.14.23l18.67%2030A8%208%200%200%200%20104%20152V44a12%2012%200%200%201%2024%200v68a8%208%200%200%200%2016%200v-12a12%2012%200%200%201%2024%200v20a8%208%200%200%200%2016%200v-4a12%2012%200%200%201%2024%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%2088a27.86%2027.86%200%200%200-13.35%203.39A28%2028%200%200%200%20144%2074.7V44a28%2028%200%200%200-56%200v80l-3.82-6.13A28%2028%200%200%200%2035.73%20146l4.67%208.23C74.81%20214.89%2089.05%20240%20136%20240a88.1%2088.1%200%200%200%2088-88v-36a28%2028%200%200%200-28-28m12%2064a72.08%2072.08%200%200%201-72%2072c-37.63%200-47.84-18-81.68-77.68l-4.69-8.27V138A12%2012%200%200%201%2054%20121.61a11.9%2011.9%200%200%201%206-1.6a12%2012%200%200%201%2010.41%206a2%202%200%200%200%20.14.23l18.67%2030A8%208%200%200%200%20104%20152V44a12%2012%200%200%201%2024%200v68a8%208%200%200%200%2016%200v-12a12%2012%200%200%201%2024%200v20a8%208%200%200%200%2016%200v-4a12%2012%200%200%201%2024%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.svg?color=%231a73e8&size=48