Card Spades Pixel Art Icon
A spades suit playing card icon for poker apps, casino UIs, card game lobbies, and suit-filter controls.
Tags
cardpaymentcreditdebitbankspades
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card Spades icon
A playing card marked with the spades suit, the blade-shaped symbol that anchors the high end of a standard deck. It belongs in poker apps, card game lobbies, solitaire UIs, and casino platforms where suit identification is part of the game logic. As part of a four-suit icon set, it completes the clubs, diamonds, hearts, and spades vocabulary. The spade silhouette is distinctive enough that users rarely confuse it with other meanings outside a gaming context.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card-spades.svg" width="24" height="24" alt="Card Spades" />
<!-- React -->
import { CardSpades } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card-spades.svg" width="48" height="48" style="image-rendering: pixelated" />