Smoke Alarm Off Pixel Art Icon
A smoke alarm with an off indicator for disabled detectors, silenced fire alarms and 'Sensor offline' states in smart-home dashboards.
Tags
smokealarmoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Smoke Alarm Off icon
A smoke alarm device marked as inactive, silenced, or disconnected. Smart-home apps use it to flag a detector that has been manually disabled, has a dead battery, or has gone offline. It communicates a safety risk more specifically than a generic warning icon because users immediately understand the device and its importance. When testing mode temporarily silences an alarm without implying a fault, the smoke-alarm icon without the off marker keeps the status neutral.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/smoke-alarm-off.svg" width="24" height="24" alt="Smoke Alarm Off" />
<!-- React -->
import { SmokeAlarmOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="smoke-alarm-off.svg" width="48" height="48" style="image-rendering: pixelated" />