The HugeIcons coins dollar icon depicts a stack of coins with a dollar sign, commonly used to represent currency, payment, or financial transactions in user interfaces.
Common uses
- Displaying currency balance
- Indicating transaction history
- Representing a 'buy' or 'pay' action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CoinsDollarIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CoinsDollarIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dollar coinmoney stackcurrencypayment
FAQ
- What does the CoinsDollarIcon represent?
- It represents currency, specifically showing coins with a dollar sign, suitable for financial contexts.
- How do I use the CoinsDollarIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: <HugeiconsIcon icon={CoinsDollarIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →