Circle Power Pixel Art Icon
A power symbol inside a circle for shutdown controls, sleep/wake toggles, and on/off states in device and system UIs.
Tags
circlepoweronoffelectric
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Circle Power icon
A classic power symbol (a line breaking through a circle arc) set within a full circle, used for shutdown buttons and on/off toggles. Place it on a 'Shut down' button, a device power state indicator, a sleep mode toggle, or an emergency stop in a hardware control panel. The circular wrapper gives it a button-like feel suited to prominent actions. For session-level actions like signing out of an account, the logout icon is semantically more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/circle-power.svg" width="24" height="24" alt="Circle Power" />
<!-- React -->
import { CirclePower } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="circle-power.svg" width="48" height="48" style="image-rendering: pixelated" />