hand point right icon
hand-point-right from Font Awesome 6 Regular by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.
- Name
- hand-point-right
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Arrows
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome 6 Regular
Use the hand point right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 128H270.4c1 5.2 1.6 10.5 1.6 16v16h176c8.8 0 16-7.2 16-16s-7.2-16-16-16m-224 16c0-17.7-14.3-32-32-32h-24c-66.3 0-120 53.7-120 120v48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16zm-32-80c18 0 34.6 6 48 16h208c35.3 0 64 28.7 64 64s-28.7 64-64 64h-82c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64h-88C75.2 448 0 372.8 0 280v-48C0 139.2 75.2 64 168 64zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16s7.2 16 16 16zm16-176c0 5.5-.7 10.9-2 16h34c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32zm-24 64h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularHandPointRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 128H270.4c1 5.2 1.6 10.5 1.6 16v16h176c8.8 0 16-7.2 16-16s-7.2-16-16-16m-224 16c0-17.7-14.3-32-32-32h-24c-66.3 0-120 53.7-120 120v48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16zm-32-80c18 0 34.6 6 48 16h208c35.3 0 64 28.7 64 64s-28.7 64-64 64h-82c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64h-88C75.2 448 0 372.8 0 280v-48C0 139.2 75.2 64 168 64zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16s7.2 16 16 16zm16-176c0 5.5-.7 10.9-2 16h34c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32zm-24 64h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M448 128H270.4c1 5.2 1.6 10.5 1.6 16v16h176c8.8 0 16-7.2 16-16s-7.2-16-16-16m-224 16c0-17.7-14.3-32-32-32h-24c-66.3 0-120 53.7-120 120v48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40v-40c0-13.3 10.7-24 24-24s24 10.7 24 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16zm-32-80c18 0 34.6 6 48 16h208c35.3 0 64 28.7 64 64s-28.7 64-64 64h-82c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64h-88C75.2 448 0 372.8 0 280v-48C0 139.2 75.2 64 168 64zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16h-64c-8.8 0-16 7.2-16 16s7.2 16 16 16zm16-176c0 5.5-.7 10.9-2 16h34c8.8 0 16-7.2 16-16s-7.2-16-16-16h-32zm-24 64h-40c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20128H270.4c1%205.2%201.6%2010.5%201.6%2016v16h176c8.8%200%2016-7.2%2016-16s-7.2-16-16-16m-224%2016c0-17.7-14.3-32-32-32h-24c-66.3%200-120%2053.7-120%20120v48c0%2052.5%2033.7%2097.1%2080.7%20113.4c-.5-3.1-.7-6.2-.7-9.4c0-20%209.2-37.9%2023.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1%205.3-29%2014-40c-8.8-11-14-24.9-14-40v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16zm-32-80c18%200%2034.6%206%2048%2016h208c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064h-82c1.3%205.1%202%2010.5%202%2016c0%2025.3-14.7%2047.2-36%2057.6c2.6%207%204%2014.5%204%2022.4c0%2020-9.2%2037.9-23.6%2049.7c4.9%209%207.6%2019.4%207.6%2030.3c0%2035.3-28.7%2064-64%2064h-88C75.2%20448%200%20372.8%200%20280v-48C0%20139.2%2075.2%2064%20168%2064zm64%20336c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-64c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016zm16-176c0%205.5-.7%2010.9-2%2016h34c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-32zm-24%2064h-40c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h64c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20128H270.4c1%205.2%201.6%2010.5%201.6%2016v16h176c8.8%200%2016-7.2%2016-16s-7.2-16-16-16m-224%2016c0-17.7-14.3-32-32-32h-24c-66.3%200-120%2053.7-120%20120v48c0%2052.5%2033.7%2097.1%2080.7%20113.4c-.5-3.1-.7-6.2-.7-9.4c0-20%209.2-37.9%2023.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1%205.3-29%2014-40c-8.8-11-14-24.9-14-40v-40c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v40c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16zm-32-80c18%200%2034.6%206%2048%2016h208c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064h-82c1.3%205.1%202%2010.5%202%2016c0%2025.3-14.7%2047.2-36%2057.6c2.6%207%204%2014.5%204%2022.4c0%2020-9.2%2037.9-23.6%2049.7c4.9%209%207.6%2019.4%207.6%2030.3c0%2035.3-28.7%2064-64%2064h-88C75.2%20448%200%20372.8%200%20280v-48C0%20139.2%2075.2%2064%20168%2064zm64%20336c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-64c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016zm16-176c0%205.5-.7%2010.9-2%2016h34c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-32zm-24%2064h-40c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h64c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/hand-point-right.svg?color=%231a73e8&size=48