The Tabler credit card icon visually represents a payment card, commonly used in UI to signify actions related to financial transactions, purchases, or payment methods.
Common uses
- Payment method selection
- Checkout process step
- Billing information section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCreditCard } from '@tabler/icons-react';
<IconCreditCard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCreditCard size={24} stroke={2} />filled
<IconCreditCardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- E-commerce
- Keywords
- moneypurchasepaymentcccreditcardstoreshoppingretailbusinesse-commercepayment cardcc iconpurchase icon
FAQ
- What is the credit card icon used for?
- It's used to represent financial transactions, purchases, and payment-related options within an application's user interface.
- How do I use the credit card icon in React?
- Import it using `import { IconCreditCard } from '@tabler/icons-react'` and then use it as a component: `<IconCreditCard />`.
- What is the license for this icon?
- The Tabler credit card icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →