hand fist icon
hand-fist from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- hand-fist
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the hand fist icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80h-16V64a32 32 0 0 0-56-21.13a32 32 0 0 0-55.79 17.55A32 32 0 0 0 24 88v40a104 104 0 0 0 208 0v-16a32 32 0 0 0-32-32m-48-32a16 16 0 0 1 16 16v16h-32V64a16 16 0 0 1 16-16M88 64a16 16 0 0 1 32 0v40a16 16 0 0 1-32 0ZM40 88a16 16 0 0 1 32 0v16a16 16 0 0 1-32 0Zm176 40a88 88 0 0 1-175.92 3.75A31.93 31.93 0 0 0 80 125.13a31.93 31.93 0 0 0 44.58 3.35a32.2 32.2 0 0 0 11.8 11.44A47.88 47.88 0 0 0 120 176a8 8 0 0 0 16 0a32 32 0 0 1 32-32a8 8 0 0 0 0-16h-16a16 16 0 0 1-16-16V96h64a16 16 0 0 1 16 16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHandFist(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80h-16V64a32 32 0 0 0-56-21.13a32 32 0 0 0-55.79 17.55A32 32 0 0 0 24 88v40a104 104 0 0 0 208 0v-16a32 32 0 0 0-32-32m-48-32a16 16 0 0 1 16 16v16h-32V64a16 16 0 0 1 16-16M88 64a16 16 0 0 1 32 0v40a16 16 0 0 1-32 0ZM40 88a16 16 0 0 1 32 0v16a16 16 0 0 1-32 0Zm176 40a88 88 0 0 1-175.92 3.75A31.93 31.93 0 0 0 80 125.13a31.93 31.93 0 0 0 44.58 3.35a32.2 32.2 0 0 0 11.8 11.44A47.88 47.88 0 0 0 120 176a8 8 0 0 0 16 0a32 32 0 0 1 32-32a8 8 0 0 0 0-16h-16a16 16 0 0 1-16-16V96h64a16 16 0 0 1 16 16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 80h-16V64a32 32 0 0 0-56-21.13a32 32 0 0 0-55.79 17.55A32 32 0 0 0 24 88v40a104 104 0 0 0 208 0v-16a32 32 0 0 0-32-32m-48-32a16 16 0 0 1 16 16v16h-32V64a16 16 0 0 1 16-16M88 64a16 16 0 0 1 32 0v40a16 16 0 0 1-32 0ZM40 88a16 16 0 0 1 32 0v16a16 16 0 0 1-32 0Zm176 40a88 88 0 0 1-175.92 3.75A31.93 31.93 0 0 0 80 125.13a31.93 31.93 0 0 0 44.58 3.35a32.2 32.2 0 0 0 11.8 11.44A47.88 47.88 0 0 0 120 176a8 8 0 0 0 16 0a32 32 0 0 1 32-32a8 8 0 0 0 0-16h-16a16 16 0 0 1-16-16V96h64a16 16 0 0 1 16 16Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2080h-16V64a32%2032%200%200%200-56-21.13a32%2032%200%200%200-55.79%2017.55A32%2032%200%200%200%2024%2088v40a104%20104%200%200%200%20208%200v-16a32%2032%200%200%200-32-32m-48-32a16%2016%200%200%201%2016%2016v16h-32V64a16%2016%200%200%201%2016-16M88%2064a16%2016%200%200%201%2032%200v40a16%2016%200%200%201-32%200ZM40%2088a16%2016%200%200%201%2032%200v16a16%2016%200%200%201-32%200Zm176%2040a88%2088%200%200%201-175.92%203.75A31.93%2031.93%200%200%200%2080%20125.13a31.93%2031.93%200%200%200%2044.58%203.35a32.2%2032.2%200%200%200%2011.8%2011.44A47.88%2047.88%200%200%200%20120%20176a8%208%200%200%200%2016%200a32%2032%200%200%201%2032-32a8%208%200%200%200%200-16h-16a16%2016%200%200%201-16-16V96h64a16%2016%200%200%201%2016%2016Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2080h-16V64a32%2032%200%200%200-56-21.13a32%2032%200%200%200-55.79%2017.55A32%2032%200%200%200%2024%2088v40a104%20104%200%200%200%20208%200v-16a32%2032%200%200%200-32-32m-48-32a16%2016%200%200%201%2016%2016v16h-32V64a16%2016%200%200%201%2016-16M88%2064a16%2016%200%200%201%2032%200v40a16%2016%200%200%201-32%200ZM40%2088a16%2016%200%200%201%2032%200v16a16%2016%200%200%201-32%200Zm176%2040a88%2088%200%200%201-175.92%203.75A31.93%2031.93%200%200%200%2080%20125.13a31.93%2031.93%200%200%200%2044.58%203.35a32.2%2032.2%200%200%200%2011.8%2011.44A47.88%2047.88%200%200%200%20120%20176a8%208%200%200%200%2016%200a32%2032%200%200%201%2032-32a8%208%200%200%200%200-16h-16a16%2016%200%200%201-16-16V96h64a16%2016%200%200%201%2016%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-fist.svg?color=%231a73e8&size=48