Label X Pixel Art Icon
A label with an X for canceling tags, rejecting labels, removing invalid categories and clearing applied filters.
Tags
labelclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Label X icon
A tag shape carrying an X mark, indicating cancellation, rejection, or deletion of a label. Filter UIs use it as the dismiss control on an applied filter chip; content pipelines show it when a tag is flagged as incorrect or needs to be cleared. The X implies a stronger sense of rejection than the softer minus of label-minus. When removal is neutral, label-minus reads more calmly; label-x is best for cancellation or error-correction actions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/label-x.svg" width="24" height="24" alt="Label X" />
<!-- React -->
import { LabelX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="label-x.svg" width="48" height="48" style="image-rendering: pixelated" />