Pixelarticons

Duplicate Alt Pixel Art Icon

An alternate duplicate icon for cloning items in design systems that need a distinct visual from the standard duplicate icon.

office Pro 4 variants

Tags

duplicatealt

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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

About the Duplicate Alt icon

An alternative visual form of the duplicate action, typically with different document offsets, corner styles, or overlap angles. Select it when the primary duplicate icon conflicts with nearby controls, when a design system requires visual differentiation between 'copy to clipboard' and 'create a standalone clone', or when matching an existing icon family that uses this particular form. Both icons carry the same semantic weight: create an independent copy of the selected item.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/duplicate-alt.svg" width="24" height="24" alt="Duplicate Alt" />

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

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

Related icons