The HugeIcons credit card not found icon visually represents a failed transaction or an invalid payment method, commonly used to indicate an error in payment processing.
Common uses
- Displaying an error message after a declined credit card payment.
- Indicating an invalid or expired credit card in a user's profile.
- Signaling a problem during checkout when a credit card cannot be processed.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CreditCardNotFoundIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CreditCardNotFoundIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- payment failedinvalid cardcard declinedtransaction error
FAQ
- What does the credit card not found icon signify?
- This icon signifies that a credit card could not be found or processed, typically indicating a payment failure or an invalid card entry.
- How do I use the CreditCardNotFoundIcon in React?
- Import both HugeiconsIcon and CreditCardNotFoundIcon, then render it using <HugeiconsIcon icon={CreditCardNotFoundIcon} />.
- What is the license for this icon?
- The CreditCardNotFoundIcon is provided under the MIT license, allowing for free commercial and non-commercial use.
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 →