Spotlight Pixel Art Icon
A spotlight icon for featured content sections, highlighted items, promotional banners and 'In the spotlight' callout areas.
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 Spotlight icon
A stage or overhead spotlight casting a directed beam, representing focus, promotion, or special attention. Marketing dashboards use it for 'featured' or 'promoted' content slots; editorial systems show it on 'editor's pick' callout cards; event platforms reach for it in section headers for headliner acts. It carries a sense of deliberate highlighting rather than a general notification. For broader attention signals, a star or bell is more common; spotlight is strongest when the meaning is specifically curated, featured prominence.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/spotlight.svg" width="24" height="24" alt="Spotlight" />
<!-- React -->
import { Spotlight } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="spotlight.svg" width="48" height="48" style="image-rendering: pixelated" />