The Phosphor 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
- Transaction history
- Checkout process
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CreditCard } from '@phosphor-icons/react';
<CreditCard size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CreditCard size={24} />thin
<CreditCard size={24} weight="thin" />light
<CreditCard size={24} weight="light" />bold
<CreditCard size={24} weight="bold" />fill
<CreditCard size={24} weight="fill" />duotone
<CreditCard size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- debitvisamastercardmoneypaymentpayingpurchaseswipecommercefinancescreditcardpayment carddebit cardmoney card
FAQ
- What is the credit card icon used for?
- It's used to represent financial transactions, payments, or credit/debit cards within an application's interface.
- How do I use the credit card icon in React?
- You can import and use it like this: import { CreditCard } from '@phosphor-icons/react'.
- What is the license for the Phosphor credit card icon?
- The Phosphor icon library, including the credit card icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →