Layout Pixel Art Icon
A layout icon for page templates, dashboard grids, UI structure views, and content arrangement tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Layout icon
Typically a rectangle divided into header, sidebar, and main content zones, this icon represents the structural arrangement of a page or screen. It appears in website builders for choosing a template, in design tools for switching between layout views, and in documentation tools for page structure settings. When you need to show a grid specifically, the grid icon is more precise; layout suggests a named, composed page structure rather than a raw grid of cells.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/layout.svg" width="24" height="24" alt="Layout" />
<!-- React -->
import { Layout } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="layout.svg" width="48" height="48" style="image-rendering: pixelated" />