Money Icons for Angular

35 icons · 6 styles each · @rchernando/solar-icons/money

Solar Icons groups 35 glyphs under Money — 2.8% of the 1,246 icons in the library, which makes it the 12th largest of the 37 categories. Every glyph is drawn on a 24x24 grid and exported in 6 style variants, so the set accounts for roughly 210 icon definitions on its own.

These are icons for currency, cards, wallets and transactions. You will normally place them in checkout, billing pages, invoice tables and payout dashboards, and they are the first set fintech, subscriptions and marketplace products tends to pull in. Icons such as Banknote, Banknote2, Bill Check and Bill Cross cover the obvious cases; further in you will find Banknote, Bill1, Card Transfer and Dollar Minimalistic, which handle the states people forget to design for.

All 35 Money icons

Style variants in the Money set

Each of the 35 icons ships as 6 separate exports: Bold, Bold Duotone, Linear, Outline, Broken and Line Duotone. Linear is the safe default for money in a dense layout; Bold reads better at small sizes and on coloured surfaces; the duotone pair adds a second opacity layer when you want depth without introducing another colour token.

bold
bold-duotone
linear
outline
broken
line-duotone

Installing the Money icons

Import from the "@rchernando/solar-icons/money" entry point rather than the package root — that is what keeps the other 36 categories out of your bundle. Register the icons you need with provideSolarIcons, either once in the application config or inside the providers array of the route that uses them, and render <solar-icon> with the icon name. The SVG is inlined, so there is no runtime fetch and no flash of missing icon.

bash
npm i @rchernando/solar-icons
typescript
import { BanknoteBold, Banknote2Bold, BillCheckBold } from '@rchernando/solar-icons/money';
html
<solar-icon name="banknote" iconStyle="bold" size="24px" />
<solar-icon name="banknote2" iconStyle="bold" size="24px" />
<solar-icon name="bill-check" iconStyle="bold" size="24px" />

Money icons FAQ

How many money icons are there?
35 unique icons, each in 6 styles, for 210 definitions in the money entry point.
Are the Money icons free to use?
Yes. @rchernando/solar-icons is published on npm under an open licence and the money set is included in the package.
Can I import only one money icon?
Yes — import the single export you need from "@rchernando/solar-icons/money". Anything you do not import is tree-shaken away.

Other icon categories

Sets that are commonly used next to Money: Nature Travel (9), Networking It Programming (31), Message Conversation (48) and Medicine (32).

37 categories, 1,246 icons. Search the whole library or read the usage patterns.