Pixelarticons

Section Pixel Art Icon

A section icon for page-section management, content block organization, slide layouts, and document structure tools.

design Free 1 variant

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Section icon

A bounded region representing a discrete content block or page section, as found in page builders and presentation tools. Use it on 'Add section' or 'Manage sections' controls, or in a sidebar showing the structural outline of a document or page. It is distinct from a generic container: section implies a named, top-level unit rather than a reusable component. Section-minus and section-copy extend this icon for removal and duplication actions.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/section.svg" width="24" height="24" alt="Section" />

<!-- React -->
import { Section } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="section.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons