hand fist icon
hand-fist from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-fist
- 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-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-pointing-right-04hand-prayerhand-sanitizer
Use the hand fist 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="M21 5.5V9a2 2 0 1 1-4 0V5.5a2 2 0 1 1 4 0ZM17 4v5.5a2 2 0 1 1-4 0V4a2 2 0 1 1 4 0ZM9 7.5V4a2 2 0 1 1 4 0v5.5M5 8V4.5a2 2 0 1 1 4 0V7"/><path stroke-linejoin="round" d="M12 17v-1a4 4 0 0 0-4-4h3a2 2 0 1 0 0-4H7.2c-1.117 0-1.675 0-2.127.147a3 3 0 0 0-1.926 1.926C3 10.525 3 11.083 3 12.2v.8c0 1.86 0 2.789.176 3.558a7 7 0 0 0 5.266 5.267C9.212 22 10.141 22 12 22c1.86 0 2.789 0 3.558-.175a7 7 0 0 0 5.267-5.267C21 15.788 21 14.859 21 13V9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandFist(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="M21 5.5V9a2 2 0 1 1-4 0V5.5a2 2 0 1 1 4 0ZM17 4v5.5a2 2 0 1 1-4 0V4a2 2 0 1 1 4 0ZM9 7.5V4a2 2 0 1 1 4 0v5.5M5 8V4.5a2 2 0 1 1 4 0V7"/><path strokeLinejoin="round" d="M12 17v-1a4 4 0 0 0-4-4h3a2 2 0 1 0 0-4H7.2c-1.117 0-1.675 0-2.127.147a3 3 0 0 0-1.926 1.926C3 10.525 3 11.083 3 12.2v.8c0 1.86 0 2.789.176 3.558a7 7 0 0 0 5.266 5.267C9.212 22 10.141 22 12 22c1.86 0 2.789 0 3.558-.175a7 7 0 0 0 5.267-5.267C21 15.788 21 14.859 21 13V9"/></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="M21 5.5V9a2 2 0 1 1-4 0V5.5a2 2 0 1 1 4 0ZM17 4v5.5a2 2 0 1 1-4 0V4a2 2 0 1 1 4 0ZM9 7.5V4a2 2 0 1 1 4 0v5.5M5 8V4.5a2 2 0 1 1 4 0V7"/><path stroke-linejoin="round" d="M12 17v-1a4 4 0 0 0-4-4h3a2 2 0 1 0 0-4H7.2c-1.117 0-1.675 0-2.127.147a3 3 0 0 0-1.926 1.926C3 10.525 3 11.083 3 12.2v.8c0 1.86 0 2.789.176 3.558a7 7 0 0 0 5.266 5.267C9.212 22 10.141 22 12 22c1.86 0 2.789 0 3.558-.175a7 7 0 0 0 5.267-5.267C21 15.788 21 14.859 21 13V9"/></g></svg> </template>
CSS
.icon-hand-fist {
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%22M21%205.5V9a2%202%200%201%201-4%200V5.5a2%202%200%201%201%204%200ZM17%204v5.5a2%202%200%201%201-4%200V4a2%202%200%201%201%204%200ZM9%207.5V4a2%202%200%201%201%204%200v5.5M5%208V4.5a2%202%200%201%201%204%200V7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017v-1a4%204%200%200%200-4-4h3a2%202%200%201%200%200-4H7.2c-1.117%200-1.675%200-2.127.147a3%203%200%200%200-1.926%201.926C3%2010.525%203%2011.083%203%2012.2v.8c0%201.86%200%202.789.176%203.558a7%207%200%200%200%205.266%205.267C9.212%2022%2010.141%2022%2012%2022c1.86%200%202.789%200%203.558-.175a7%207%200%200%200%205.267-5.267C21%2015.788%2021%2014.859%2021%2013V9%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%22M21%205.5V9a2%202%200%201%201-4%200V5.5a2%202%200%201%201%204%200ZM17%204v5.5a2%202%200%201%201-4%200V4a2%202%200%201%201%204%200ZM9%207.5V4a2%202%200%201%201%204%200v5.5M5%208V4.5a2%202%200%201%201%204%200V7%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017v-1a4%204%200%200%200-4-4h3a2%202%200%201%200%200-4H7.2c-1.117%200-1.675%200-2.127.147a3%203%200%200%200-1.926%201.926C3%2010.525%203%2011.083%203%2012.2v.8c0%201.86%200%202.789.176%203.558a7%207%200%200%200%205.266%205.267C9.212%2022%2010.141%2022%2012%2022c1.86%200%202.789%200%203.558-.175a7%207%200%200%200%205.267-5.267C21%2015.788%2021%2014.859%2021%2013V9%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-fist.svg?color=%231a73e8&size=48