Label Plus Pixel Art Icon
A label with a plus sign for adding tags, assigning new categories, creating labels and tagging content.
Tags
labelplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Label Plus icon
A tag shape combined with a plus badge, the standard signal for creating or attaching a new label. Content management systems use it on 'Add tag' buttons; project trackers show it when assigning a new label to an issue; e-commerce backends use it when creating product attributes. It pairs with label-minus or label-x to round out the full create-and-remove workflow. For simply viewing existing labels, the plain label or labels icon is less directional.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/label-plus.svg" width="24" height="24" alt="Label Plus" />
<!-- React -->
import { LabelPlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="label-plus.svg" width="48" height="48" style="image-rendering: pixelated" />