Card Minus Pixel Art Icon
A payment card with a minus sign for removing a saved card, downgrading a billing plan, or subtracting card-linked credit.
Tags
cardpaymentcreditdebitbankminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Card Minus icon
A card icon combined with a minus sign, communicating removal or reduction in a payment context. It works well on a 'Remove card' button in a wallet or billing settings page, a 'Downgrade plan' action that reduces charges, or a control that detaches a card from an account. Keep it close to confirmation copy so users understand the irreversibility. For adding a card, card-plus is the natural counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/card-minus.svg" width="24" height="24" alt="Card Minus" />
<!-- React -->
import { CardMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="card-minus.svg" width="48" height="48" style="image-rendering: pixelated" />