hand arrow down icon
hand-arrow-down from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- hand-arrow-down
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the hand arrow down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.33 141.06a24.4 24.4 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Zm-65.09-90.55a8 8 0 0 1 11.32-11.32L184 84.69V24a8 8 0 0 1 16 0v60.69l18.34-18.35a8 8 0 0 1 11.32 11.32l-32 32a8 8 0 0 1-11.32 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandArrowDown(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="M230.33 141.06a24.4 24.4 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Zm-65.09-90.55a8 8 0 0 1 11.32-11.32L184 84.69V24a8 8 0 0 1 16 0v60.69l18.34-18.35a8 8 0 0 1 11.32 11.32l-32 32a8 8 0 0 1-11.32 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M230.33 141.06a24.4 24.4 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9Zm-65.09-90.55a8 8 0 0 1 11.32-11.32L184 84.69V24a8 8 0 0 1 16 0v60.69l18.34-18.35a8 8 0 0 1 11.32 11.32l-32 32a8 8 0 0 1-11.32 0Z"/></svg> </template>
CSS
.icon-hand-arrow-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M230.33%20141.06a24.4%2024.4%200%200%200-21.24-4.23l-41.84%209.62A28%2028%200%200%200%20140%20112H89.94a31.82%2031.82%200%200%200-22.63%209.37L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56ZM16%20160h24v40H16Zm203.43%208.21l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9Zm-65.09-90.55a8%208%200%200%201%2011.32-11.32L184%2084.69V24a8%208%200%200%201%2016%200v60.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32l-32%2032a8%208%200%200%201-11.32%200Z%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%22M230.33%20141.06a24.4%2024.4%200%200%200-21.24-4.23l-41.84%209.62A28%2028%200%200%200%20140%20112H89.94a31.82%2031.82%200%200%200-22.63%209.37L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56ZM16%20160h24v40H16Zm203.43%208.21l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9Zm-65.09-90.55a8%208%200%200%201%2011.32-11.32L184%2084.69V24a8%208%200%200%201%2016%200v60.69l18.34-18.35a8%208%200%200%201%2011.32%2011.32l-32%2032a8%208%200%200%201-11.32%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-arrow-down.svg?color=%231a73e8&size=48