one finger select hand gesture icon
one-finger-select-hand-gesture from Iconoir by Luca Burgio · Regular · Gestures · MIT Free for personal and commercial use.
- Name
- one-finger-select-hand-gesture
- Set
- Iconoir
- Style
- Regular
- Category
- Gestures
- Viewbox
- 24×24
- License
- MIT
More gestures icons from Iconoir
drag-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-gestureone-point-circle
Use the one finger select 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.5 12l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15.5c2.4 0 4-2 4-4q0 0 0 0V9.429m-3 .571v-.571c0-2.286 3-2.286 3 0"/><path d="M13.5 10V8.286c0-2.286 3-2.286 3 0V10m-6 0V7.5c0-2.286 3-2.286 3 0q0 0 0 0V10m-3 0V3.499A1.5 1.5 0 0 0 9 2v0a1.5 1.5 0 0 0-1.5 1.5V15"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirOneFingerSelectHandGesture(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.5 12l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15.5c2.4 0 4-2 4-4q0 0 0 0V9.429m-3 .571v-.571c0-2.286 3-2.286 3 0"/><path d="M13.5 10V8.286c0-2.286 3-2.286 3 0V10m-6 0V7.5c0-2.286 3-2.286 3 0q0 0 0 0V10m-3 0V3.499A1.5 1.5 0 0 0 9 2v0a1.5 1.5 0 0 0-1.5 1.5V15"/></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.5 12l-2.004 2.672a2 2 0 0 0 .126 2.552l3.784 4.128c.378.413.912.648 1.473.648H15.5c2.4 0 4-2 4-4q0 0 0 0V9.429m-3 .571v-.571c0-2.286 3-2.286 3 0"/><path d="M13.5 10V8.286c0-2.286 3-2.286 3 0V10m-6 0V7.5c0-2.286 3-2.286 3 0q0 0 0 0V10m-3 0V3.499A1.5 1.5 0 0 0 9 2v0a1.5 1.5 0 0 0-1.5 1.5V15"/></g></svg> </template>
CSS
.icon-one-finger-select-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.5%2012l-2.004%202.672a2%202%200%200%200%20.126%202.552l3.784%204.128c.378.413.912.648%201.473.648H15.5c2.4%200%204-2%204-4q0%200%200%200V9.429m-3%20.571v-.571c0-2.286%203-2.286%203%200%22%2F%3E%3Cpath%20d%3D%22M13.5%2010V8.286c0-2.286%203-2.286%203%200V10m-6%200V7.5c0-2.286%203-2.286%203%200q0%200%200%200V10m-3%200V3.499A1.5%201.5%200%200%200%209%202v0a1.5%201.5%200%200%200-1.5%201.5V15%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.5%2012l-2.004%202.672a2%202%200%200%200%20.126%202.552l3.784%204.128c.378.413.912.648%201.473.648H15.5c2.4%200%204-2%204-4q0%200%200%200V9.429m-3%20.571v-.571c0-2.286%203-2.286%203%200%22%2F%3E%3Cpath%20d%3D%22M13.5%2010V8.286c0-2.286%203-2.286%203%200V10m-6%200V7.5c0-2.286%203-2.286%203%200q0%200%200%200V10m-3%200V3.499A1.5%201.5%200%200%200%209%202v0a1.5%201.5%200%200%200-1.5%201.5V15%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/one-finger-select-hand-gesture.svg?color=%231a73e8&size=48