Pixelarticons

Power Off Pixel Art Icon

A power-off icon for shutdown buttons, logout flows, 'Turn off' confirmations and device deactivation controls.

devices Free 1 variant

Tags

poweronoffelectric

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Power Off icon

A power symbol with a visual treatment that emphasizes the off state, such as a slash or muted styling. It suits a 'Shut down' confirmation dialog, a 'Turn device off' button in an admin panel, or a session-expiry screen. Using a dedicated off icon rather than the plain power icon reduces ambiguity in destructive actions where users must be sure they are ending a session rather than starting one.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/power-off.svg" width="24" height="24" alt="Power Off" />

<!-- React -->
import { PowerOff } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="power-off.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons