hand point down icon
hand-point-down from Font Awesome 6 Solid by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.
- Name
- hand-point-down
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Arrows
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome 6 Solid
Use the hand point down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32zm192-160c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-64 64c17.7 0 32-14.3 32-32v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32m160-96c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-96-88v.6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0h-61.7C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandPointDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32zm192-160c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-64 64c17.7 0 32-14.3 32-32v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32m160-96c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-96-88v.6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0h-61.7C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32zm192-160c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-64 64c17.7 0 32-14.3 32-32v-48c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32m160-96c0 17.7 14.3 32 32 32s32-14.3 32-32v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm-96-88v.6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0h-61.7C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72"/></svg> </template>
CSS
.icon-hand-point-down {
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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V272H32zm192-160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm-64%2064c17.7%200%2032-14.3%2032-32v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c0%2017.7%2014.3%2032%2032%2032m160-96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm-96-88v.6c9.4-5.4%2020.3-8.6%2032-8.6c13.2%200%2025.4%204%2035.6%2010.8c8.7-24.9%2032.5-42.8%2060.4-42.8c11.7%200%2022.6%203.1%2032%208.6V160C384%2071.6%20312.4%200%20224%200h-61.7C119.8%200%2079.1%2016.9%2049.1%2046.9L37.5%2058.5C13.5%2082.5%200%20115.1%200%20149v27c0%2035.3%2028.7%2064%2064%2064h88c22.1%200%2040-17.9%2040-40s-17.9-40-40-40H96c-8.8%200-16-7.2-16-16s7.2-16%2016-16h56c39.8%200%2072%2032.2%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32V272H32zm192-160c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm-64%2064c17.7%200%2032-14.3%2032-32v-48c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v48c0%2017.7%2014.3%2032%2032%2032m160-96c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm-96-88v.6c9.4-5.4%2020.3-8.6%2032-8.6c13.2%200%2025.4%204%2035.6%2010.8c8.7-24.9%2032.5-42.8%2060.4-42.8c11.7%200%2022.6%203.1%2032%208.6V160C384%2071.6%20312.4%200%20224%200h-61.7C119.8%200%2079.1%2016.9%2049.1%2046.9L37.5%2058.5C13.5%2082.5%200%20115.1%200%20149v27c0%2035.3%2028.7%2064%2064%2064h88c22.1%200%2040-17.9%2040-40s-17.9-40-40-40H96c-8.8%200-16-7.2-16-16s7.2-16%2016-16h56c39.8%200%2072%2032.2%2072%2072%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hand-point-down.svg?color=%231a73e8&size=48