Label Pixel Art Icon
A price-tag or category label icon for product tagging, filter chips, taxonomy badges and tag-management features.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Label icon
A tag or label shape, typically a rectangle with a notched or pointed end, representing metadata, categories, or price tags. Product management tools use it for tagging items with attributes; e-commerce systems show it on price-tag displays; project trackers use it for issue labels and status chips. When multiple tags must appear at once, the labels icon provides the stacked variant. For adding a new tag, label-plus most directly signals the create action.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/label.svg" width="24" height="24" alt="Label" />
<!-- React -->
import { Label } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="label.svg" width="48" height="48" style="image-rendering: pixelated" />