The Phosphor hand fist icon depicts a clenched fist, commonly used to represent power, solidarity, or a call to action in user interfaces.
Common uses
- Button for 'Submit' or 'Action'
- Indicator for 'Strength' or 'Power'
- Icon for 'Community' or 'Support' sections
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HandFist } from '@phosphor-icons/react';
<HandFist size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HandFist size={24} />thin
<HandFist size={24} weight="thin" />light
<HandFist size={24} weight="light" />bold
<HandFist size={24} weight="bold" />fill
<HandFist size={24} weight="fill" />duotone
<HandFist size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- emojipowerprotestblmpeoplehandfistclenched fistpower symbolprotest iconfist emoji
FAQ
- What does the hand fist icon represent?
- It symbolizes power, solidarity, protest, or a strong action.
- How do I use the hand fist icon in React?
- Import it using `import { HandFist } from '@phosphor-icons/react'` and then use it as a component: `<HandFist />`.
- What is the license for this icon?
- The Phosphor icon library, including the hand fist icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →