The Phosphor piggy bank icon visually represents savings and financial accumulation, commonly used in UIs to denote features related to saving money, deposits, or financial goals.
Common uses
- Saving goals tracker
- Deposit/Withdrawal button
- Budgeting app dashboard
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PiggyBank } from '@phosphor-icons/react';
<PiggyBank size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PiggyBank size={24} />thin
<PiggyBank size={24} weight="thin" />light
<PiggyBank size={24} weight="light" />bold
<PiggyBank size={24} weight="bold" />fill
<PiggyBank size={24} weight="fill" />duotone
<PiggyBank size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- savingsdepositmoneycoinsfinancesobjectspiggybank
FAQ
- What does the piggy bank icon represent?
- It symbolizes saving money, financial accumulation, and is often used for features related to deposits or financial goals.
- How do I use the piggy bank icon in React?
- Import it from the library like this: `import { PiggyBank } from '@phosphor-icons/react'`. Then use it as a component: `<PiggyBank />`.
- What is the license for this icon?
- The Phosphor icon library, including the piggy bank 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 →