The Phosphor bank icon depicts a building with a column, commonly used to represent financial institutions, banking services, or monetary transactions in user interfaces.
Common uses
- Link to banking or finance section
- Indicate ATM or branch location
- Button for deposit/withdraw actions
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Bank } from '@phosphor-icons/react';
<Bank size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Bank size={24} />thin
<Bank size={24} weight="thin" />light
<Bank size={24} weight="light" />bold
<Bank size={24} weight="bold" />fill
<Bank size={24} weight="fill" />duotone
<Bank size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- bankingcheckingmoneysavingsdepositwithdrawplaceslocationsfinancesmaps & travelbankfinancial institutionmoney buildingcommercefinance
FAQ
- What is the bank icon used for?
- It's used to visually represent banks, financial services, or money-related actions within an application.
- How do I use the bank icon in React?
- Import it using `import { Bank } from '@phosphor-icons/react'` and then use it as a component: `<Bank />`.
- What is the license for this icon?
- The Phosphor icon library, including the 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 →