The Phosphor hand coins icon depicts a hand holding several coins, commonly used to represent financial transactions, donations, or payments in user interfaces.
Common uses
- Button for making a donation
- Icon next to a price or payment amount
- Visual indicator for a 'buy now' or 'checkout' action
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HandCoins } from '@phosphor-icons/react';
<HandCoins size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HandCoins size={24} />thin
<HandCoins size={24} weight="thin" />light
<HandCoins size={24} weight="light" />bold
<HandCoins size={24} weight="bold" />fill
<HandCoins size={24} weight="fill" />duotone
<HandCoins size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- people
- Keywords
- donationpaymentmoneypayingpurchasepeoplecommercefinanceshandcoinsmoney handpayment icondonation symbol
FAQ
- What does the hand coins icon represent?
- It represents financial actions like giving, receiving, or handling money, such as donations, payments, or purchases.
- How do I use the hand coins icon in React?
- You can import it from the Phosphor React library like this: import { HandCoins } from '@phosphor-icons/react'.
- What is the license for the Phosphor hand coins icon?
- The Phosphor icon library, including the hand coins 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 →