hand icon
hand from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- hand
- Set
- Reicon
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All hand icons →More tools icons from Reicon
Use the hand 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="M14.333 11V3.333c0-.92-.752-1.666-1.666-1.666S11 2.413 11 3.333V11m6.667 0V4.333c0-.92-.752-1.666-1.667-1.666s-1.667.746-1.667 1.666V11M11 11V4.333c0-.92-.752-1.666-1.667-1.666s-1.666.746-1.666 1.666v11.738"/><path d="m7.667 14.953l-2.358-3.002c-.568-.724-1.62-.847-2.34-.282s-.805 1.508-.281 2.34l3.401 5.232a5.34 5.34 0 0 0 4.472 2.427h5.107a5.334 5.334 0 0 0 5.333-5.333V5.333c0-.92-.752-1.666-1.666-1.666s-1.667.746-1.667 1.666V11"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHand(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="M14.333 11V3.333c0-.92-.752-1.666-1.666-1.666S11 2.413 11 3.333V11m6.667 0V4.333c0-.92-.752-1.666-1.667-1.666s-1.667.746-1.667 1.666V11M11 11V4.333c0-.92-.752-1.666-1.667-1.666s-1.666.746-1.666 1.666v11.738"/><path d="m7.667 14.953l-2.358-3.002c-.568-.724-1.62-.847-2.34-.282s-.805 1.508-.281 2.34l3.401 5.232a5.34 5.34 0 0 0 4.472 2.427h5.107a5.334 5.334 0 0 0 5.333-5.333V5.333c0-.92-.752-1.666-1.666-1.666s-1.667.746-1.667 1.666V11"/></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="M14.333 11V3.333c0-.92-.752-1.666-1.666-1.666S11 2.413 11 3.333V11m6.667 0V4.333c0-.92-.752-1.666-1.667-1.666s-1.667.746-1.667 1.666V11M11 11V4.333c0-.92-.752-1.666-1.667-1.666s-1.666.746-1.666 1.666v11.738"/><path d="m7.667 14.953l-2.358-3.002c-.568-.724-1.62-.847-2.34-.282s-.805 1.508-.281 2.34l3.401 5.232a5.34 5.34 0 0 0 4.472 2.427h5.107a5.334 5.334 0 0 0 5.333-5.333V5.333c0-.92-.752-1.666-1.666-1.666s-1.667.746-1.667 1.666V11"/></g></svg> </template>
CSS
.icon-hand {
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%22M14.333%2011V3.333c0-.92-.752-1.666-1.666-1.666S11%202.413%2011%203.333V11m6.667%200V4.333c0-.92-.752-1.666-1.667-1.666s-1.667.746-1.667%201.666V11M11%2011V4.333c0-.92-.752-1.666-1.667-1.666s-1.666.746-1.666%201.666v11.738%22%2F%3E%3Cpath%20d%3D%22m7.667%2014.953l-2.358-3.002c-.568-.724-1.62-.847-2.34-.282s-.805%201.508-.281%202.34l3.401%205.232a5.34%205.34%200%200%200%204.472%202.427h5.107a5.334%205.334%200%200%200%205.333-5.333V5.333c0-.92-.752-1.666-1.666-1.666s-1.667.746-1.667%201.666V11%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%22M14.333%2011V3.333c0-.92-.752-1.666-1.666-1.666S11%202.413%2011%203.333V11m6.667%200V4.333c0-.92-.752-1.666-1.667-1.666s-1.667.746-1.667%201.666V11M11%2011V4.333c0-.92-.752-1.666-1.667-1.666s-1.666.746-1.666%201.666v11.738%22%2F%3E%3Cpath%20d%3D%22m7.667%2014.953l-2.358-3.002c-.568-.724-1.62-.847-2.34-.282s-.805%201.508-.281%202.34l3.401%205.232a5.34%205.34%200%200%200%204.472%202.427h5.107a5.334%205.334%200%200%200%205.333-5.333V5.333c0-.92-.752-1.666-1.666-1.666s-1.667.746-1.667%201.666V11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hand.svg?color=%231a73e8&size=48