The Phosphor contactless payment icon visually represents the ability to make a transaction wirelessly, commonly used in UIs to indicate payment options or NFC capabilities.
Common uses
- Payment button
- NFC enabled feature indicator
- Checkout process step
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { ContactlessPayment } from '@phosphor-icons/react';
<ContactlessPayment size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<ContactlessPayment size={24} />thin
<ContactlessPayment size={24} weight="thin" />light
<ContactlessPayment size={24} weight="light" />bold
<ContactlessPayment size={24} weight="bold" />fill
<ContactlessPayment size={24} weight="fill" />duotone
<ContactlessPayment size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- purchasecredit cardnfccommercecontactlesspaymentnfc icontap to paywireless paymentcredit card tap
FAQ
- What does the contactless payment icon signify?
- It signifies a transaction that can be completed wirelessly, typically using near-field communication (NFC) technology, like with a credit card or mobile device.
- How do I use the contactless payment icon in React?
- You can import it directly from the library and use it as a React component: `import { ContactlessPayment } from '@phosphor-icons/react'`. Then render it like `<ContactlessPayment />`.
- What is the license for this icon?
- The Phosphor icon set, including the contactless payment 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 →