The HugeIcons money not found 03 icon visually represents a situation where financial data or a monetary transaction could not be located, often used to indicate an empty state or an error in financial applications.
Common uses
- Displaying when no transaction history is available.
- Indicating a failed payment or refund.
- Showing an empty wallet or balance screen.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoneyNotFound03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoneyNotFound03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no moneypayment failedtransaction errorempty balance
FAQ
- What does the MoneyNotFound03Icon represent?
- It signifies that a monetary value or related data could not be found. This is useful for empty states or error messages concerning finances.
- How do I use MoneyNotFound03Icon in React?
- Import both HugeiconsIcon and MoneyNotFound03Icon, then render the icon using the provided component: <HugeiconsIcon icon={MoneyNotFound03Icon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in both personal and 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 →