Label Minus Pixel Art Icon
A label with a minus sign for removing tags, unassigning categories, detaching labels and reducing tag counts.
Tags
labelminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Label Minus icon
A tag shape with a minus badge, indicating the removal or subtraction of a label from a record. Use it on a 'Remove tag' button next to an applied filter chip, or in a tag manager where users detach categories from items. It pairs naturally with label-plus to form an add-and-remove pair on the same interface. When the action is canceling or invalidating rather than simply removing, label-x with its X mark carries a stronger sense of rejection.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/label-minus.svg" width="24" height="24" alt="Label Minus" />
<!-- React -->
import { LabelMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="label-minus.svg" width="48" height="48" style="image-rendering: pixelated" />