Card Text Pixel Art Icon
A payment card with a text area for card details, named card displays, billing descriptions, or invoice line items.
Tags
cardpaymentcreditdebitbank
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card Text icon
A card shape with visible text lines, suggesting a card that carries descriptive information, such as a cardholder name, a card nickname, or an invoice description. Place it next to a 'Card details' label, a billing entry that shows the card used for a charge, or a transaction record that names the payment instrument. When the focus is purely on payment action rather than card information, the plain card icon keeps the UI cleaner.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card-text.svg" width="24" height="24" alt="Card Text" />
<!-- React -->
import { CardText } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card-text.svg" width="48" height="48" style="image-rendering: pixelated" />