Square Pixel Art Icon
A square shape icon for drawing tools, selection bounds, UI element placeholders, and basic geometry libraries.
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 icon
Equal width and height make a square the most structured primitive in any shape library. It appears as the 'Square' tool in vector editors, as a placeholder cell in grids, and as a checkbox background in some design systems. Unlike the rectangle icon, the square implies strict equal sides. In UI contexts a filled square also signals 'Stop,' so a label helps clarify which role it plays in a given interface.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square.svg" width="24" height="24" alt="Square" />
<!-- React -->
import { Square } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square.svg" width="48" height="48" style="image-rendering: pixelated" />