drag hand gesture icon
drag-hand-gesture from Iconoir by Luca Burgio · Regular · Gestures · MIT Free for personal and commercial use.
- Name
- drag-hand-gesture
- Set
- Iconoir
- Style
- Regular
- Category
- Gestures
- Viewbox
- 24×24
- License
- MIT
More gestures icons from Iconoir
one-finger-select-hand-gestureopen-select-hand-gesturepeace-handreminder-hand-gesturesingle-tap-gesturespock-hand-gestureswipe-down-gestureswipe-left-gestureswipe-right-gestureswipe-two-fingers-down-gestureswipe-two-fingers-left-gestureswipe-two-fingers-right-gestureswipe-two-fingers-up-gestureswipe-up-gesture
Use the drag hand gesture 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="m7 10.5l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15c2.4 0 4-1.5 4-4q0 0 0 0V7.929M16 8.5v-.571c0-2.286 3-2.286 3 0"/><path d="M13 8.5V7.027m0-.527v.527M16 8.5V7.027c0-2.286-3-2.286-3 0"/><path d="M13 8.5V7.027c0-2.286 3-2.286 3 0V8.5m-6 0v-2c0-2.286 3-2.286 3 0q0 0 0 0v2m-6 5v-7A1.5 1.5 0 0 1 8.5 5v0c.828 0 1.5.555 1.5 1.384V8.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirDragHandGesture(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="m7 10.5l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15c2.4 0 4-1.5 4-4q0 0 0 0V7.929M16 8.5v-.571c0-2.286 3-2.286 3 0"/><path d="M13 8.5V7.027m0-.527v.527M16 8.5V7.027c0-2.286-3-2.286-3 0"/><path d="M13 8.5V7.027c0-2.286 3-2.286 3 0V8.5m-6 0v-2c0-2.286 3-2.286 3 0q0 0 0 0v2m-6 5v-7A1.5 1.5 0 0 1 8.5 5v0c.828 0 1.5.555 1.5 1.384V8.5"/></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="m7 10.5l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15c2.4 0 4-1.5 4-4q0 0 0 0V7.929M16 8.5v-.571c0-2.286 3-2.286 3 0"/><path d="M13 8.5V7.027m0-.527v.527M16 8.5V7.027c0-2.286-3-2.286-3 0"/><path d="M13 8.5V7.027c0-2.286 3-2.286 3 0V8.5m-6 0v-2c0-2.286 3-2.286 3 0q0 0 0 0v2m-6 5v-7A1.5 1.5 0 0 1 8.5 5v0c.828 0 1.5.555 1.5 1.384V8.5"/></g></svg> </template>
CSS
.icon-drag-hand-gesture {
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%22m7%2010.5l-2.004%202.672a2%202%200%200%200%20.126%202.552l3.784%204.128c.378.413.912.648%201.473.648H15c2.4%200%204-1.5%204-4q0%200%200%200V7.929M16%208.5v-.571c0-2.286%203-2.286%203%200%22%2F%3E%3Cpath%20d%3D%22M13%208.5V7.027m0-.527v.527M16%208.5V7.027c0-2.286-3-2.286-3%200%22%2F%3E%3Cpath%20d%3D%22M13%208.5V7.027c0-2.286%203-2.286%203%200V8.5m-6%200v-2c0-2.286%203-2.286%203%200q0%200%200%200v2m-6%205v-7A1.5%201.5%200%200%201%208.5%205v0c.828%200%201.5.555%201.5%201.384V8.5%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%22m7%2010.5l-2.004%202.672a2%202%200%200%200%20.126%202.552l3.784%204.128c.378.413.912.648%201.473.648H15c2.4%200%204-1.5%204-4q0%200%200%200V7.929M16%208.5v-.571c0-2.286%203-2.286%203%200%22%2F%3E%3Cpath%20d%3D%22M13%208.5V7.027m0-.527v.527M16%208.5V7.027c0-2.286-3-2.286-3%200%22%2F%3E%3Cpath%20d%3D%22M13%208.5V7.027c0-2.286%203-2.286%203%200V8.5m-6%200v-2c0-2.286%203-2.286%203%200q0%200%200%200v2m-6%205v-7A1.5%201.5%200%200%201%208.5%205v0c.828%200%201.5.555%201.5%201.384V8.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/drag-hand-gesture.svg?color=%231a73e8&size=48