Duplicate Pixel Art Icon
A duplicate icon for cloning documents, components, records, or pages in editors, file managers, and design tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Duplicate icon
Two documents or shapes offset behind each other, representing the creation of an exact clone. This is the go-to icon for a 'Duplicate page' button in a CMS, a 'Clone component' action in a design tool, a 'Copy row' feature in a spreadsheet, or a 'Duplicate template' control in an email builder. Unlike the copy icon, duplicate tends to imply creating a standalone sibling rather than placing content on the clipboard. For clipboard-focused operations, the copy icon is more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/duplicate.svg" width="24" height="24" alt="Duplicate" />
<!-- React -->
import { Duplicate } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="duplicate.svg" width="48" height="48" style="image-rendering: pixelated" />