hand point right icon
hand-point-right from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.
- Name
- hand-point-right
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Arrows
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome Solid
angle-double-downangle-double-leftangle-double-rightangle-double-upangle-downangle-leftangle-rightangle-uparrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-rightarrow-uparrows-altarrows-alt-harrows-alt-vcaret-down
Use the hand point right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544 160c17.7 0 32 14.3 32 32s-14.3 32-32 32H336v-64zM384 352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm64-64c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32s14.3-32 32-32h48c17.7 0 32 14.3 32 32m-96 160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm-88-96h.6c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6c-24.9 8.7-42.8 32.5-42.8 60.4c0 11.7 3.1 22.6 8.6 32H224c-88.4 0-160-71.6-160-160v-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6c24-24.1 56.6-37.6 90.5-37.6h27c35.3 0 64 28.7 64 64v88c0 22.1-17.9 40-40 40s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16 7.2-16 16v56c0 39.8 32.2 72 72 72"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandPointRight(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="M544 160c17.7 0 32 14.3 32 32s-14.3 32-32 32H336v-64zM384 352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm64-64c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32s14.3-32 32-32h48c17.7 0 32 14.3 32 32m-96 160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm-88-96h.6c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6c-24.9 8.7-42.8 32.5-42.8 60.4c0 11.7 3.1 22.6 8.6 32H224c-88.4 0-160-71.6-160-160v-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6c24-24.1 56.6-37.6 90.5-37.6h27c35.3 0 64 28.7 64 64v88c0 22.1-17.9 40-40 40s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16 7.2-16 16v56c0 39.8 32.2 72 72 72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M544 160c17.7 0 32 14.3 32 32s-14.3 32-32 32H336v-64zM384 352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm64-64c0 17.7-14.3 32-32 32h-48c-17.7 0-32-14.3-32-32s14.3-32 32-32h48c17.7 0 32 14.3 32 32m-96 160c17.7 0 32 14.3 32 32s-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm-88-96h.6c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6c-24.9 8.7-42.8 32.5-42.8 60.4c0 11.7 3.1 22.6 8.6 32H224c-88.4 0-160-71.6-160-160v-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6c24-24.1 56.6-37.6 90.5-37.6h27c35.3 0 64 28.7 64 64v88c0 22.1-17.9 40-40 40s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16 7.2-16 16v56c0 39.8 32.2 72 72 72"/></svg> </template>
CSS
.icon-hand-point-right {
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%22M544%20160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H336v-64zM384%20352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32zm64-64c0%2017.7-14.3%2032-32%2032h-48c-17.7%200-32-14.3-32-32s14.3-32%2032-32h48c17.7%200%2032%2014.3%2032%2032m-96%20160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32zm-88-96h.6c-5.4%209.4-8.6%2020.3-8.6%2032c0%2013.2%204%2025.4%2010.8%2035.6c-24.9%208.7-42.8%2032.5-42.8%2060.4c0%2011.7%203.1%2022.6%208.6%2032H224c-88.4%200-160-71.6-160-160v-61.7c0-42.4%2016.9-83.1%2046.9-113.1l11.6-11.6c24-24.1%2056.6-37.6%2090.5-37.6h27c35.3%200%2064%2028.7%2064%2064v88c0%2022.1-17.9%2040-40%2040s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16%207.2-16%2016v56c0%2039.8%2032.2%2072%2072%2072%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%22M544%20160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H336v-64zM384%20352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32zm64-64c0%2017.7-14.3%2032-32%2032h-48c-17.7%200-32-14.3-32-32s14.3-32%2032-32h48c17.7%200%2032%2014.3%2032%2032m-96%20160c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-64c-17.7%200-32-14.3-32-32s14.3-32%2032-32zm-88-96h.6c-5.4%209.4-8.6%2020.3-8.6%2032c0%2013.2%204%2025.4%2010.8%2035.6c-24.9%208.7-42.8%2032.5-42.8%2060.4c0%2011.7%203.1%2022.6%208.6%2032H224c-88.4%200-160-71.6-160-160v-61.7c0-42.4%2016.9-83.1%2046.9-113.1l11.6-11.6c24-24.1%2056.6-37.6%2090.5-37.6h27c35.3%200%2064%2028.7%2064%2064v88c0%2022.1-17.9%2040-40%2040s-40-17.9-40-40v-56c0-8.8-7.2-16-16-16s-16%207.2-16%2016v56c0%2039.8%2032.2%2072%2072%2072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hand-point-right.svg?color=%231a73e8&size=48