Sticker Pixel Art Icon
A sticker icon for emoji reactions, sticker packs in chat apps, label additions, and decorative element menus.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sticker icon
A rounded shape suggesting a peel-able sticker or label, used in messaging and social apps for sticker packs, emoji-adjacent reactions, or decorative overlays. Place it on a 'Stickers' button in a chat composer, a sticker pack store section, a label attachment option in a project management tool, or a fun reaction menu. It implies a larger, image-like format rather than a single character. For plain text labels or tags, a tag or badge icon reads more functionally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sticker.svg" width="24" height="24" alt="Sticker" />
<!-- React -->
import { Sticker } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sticker.svg" width="48" height="48" style="image-rendering: pixelated" />