hand point down icon
hand-point-down from Font Awesome Regular by Dave Gandy · Regular · Arrows · CC-BY-4.0 Attribution required.
- Name
- hand-point-down
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Arrows
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome Regular
Use the hand point down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 512V334.4c5.2 1 10.5 1.6 16 1.6h16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16m16-224c-17.7 0-32-14.3-32-32v-24c0-66.3 53.7-120 120-120h48c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-80-32c0 18 6 34.6 16 48v208c0 35.3 28.7 64 64 64s64-28.7 64-64v-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64v-88c0-92.8-75.2-168-168-168h-48c-92.8 0-168 75.2-168 168zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-176 16c5.5 0 10.9-.7 16-2v34c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32zm64-24v-40c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularHandPointDown(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="M192 512V334.4c5.2 1 10.5 1.6 16 1.6h16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16m16-224c-17.7 0-32-14.3-32-32v-24c0-66.3 53.7-120 120-120h48c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-80-32c0 18 6 34.6 16 48v208c0 35.3 28.7 64 64 64s64-28.7 64-64v-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64v-88c0-92.8-75.2-168-168-168h-48c-92.8 0-168 75.2-168 168zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-176 16c5.5 0 10.9-.7 16-2v34c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32zm64-24v-40c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 512V334.4c5.2 1 10.5 1.6 16 1.6h16v176c0 8.8-7.2 16-16 16s-16-7.2-16-16m16-224c-17.7 0-32-14.3-32-32v-24c0-66.3 53.7-120 120-120h48c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14h-40c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-80-32c0 18 6 34.6 16 48v208c0 35.3 28.7 64 64 64s64-28.7 64-64v-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64v-88c0-92.8-75.2-168-168-168h-48c-92.8 0-168 75.2-168 168zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16zm-176 16c5.5 0 10.9-.7 16-2v34c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32zm64-24v-40c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20512V334.4c5.2%201%2010.5%201.6%2016%201.6h16v176c0%208.8-7.2%2016-16%2016s-16-7.2-16-16m16-224c-17.7%200-32-14.3-32-32v-24c0-66.3%2053.7-120%20120-120h48c52.5%200%2097.1%2033.7%20113.4%2080.7c-3.1-.5-6.2-.7-9.4-.7c-20%200-37.9%209.2-49.7%2023.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1%200-29%205.3-40%2014c-11-8.8-24.9-14-40-14h-40c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016zm-80-32c0%2018%206%2034.6%2016%2048v208c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64v-82c5.1%201.3%2010.5%202%2016%202c25.3%200%2047.2-14.7%2057.6-36c7%202.6%2014.5%204%2022.4%204c20%200%2037.9-9.2%2049.7-23.6c9%204.9%2019.4%207.6%2030.3%207.6c35.3%200%2064-28.7%2064-64v-88c0-92.8-75.2-168-168-168h-48c-92.8%200-168%2075.2-168%20168zm336%2064c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016zm-176%2016c5.5%200%2010.9-.7%2016-2v34c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-32zm64-24v-40c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016s-16-7.2-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20512V334.4c5.2%201%2010.5%201.6%2016%201.6h16v176c0%208.8-7.2%2016-16%2016s-16-7.2-16-16m16-224c-17.7%200-32-14.3-32-32v-24c0-66.3%2053.7-120%20120-120h48c52.5%200%2097.1%2033.7%20113.4%2080.7c-3.1-.5-6.2-.7-9.4-.7c-20%200-37.9%209.2-49.7%2023.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1%200-29%205.3-40%2014c-11-8.8-24.9-14-40-14h-40c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016zm-80-32c0%2018%206%2034.6%2016%2048v208c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64v-82c5.1%201.3%2010.5%202%2016%202c25.3%200%2047.2-14.7%2057.6-36c7%202.6%2014.5%204%2022.4%204c20%200%2037.9-9.2%2049.7-23.6c9%204.9%2019.4%207.6%2030.3%207.6c35.3%200%2064-28.7%2064-64v-88c0-92.8-75.2-168-168-168h-48c-92.8%200-168%2075.2-168%20168zm336%2064c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016zm-176%2016c5.5%200%2010.9-.7%2016-2v34c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-32zm64-24v-40c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016s-16-7.2-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/hand-point-down.svg?color=%231a73e8&size=48