Heart Minus Pixel Art Icon
A heart with a minus for removing a favorite, decreasing a like count, or reducing a health stat in games.
Tags
heartlovefavoritelikeminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Heart Minus icon
A heart overlaid with a minus symbol, combining affection or health with a subtraction action. In social apps it suits an 'Unlike' or 'Remove from favorites' button. In game UIs it can represent a health-point decrease, a lost life, or a damage event. The minus reads as a milder reduction than the X variant, so prefer heart-minus for incremental changes and heart-x for full rejection. Context determines whether the heart reads as love or as health points.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heart-minus.svg" width="24" height="24" alt="Heart Minus" />
<!-- React -->
import { HeartMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heart-minus.svg" width="48" height="48" style="image-rendering: pixelated" />