hand pointing icon
hand-pointing-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- hand-pointing-fill
- Set
- Phosphor
- Style
- Fill
- 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="M224 104v50.93c0 46.2-36.85 84.55-83 85.06a83.7 83.7 0 0 1-60.4-24.59C58.79 192.33 34.15 136 34.15 136a16 16 0 0 1 6.53-22.23c7.66-4 17.1-.84 21.4 6.62l21 36.44a6.09 6.09 0 0 0 6 3.09h.12a8.19 8.19 0 0 0 6.8-8.18V32a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V104a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25V88a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V112a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25v-7.28c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 104"/></svg>
React
import type { SVGProps } from "react";
export function PhHandPointingFill(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="M224 104v50.93c0 46.2-36.85 84.55-83 85.06a83.7 83.7 0 0 1-60.4-24.59C58.79 192.33 34.15 136 34.15 136a16 16 0 0 1 6.53-22.23c7.66-4 17.1-.84 21.4 6.62l21 36.44a6.09 6.09 0 0 0 6 3.09h.12a8.19 8.19 0 0 0 6.8-8.18V32a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V104a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25V88a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V112a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25v-7.28c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 104"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 104v50.93c0 46.2-36.85 84.55-83 85.06a83.7 83.7 0 0 1-60.4-24.59C58.79 192.33 34.15 136 34.15 136a16 16 0 0 1 6.53-22.23c7.66-4 17.1-.84 21.4 6.62l21 36.44a6.09 6.09 0 0 0 6 3.09h.12a8.19 8.19 0 0 0 6.8-8.18V32a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V104a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25V88a16 16 0 0 1 16.77-16c8.61.4 15.23 7.82 15.23 16.43V112a8 8 0 0 0 8.53 8a8.17 8.17 0 0 0 7.47-8.25v-7.28c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 104"/></svg> </template>
CSS
.icon-hand-pointing-fill {
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%22M224%20104v50.93c0%2046.2-36.85%2084.55-83%2085.06a83.7%2083.7%200%200%201-60.4-24.59C58.79%20192.33%2034.15%20136%2034.15%20136a16%2016%200%200%201%206.53-22.23c7.66-4%2017.1-.84%2021.4%206.62l21%2036.44a6.09%206.09%200%200%200%206%203.09h.12a8.19%208.19%200%200%200%206.8-8.18V32a16%2016%200%200%201%2016.77-16c8.61.4%2015.23%207.82%2015.23%2016.43V104a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.25V88a16%2016%200%200%201%2016.77-16c8.61.4%2015.23%207.82%2015.23%2016.43V112a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.25v-7.28c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20224%20104%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%22M224%20104v50.93c0%2046.2-36.85%2084.55-83%2085.06a83.7%2083.7%200%200%201-60.4-24.59C58.79%20192.33%2034.15%20136%2034.15%20136a16%2016%200%200%201%206.53-22.23c7.66-4%2017.1-.84%2021.4%206.62l21%2036.44a6.09%206.09%200%200%200%206%203.09h.12a8.19%208.19%200%200%200%206.8-8.18V32a16%2016%200%200%201%2016.77-16c8.61.4%2015.23%207.82%2015.23%2016.43V104a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.25V88a16%2016%200%200%201%2016.77-16c8.61.4%2015.23%207.82%2015.23%2016.43V112a8%208%200%200%200%208.53%208a8.17%208.17%200%200%200%207.47-8.25v-7.28c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20224%20104%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-pointing-fill.svg?color=%231a73e8&size=48