Square Power Pixel Art Icon
A power symbol inside a square button for styled on/off toggles, device launch screens and hardware button labels.
Tags
squarepoweronoffelectric
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Square Power icon
The classic IEC power symbol (circle with a vertical bar) enclosed in a square, mimicking a physical button. It suits hardware launch screens, styled power buttons in UI mockups, device control panels, and game console references. The square framing makes it feel more like a pressable button than the bare power symbol, so it works well on interfaces that simulate physical hardware. For a rounder button style, the plain power icon with a circular container achieves a similar effect.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square-power.svg" width="24" height="24" alt="Square Power" />
<!-- React -->
import { SquarePower } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square-power.svg" width="48" height="48" style="image-rendering: pixelated" />