hand pointing right 04 icon
hand-pointing-right-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-pointing-right-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-grabhand-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-prayerhand-sanitizer
Use the hand pointing right 04 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-linejoin="round" stroke-width="1.5" d="M14.531 7.752h5.464a1.503 1.503 0 1 1 0 3.004h-6.51m3.004 0l-.027 1.054a2 2 0 0 1-.978 1.668m-.953-5.726H9.968m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L5.348 6.607C3.281 7.832 2.5 9.25 2.5 10.442v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.281m0 0l-.054 1.335a2 2 0 0 1-2.003 1.95h-1.004"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandPointingRight04(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" strokeLinejoin="round" strokeWidth="1.5" d="M14.531 7.752h5.464a1.503 1.503 0 1 1 0 3.004h-6.51m3.004 0l-.027 1.054a2 2 0 0 1-.978 1.668m-.953-5.726H9.968m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L5.348 6.607C3.281 7.832 2.5 9.25 2.5 10.442v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.281m0 0l-.054 1.335a2 2 0 0 1-2.003 1.95h-1.004"/></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-linejoin="round" stroke-width="1.5" d="M14.531 7.752h5.464a1.503 1.503 0 1 1 0 3.004h-6.51m3.004 0l-.027 1.054a2 2 0 0 1-.978 1.668m-.953-5.726H9.968m4.563 0l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L5.348 6.607C3.281 7.832 2.5 9.25 2.5 10.442v4.88c0 2.267 2.382 4.38 4.566 4.38l5.2.048a2.003 2.003 0 0 0 2.004-1.733l.19-1.54m-1.005-2.718h1.004c.375 0 .725-.103 1.025-.281m0 0l-.054 1.335a2 2 0 0 1-2.003 1.95h-1.004"/></svg> </template>
CSS
.icon-hand-pointing-right-04 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.531%207.752h5.464a1.503%201.503%200%201%201%200%203.004h-6.51m3.004%200l-.027%201.054a2%202%200%200%201-.978%201.668m-.953-5.726H9.968m4.563%200l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L5.348%206.607C3.281%207.832%202.5%209.25%202.5%2010.442v4.88c0%202.267%202.382%204.38%204.566%204.38l5.2.048a2.003%202.003%200%200%200%202.004-1.733l.19-1.54m-1.005-2.718h1.004c.375%200%20.725-.103%201.025-.281m0%200l-.054%201.335a2%202%200%200%201-2.003%201.95h-1.004%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14.531%207.752h5.464a1.503%201.503%200%201%201%200%203.004h-6.51m3.004%200l-.027%201.054a2%202%200%200%201-.978%201.668m-.953-5.726H9.968m4.563%200l-2.76-2.594c-1.867-1.572-3.229-.746-3.985-.166L5.348%206.607C3.281%207.832%202.5%209.25%202.5%2010.442v4.88c0%202.267%202.382%204.38%204.566%204.38l5.2.048a2.003%202.003%200%200%200%202.004-1.733l.19-1.54m-1.005-2.718h1.004c.375%200%20.725-.103%201.025-.281m0%200l-.054%201.335a2%202%200%200%201-2.003%201.95h-1.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-pointing-right-04.svg?color=%231a73e8&size=48