John KuehJohn Kueh

cardholder icon

Phosphor · cardholder · MIT

Download SVG

The Phosphor cardholder icon visually represents a wallet or card holder, commonly used in UI to signify areas related to payments, financial accounts, or user profiles containing payment information.

Common uses

  • User profile section for saved payment methods
  • Checkout process for selecting a payment card
  • E-commerce site navigation for 'My Wallet' or 'Payment Options'

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { Cardholder } from '@phosphor-icons/react';

<Cardholder size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<Cardholder size={24} />
thin
<Cardholder size={24} weight="thin" />
light
<Cardholder size={24} weight="light" />
bold
<Cardholder size={24} weight="bold" />
fill
<Cardholder size={24} weight="fill" />
duotone
<Cardholder size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
commerce
Keywords
walletmoneypaymentpayingpurchasecommercefinancesobjectscardholderpayment cardcredit card holder

FAQ

What does the cardholder icon represent?
It depicts a wallet or card holder, typically used for financial or payment-related features in an application.
How do I use the cardholder icon in React?
You can import and use it like this: `import { Cardholder } from '@phosphor-icons/react'`. Then render it as a component: `<Cardholder />`.
What is the license for the Phosphor cardholder icon?
The Phosphor icon library, including the cardholder icon, is available under the MIT license.

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 →