Smoke Alarm Pixel Art Icon
A smoke alarm icon for home safety apps, smart home dashboards, fire-safety checklists and building-management system sensor labels.
Tags
smokealarm
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Smoke Alarm icon
A ceiling-mounted smoke detector, recognizable by its round disc shape and often a blinking light, representing fire safety and home security. Smart-home platforms use it to label a smoke or CO detector in a device list. Building management systems display it on floor-plan maps to mark sensor locations. Safety inspection checklists use it to mark smoke-alarm items. For a triggered or firing state, the plain siren icon communicates active emergency more broadly; this icon represents the device itself.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/smoke-alarm.svg" width="24" height="24" alt="Smoke Alarm" />
<!-- React -->
import { SmokeAlarm } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="smoke-alarm.svg" width="48" height="48" style="image-rendering: pixelated" />