Heart Off Pixel Art Icon
A crossed-out heart for disabling health tracking, turning off likes, or muting a favorites feature entirely.
Tags
heartlovefavoritelikeoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Heart Off icon
A heart with a slash or strike-through, signaling that a heart-related feature is disabled or unavailable. Use it on a 'Disable likes' toggle in a social setting, a 'Heart rate monitoring off' indicator in a fitness app, or a 'Mute favorites' control in a content feed. It reads as a persistent state rather than a one-time action, making it better for toggles and indicators. Heart-minus or heart-x better suit individual remove actions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heart-off.svg" width="24" height="24" alt="Heart Off" />
<!-- React -->
import { HeartOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heart-off.svg" width="48" height="48" style="image-rendering: pixelated" />