Pixelarticons

Section Copy Pixel Art Icon

A section-copy icon for duplicating page sections, cloning content blocks, and reusing layouts in page builders.

design Free 1 variant

Tags

sectioncopyduplicateclone

Style variants

base

Outline ยท rounded corners

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

About the Section Copy icon

A section frame with a copy or duplicate indicator, signaling that the entire section will be cloned. Page builders and slide editors use it on 'Duplicate section' buttons, letting users replicate a content block with all its elements intact. It removes ambiguity versus a generic copy icon by confirming that the subject is a whole section rather than selected text or a single element. When the goal is removing the section entirely, reach for section-minus or section-x instead.

Usage

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

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

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

Related icons