The leading icon library for fintech.
npm install finiconThe leading icon library for fintech.
- 🎨 Curated financial icons across stock, ticker, trade, fund, currency, asset, account, basic, community, and country categories.
- 🎯 Customizable size, stroke width, and color
- 📥 Export as SVG, PNG, or copy as SVG/DataURL
``sh`
npm install finicon
`sh`
pnpm add finicon
`sh`
yarn add finicon
`sh`
bun add finicon
tsx
import { AccountBell1 } from "finicon";export default function App() {
return ;
}
`$3
`tsx
import { AccountBell1 } from "finicon/native";export default function App() {
return ;
}
``MIT