The Tabler coin icon depicts a coin, commonly used in UI to represent monetary value, transactions, or currency-related features.
Common uses
- Displaying currency balance
- Indicating transaction fees
- Representing loyalty points
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCoin } from '@tabler/icons-react';
<IconCoin size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCoin size={24} stroke={2} />filled
<IconCoinFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- E-commerce
- Keywords
- moneyearnsalarychangedollarcoinstorepurchaseshoppingretaile-commercecurrencypaymentcash
FAQ
- What does the coin icon represent?
- The coin icon visually represents money, currency, or financial transactions within a user interface.
- How do I use the coin icon in React?
- Import it as 'IconCoin' from '@tabler/icons-react' and use it like: <IconCoin />
- What is the license for the Tabler coin icon?
- The Tabler icon library, including the coin icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →