hand grab icon
hand-grab from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-grab
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-griphand-hearthand-helpinghand-metalhand-platterhand-pointing-down-01hand-pointing-down-02hand-pointing-down-03hand-pointing-down-04hand-pointing-left-01hand-pointing-left-02hand-pointing-left-03hand-pointing-left-04hand-pointing-right-01hand-pointing-right-02hand-pointing-right-03hand-pointing-right-04hand-prayerhand-sanitizer
Use the hand grab icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.5 9.5v-.75a1.75 1.75 0 1 1 3.5 0v4.05a7.2 7.2 0 0 1-7.2 7.2h-3.741A7.06 7.06 0 0 1 3 12.941V12a2 2 0 1 1 4 0v.941"/><path d="M17.5 9.5V6.75a1.75 1.75 0 1 0-3.5 0V8.5m0 0V5.75a1.75 1.75 0 1 0-3.5 0V8m0 0V6.75a1.75 1.75 0 1 0-3.5 0V12"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandGrab(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M17.5 9.5v-.75a1.75 1.75 0 1 1 3.5 0v4.05a7.2 7.2 0 0 1-7.2 7.2h-3.741A7.06 7.06 0 0 1 3 12.941V12a2 2 0 1 1 4 0v.941"/><path d="M17.5 9.5V6.75a1.75 1.75 0 1 0-3.5 0V8.5m0 0V5.75a1.75 1.75 0 1 0-3.5 0V8m0 0V6.75a1.75 1.75 0 1 0-3.5 0V12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.5 9.5v-.75a1.75 1.75 0 1 1 3.5 0v4.05a7.2 7.2 0 0 1-7.2 7.2h-3.741A7.06 7.06 0 0 1 3 12.941V12a2 2 0 1 1 4 0v.941"/><path d="M17.5 9.5V6.75a1.75 1.75 0 1 0-3.5 0V8.5m0 0V5.75a1.75 1.75 0 1 0-3.5 0V8m0 0V6.75a1.75 1.75 0 1 0-3.5 0V12"/></g></svg> </template>
CSS
.icon-hand-grab {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%209.5v-.75a1.75%201.75%200%201%201%203.5%200v4.05a7.2%207.2%200%200%201-7.2%207.2h-3.741A7.06%207.06%200%200%201%203%2012.941V12a2%202%200%201%201%204%200v.941%22%2F%3E%3Cpath%20d%3D%22M17.5%209.5V6.75a1.75%201.75%200%201%200-3.5%200V8.5m0%200V5.75a1.75%201.75%200%201%200-3.5%200V8m0%200V6.75a1.75%201.75%200%201%200-3.5%200V12%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%209.5v-.75a1.75%201.75%200%201%201%203.5%200v4.05a7.2%207.2%200%200%201-7.2%207.2h-3.741A7.06%207.06%200%200%201%203%2012.941V12a2%202%200%201%201%204%200v.941%22%2F%3E%3Cpath%20d%3D%22M17.5%209.5V6.75a1.75%201.75%200%201%200-3.5%200V8.5m0%200V5.75a1.75%201.75%200%201%200-3.5%200V8m0%200V6.75a1.75%201.75%200%201%200-3.5%200V12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-grab.svg?color=%231a73e8&size=48