Lamp Pixel Art Icon
A desk lamp or table lamp icon for lighting product categories, home-decor stores, study-mode features and ambiance settings.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Lamp icon
A table or desk lamp with a visible shade and base, the go-to icon for lighting in home-decor contexts. Furniture and lighting e-commerce sites use it to represent the lamps category; interior-design apps show it when adjusting room ambiance. It also appears in study or focus apps as a metaphor for 'desk setup' or concentration mode. For ceiling-mounted fixtures, lamp-ceiling is more accurate; for floor-standing models, lamp-floor is clearer.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/lamp.svg" width="24" height="24" alt="Lamp" />
<!-- React -->
import { Lamp } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="lamp.svg" width="48" height="48" style="image-rendering: pixelated" />