Diamond Minus Pixel Art Icon
A diamond shape with a minus badge for removing a premium item, decreasing a gem balance, or downgrading a tier.
Tags
diamondminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Diamond Minus icon
A rotated-square diamond overlaid with a minus symbol, combining premium or gem-related meaning with a removal action. Use it in game or loyalty UIs where diamonds represent a currency, on a 'Spend gems' deduction display, or beside a downgrade action in a tiered-value system. It pairs naturally with diamond-plus for add/remove flows in any gem or diamond currency context. For structural or decorative diamond shapes without an action meaning, the plain diamond icon is cleaner.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/diamond-minus.svg" width="24" height="24" alt="Diamond Minus" />
<!-- React -->
import { DiamondMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="diamond-minus.svg" width="48" height="48" style="image-rendering: pixelated" />