hand fist icon

hand-fist-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
hand-fist-light
Set
Phosphor
Style
Light
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 82h-18V64a30 30 0 0 0-54-18a30 30 0 0 0-54 18a30 30 0 0 0-48 24v40a102 102 0 0 0 204 0v-16a30 30 0 0 0-30-30m-48-36a18 18 0 0 1 18 18v18h-34a15 15 0 0 0-2 .16V64a18 18 0 0 1 18-18M86 64a18 18 0 0 1 36 0v40a18 18 0 0 1-36 0ZM38 88a18 18 0 0 1 36 0v16a18 18 0 0 1-36 0Zm180 40a90 90 0 0 1-180 0a30 30 0 0 0 42-6a30 30 0 0 0 45.12 3.3A30.18 30.18 0 0 0 140 139.51A45.92 45.92 0 0 0 122 176a6 6 0 0 0 12 0a34 34 0 0 1 34-34a6 6 0 0 0 0-12h-16a18 18 0 0 1-18-18V96a2 2 0 0 1 2-2h64a18 18 0 0 1 18 18Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandFistLight(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 82h-18V64a30 30 0 0 0-54-18a30 30 0 0 0-54 18a30 30 0 0 0-48 24v40a102 102 0 0 0 204 0v-16a30 30 0 0 0-30-30m-48-36a18 18 0 0 1 18 18v18h-34a15 15 0 0 0-2 .16V64a18 18 0 0 1 18-18M86 64a18 18 0 0 1 36 0v40a18 18 0 0 1-36 0ZM38 88a18 18 0 0 1 36 0v16a18 18 0 0 1-36 0Zm180 40a90 90 0 0 1-180 0a30 30 0 0 0 42-6a30 30 0 0 0 45.12 3.3A30.18 30.18 0 0 0 140 139.51A45.92 45.92 0 0 0 122 176a6 6 0 0 0 12 0a34 34 0 0 1 34-34a6 6 0 0 0 0-12h-16a18 18 0 0 1-18-18V96a2 2 0 0 1 2-2h64a18 18 0 0 1 18 18Z"/></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 82h-18V64a30 30 0 0 0-54-18a30 30 0 0 0-54 18a30 30 0 0 0-48 24v40a102 102 0 0 0 204 0v-16a30 30 0 0 0-30-30m-48-36a18 18 0 0 1 18 18v18h-34a15 15 0 0 0-2 .16V64a18 18 0 0 1 18-18M86 64a18 18 0 0 1 36 0v40a18 18 0 0 1-36 0ZM38 88a18 18 0 0 1 36 0v16a18 18 0 0 1-36 0Zm180 40a90 90 0 0 1-180 0a30 30 0 0 0 42-6a30 30 0 0 0 45.12 3.3A30.18 30.18 0 0 0 140 139.51A45.92 45.92 0 0 0 122 176a6 6 0 0 0 12 0a34 34 0 0 1 34-34a6 6 0 0 0 0-12h-16a18 18 0 0 1-18-18V96a2 2 0 0 1 2-2h64a18 18 0 0 1 18 18Z"/></svg>
</template>

CSS

.icon-hand-fist-light {
  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%2082h-18V64a30%2030%200%200%200-54-18a30%2030%200%200%200-54%2018a30%2030%200%200%200-48%2024v40a102%20102%200%200%200%20204%200v-16a30%2030%200%200%200-30-30m-48-36a18%2018%200%200%201%2018%2018v18h-34a15%2015%200%200%200-2%20.16V64a18%2018%200%200%201%2018-18M86%2064a18%2018%200%200%201%2036%200v40a18%2018%200%200%201-36%200ZM38%2088a18%2018%200%200%201%2036%200v16a18%2018%200%200%201-36%200Zm180%2040a90%2090%200%200%201-180%200a30%2030%200%200%200%2042-6a30%2030%200%200%200%2045.12%203.3A30.18%2030.18%200%200%200%20140%20139.51A45.92%2045.92%200%200%200%20122%20176a6%206%200%200%200%2012%200a34%2034%200%200%201%2034-34a6%206%200%200%200%200-12h-16a18%2018%200%200%201-18-18V96a2%202%200%200%201%202-2h64a18%2018%200%200%201%2018%2018Z%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%2082h-18V64a30%2030%200%200%200-54-18a30%2030%200%200%200-54%2018a30%2030%200%200%200-48%2024v40a102%20102%200%200%200%20204%200v-16a30%2030%200%200%200-30-30m-48-36a18%2018%200%200%201%2018%2018v18h-34a15%2015%200%200%200-2%20.16V64a18%2018%200%200%201%2018-18M86%2064a18%2018%200%200%201%2036%200v40a18%2018%200%200%201-36%200ZM38%2088a18%2018%200%200%201%2036%200v16a18%2018%200%200%201-36%200Zm180%2040a90%2090%200%200%201-180%200a30%2030%200%200%200%2042-6a30%2030%200%200%200%2045.12%203.3A30.18%2030.18%200%200%200%20140%20139.51A45.92%2045.92%200%200%200%20122%20176a6%206%200%200%200%2012%200a34%2034%200%200%201%2034-34a6%206%200%200%200%200-12h-16a18%2018%200%200%201-18-18V96a2%202%200%200%201%202-2h64a18%2018%200%200%201%2018%2018Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-fist-light.svg?color=%231a73e8&size=48