Label Pixel Art Icon
A sharp-edged label icon for product tags, category chips and price-tag displays in designs that favor angular geometry.
Tags
label sharp
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Label icon
A label shape with crisp, angular corners rather than rounded ends, part of the sharp geometry family in Pixelarticons. It covers the same product-tag, category-badge, and taxonomy-chip uses as the base label icon, but its hard edges suit design systems that lean toward rectilinear aesthetics. When mixing icons across a UI, keep the sharp variant consistent with other sharp-family icons. For softer, rounder interface styles, the standard label is the better fit.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/label-sharp.svg" width="24" height="24" alt="Label" />
<!-- React -->
import { Label } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="label-sharp.svg" width="48" height="48" style="image-rendering: pixelated" />