Power Pixel Art Icon
A power symbol icon for on/off buttons, shutdown controls, session management and device startup screens.
Tags
onoffelectric
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Power icon
The universal IEC power symbol: a circle with a vertical line breaking through the top. Users recognize it immediately as an on/off control for devices, sessions, or services. Use it on a shutdown button, a 'Power off device' action in an admin console, or the main toggle for a hardware feature. The power-off variant explicitly names the off state, while square-power frames the same symbol inside a button shape for a more styled look.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/power.svg" width="24" height="24" alt="Power" />
<!-- React -->
import { Power } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="power.svg" width="48" height="48" style="image-rendering: pixelated" />