hand arrow down icon
hand-arrow-down-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hand-arrow-down-thin
- Set
- Phosphor
- Style
- Thin
- 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="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H89.94a27.8 27.8 0 0 0-19.8 8.2L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Zm-64-97a4 4 0 0 1 5.66-5.66L188 94.34V24a4 4 0 0 1 8 0v70.34l25.17-25.17a4 4 0 1 1 5.66 5.66l-32 32a4 4 0 0 1-5.66 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandArrowDownThin(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="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H89.94a27.8 27.8 0 0 0-19.8 8.2L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Zm-64-97a4 4 0 0 1 5.66-5.66L188 94.34V24a4 4 0 0 1 8 0v70.34l25.17-25.17a4 4 0 1 1 5.66 5.66l-32 32a4 4 0 0 1-5.66 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="M227.9 144.24a20.45 20.45 0 0 0-17.84-3.53L160.75 152a23.76 23.76 0 0 0 3.25-12a24 24 0 0 0-24-24H89.94a27.8 27.8 0 0 0-19.8 8.2L46.34 148H16a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h104a4 4 0 0 0 1-.12l64-16a5 5 0 0 0 .6-.2l38.82-16.54l.22-.1a20.6 20.6 0 0 0 3.29-34.8ZM12 200v-40a4 4 0 0 1 4-4h28v48H16a4 4 0 0 1-4-4m209.13-28.17l-38.41 16.37l-63.21 15.8H52v-50.34l23.8-23.8A19.86 19.86 0 0 1 89.94 124H140a16 16 0 0 1 0 32h-28a4 4 0 0 0 0 8h32a4 4 0 0 0 .9-.1l67-15.41h.16a12.6 12.6 0 0 1 9 23.38Zm-64-97a4 4 0 0 1 5.66-5.66L188 94.34V24a4 4 0 0 1 8 0v70.34l25.17-25.17a4 4 0 1 1 5.66 5.66l-32 32a4 4 0 0 1-5.66 0Z"/></svg> </template>
CSS
.icon-hand-arrow-down-thin {
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%22M227.9%20144.24a20.45%2020.45%200%200%200-17.84-3.53L160.75%20152a23.76%2023.76%200%200%200%203.25-12a24%2024%200%200%200-24-24H89.94a27.8%2027.8%200%200%200-19.8%208.2L46.34%20148H16a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2012%2012h104a4%204%200%200%200%201-.12l64-16a5%205%200%200%200%20.6-.2l38.82-16.54l.22-.1a20.6%2020.6%200%200%200%203.29-34.8ZM12%20200v-40a4%204%200%200%201%204-4h28v48H16a4%204%200%200%201-4-4m209.13-28.17l-38.41%2016.37l-63.21%2015.8H52v-50.34l23.8-23.8A19.86%2019.86%200%200%201%2089.94%20124H140a16%2016%200%200%201%200%2032h-28a4%204%200%200%200%200%208h32a4%204%200%200%200%20.9-.1l67-15.41h.16a12.6%2012.6%200%200%201%209%2023.38Zm-64-97a4%204%200%200%201%205.66-5.66L188%2094.34V24a4%204%200%200%201%208%200v70.34l25.17-25.17a4%204%200%201%201%205.66%205.66l-32%2032a4%204%200%200%201-5.66%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%22M227.9%20144.24a20.45%2020.45%200%200%200-17.84-3.53L160.75%20152a23.76%2023.76%200%200%200%203.25-12a24%2024%200%200%200-24-24H89.94a27.8%2027.8%200%200%200-19.8%208.2L46.34%20148H16a12%2012%200%200%200-12%2012v40a12%2012%200%200%200%2012%2012h104a4%204%200%200%200%201-.12l64-16a5%205%200%200%200%20.6-.2l38.82-16.54l.22-.1a20.6%2020.6%200%200%200%203.29-34.8ZM12%20200v-40a4%204%200%200%201%204-4h28v48H16a4%204%200%200%201-4-4m209.13-28.17l-38.41%2016.37l-63.21%2015.8H52v-50.34l23.8-23.8A19.86%2019.86%200%200%201%2089.94%20124H140a16%2016%200%200%201%200%2032h-28a4%204%200%200%200%200%208h32a4%204%200%200%200%20.9-.1l67-15.41h.16a12.6%2012.6%200%200%201%209%2023.38Zm-64-97a4%204%200%200%201%205.66-5.66L188%2094.34V24a4%204%200%200%201%208%200v70.34l25.17-25.17a4%204%200%201%201%205.66%205.66l-32%2032a4%204%200%200%201-5.66%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-thin.svg?color=%231a73e8&size=48