Card Id Pixel Art Icon
An ID card icon for identity verification flows, member-profile pages, badge management and access-control systems.
Tags
cardpaymentcreditdebitbankid
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card Id icon
A rectangular card with a photo placeholder, name lines, and ID number fields, representing a physical identity or membership card. Use it on a 'Verify your identity' step in a KYC onboarding flow, a staff badge management page, an access-control system's credential section, or a membership app's 'My card' screen. For payment-specific card contexts (credit or debit), a plain credit-card icon without the photo field reads more precisely as a payment method.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card-id.svg" width="24" height="24" alt="Card Id" />
<!-- React -->
import { CardId } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card-id.svg" width="48" height="48" style="image-rendering: pixelated" />