hand metal icon
hand-metal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-metal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-grabhand-griphand-hearthand-helpinghand-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-pointing-right-04hand-prayerhand-sanitizer
Use the hand metal 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-width="1.5"><path d="M3.5 11V5.25a1.75 1.75 0 1 1 3.5 0V11m0 1.5V9.75a1.75 1.75 0 1 1 3.5 0v2.75m0 0V9.75a1.75 1.75 0 1 1 3.5 0v2.75m3.5 2.5V3.75a1.75 1.75 0 1 0-3.5 0V10"/><path stroke-linejoin="round" d="M3.5 8v5.5c0 1.394 0 2.09.099 2.672a7 7 0 0 0 5.728 5.73C9.91 22 10.623 22 12.05 22c1.334 0 2 0 2.545-.086a7 7 0 0 0 5.819-5.819c.086-.544.086-1.194.086-2.495v-1.1A2.5 2.5 0 0 0 18 10"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandMetal(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" strokeWidth="1.5"><path d="M3.5 11V5.25a1.75 1.75 0 1 1 3.5 0V11m0 1.5V9.75a1.75 1.75 0 1 1 3.5 0v2.75m0 0V9.75a1.75 1.75 0 1 1 3.5 0v2.75m3.5 2.5V3.75a1.75 1.75 0 1 0-3.5 0V10"/><path strokeLinejoin="round" d="M3.5 8v5.5c0 1.394 0 2.09.099 2.672a7 7 0 0 0 5.728 5.73C9.91 22 10.623 22 12.05 22c1.334 0 2 0 2.545-.086a7 7 0 0 0 5.819-5.819c.086-.544.086-1.194.086-2.495v-1.1A2.5 2.5 0 0 0 18 10"/></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-width="1.5"><path d="M3.5 11V5.25a1.75 1.75 0 1 1 3.5 0V11m0 1.5V9.75a1.75 1.75 0 1 1 3.5 0v2.75m0 0V9.75a1.75 1.75 0 1 1 3.5 0v2.75m3.5 2.5V3.75a1.75 1.75 0 1 0-3.5 0V10"/><path stroke-linejoin="round" d="M3.5 8v5.5c0 1.394 0 2.09.099 2.672a7 7 0 0 0 5.728 5.73C9.91 22 10.623 22 12.05 22c1.334 0 2 0 2.545-.086a7 7 0 0 0 5.819-5.819c.086-.544.086-1.194.086-2.495v-1.1A2.5 2.5 0 0 0 18 10"/></g></svg> </template>
CSS
.icon-hand-metal {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%2011V5.25a1.75%201.75%200%201%201%203.5%200V11m0%201.5V9.75a1.75%201.75%200%201%201%203.5%200v2.75m0%200V9.75a1.75%201.75%200%201%201%203.5%200v2.75m3.5%202.5V3.75a1.75%201.75%200%201%200-3.5%200V10%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%208v5.5c0%201.394%200%202.09.099%202.672a7%207%200%200%200%205.728%205.73C9.91%2022%2010.623%2022%2012.05%2022c1.334%200%202%200%202.545-.086a7%207%200%200%200%205.819-5.819c.086-.544.086-1.194.086-2.495v-1.1A2.5%202.5%200%200%200%2018%2010%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.5%2011V5.25a1.75%201.75%200%201%201%203.5%200V11m0%201.5V9.75a1.75%201.75%200%201%201%203.5%200v2.75m0%200V9.75a1.75%201.75%200%201%201%203.5%200v2.75m3.5%202.5V3.75a1.75%201.75%200%201%200-3.5%200V10%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%208v5.5c0%201.394%200%202.09.099%202.672a7%207%200%200%200%205.728%205.73C9.91%2022%2010.623%2022%2012.05%2022c1.334%200%202%200%202.545-.086a7%207%200%200%200%205.819-5.819c.086-.544.086-1.194.086-2.495v-1.1A2.5%202.5%200%200%200%2018%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-metal.svg?color=%231a73e8&size=48