The HugeIcons credit card not accept icon visually communicates that a credit card payment method is declined or unavailable.
Common uses
- Displaying payment method limitations
- Indicating a failed transaction
- Signaling unsupported payment types
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CreditCardNotAcceptIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CreditCardNotAcceptIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- credit card declinedpayment failedcard rejectedno card
FAQ
- What does the credit card not accept icon represent?
- This icon represents a situation where a credit card is not accepted or a payment attempt with a credit card has failed.
- How do I use the CreditCardNotAcceptIcon in React?
- Import it using `import { CreditCardNotAcceptIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={CreditCardNotAcceptIcon} />`.
- What is the license for this icon?
- This icon is provided 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.