Hd Pixel Art Icon
An HD label icon for high-definition quality indicators, video resolution labels, and streaming quality selectors.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Hd icon
Two bold letters: 'HD'. Stripped of a badge container, this standalone label reads more directly than badge-hd in tight spaces like a video player overlay or a small content card corner. Use it in a resolution picker, a video-quality status display, or a tooltip that explains the current stream quality. Because it carries no surrounding shape, it integrates cleanly into compact layouts where the badge form would feel heavy.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/hd.svg" width="24" height="24" alt="Hd" />
<!-- React -->
import { Hd } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="hd.svg" width="48" height="48" style="image-rendering: pixelated" />