The HugeIcons credit card icon visually represents a payment card and is commonly used in UI elements related to financial transactions, e-commerce, and payment forms.
Common uses
- Payment method selection
- Order summary for purchases
- User profile for saved cards
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CreditCardIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CreditCardIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- payment cardcarddebit cardcredit
FAQ
- What is this icon typically used for?
- This icon is used to represent credit cards or debit cards in user interfaces, often seen in contexts like payment forms, e-commerce checkouts, or financial dashboards.
- How do I use the CreditCardIcon in React?
- You can import and use it in React by first importing HugeiconsIcon from '@hugeicons/react' and CreditCardIcon from '@hugeicons/core-free-icons', then rendering it as <HugeiconsIcon icon={CreditCardIcon} />.
- What is the license for this icon?
- The CreditCardIcon from HugeIcons is available under the MIT license, which allows 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 →