hand pointer 2 icon
hand-pointer-2-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- hand-pointer-2-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
Related icons in Majesticons
Use the hand pointer 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 10V8.5A1.5 1.5 0 0 0 11.5 7v0A1.5 1.5 0 0 0 10 8.5V11m3 0V9.5A1.5 1.5 0 0 1 14.5 8v0A1.5 1.5 0 0 1 16 9.5v.5m-9 1.5v-7A1.5 1.5 0 0 1 8.5 3v0A1.5 1.5 0 0 1 10 4.5V11m0 1v-1m-3 3v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5V12a2 2 0 0 0-2-2h-1m0 0v2"/></svg>
React
import type { SVGProps } from "react";
export function MajesticonsHandPointer2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M13 10V8.5A1.5 1.5 0 0 0 11.5 7v0A1.5 1.5 0 0 0 10 8.5V11m3 0V9.5A1.5 1.5 0 0 1 14.5 8v0A1.5 1.5 0 0 1 16 9.5v.5m-9 1.5v-7A1.5 1.5 0 0 1 8.5 3v0A1.5 1.5 0 0 1 10 4.5V11m0 1v-1m-3 3v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5V12a2 2 0 0 0-2-2h-1m0 0v2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 10V8.5A1.5 1.5 0 0 0 11.5 7v0A1.5 1.5 0 0 0 10 8.5V11m3 0V9.5A1.5 1.5 0 0 1 14.5 8v0A1.5 1.5 0 0 1 16 9.5v.5m-9 1.5v-7A1.5 1.5 0 0 1 8.5 3v0A1.5 1.5 0 0 1 10 4.5V11m0 1v-1m-3 3v-2.5A1.5 1.5 0 0 0 5.5 10v0A1.5 1.5 0 0 0 4 11.5v2C4 16 5.5 21 11.5 21c2.5 0 7.5-1.5 7.5-7.5V12a2 2 0 0 0-2-2h-1m0 0v2"/></svg> </template>
CSS
.icon-hand-pointer-2-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%2010V8.5A1.5%201.5%200%200%200%2011.5%207v0A1.5%201.5%200%200%200%2010%208.5V11m3%200V9.5A1.5%201.5%200%200%201%2014.5%208v0A1.5%201.5%200%200%201%2016%209.5v.5m-9%201.5v-7A1.5%201.5%200%200%201%208.5%203v0A1.5%201.5%200%200%201%2010%204.5V11m0%201v-1m-3%203v-2.5A1.5%201.5%200%200%200%205.5%2010v0A1.5%201.5%200%200%200%204%2011.5v2C4%2016%205.5%2021%2011.5%2021c2.5%200%207.5-1.5%207.5-7.5V12a2%202%200%200%200-2-2h-1m0%200v2%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13%2010V8.5A1.5%201.5%200%200%200%2011.5%207v0A1.5%201.5%200%200%200%2010%208.5V11m3%200V9.5A1.5%201.5%200%200%201%2014.5%208v0A1.5%201.5%200%200%201%2016%209.5v.5m-9%201.5v-7A1.5%201.5%200%200%201%208.5%203v0A1.5%201.5%200%200%201%2010%204.5V11m0%201v-1m-3%203v-2.5A1.5%201.5%200%200%200%205.5%2010v0A1.5%201.5%200%200%200%204%2011.5v2C4%2016%205.5%2021%2011.5%2021c2.5%200%207.5-1.5%207.5-7.5V12a2%202%200%200%200-2-2h-1m0%200v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/hand-pointer-2-line.svg?color=%231a73e8&size=48