Pixelarticons

Copy Pixel Art Icon

A copy icon for duplicating text, files, or data, used in 'Copy' toolbar buttons, context menus, and clipboard shortcuts.

office Free 4 variants

Tags

duplicateclone

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

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 Copy icon

Two overlapping document shapes, the near-universal icon for a copy operation. Place it in a text editor's toolbar, a file manager's context menu, a 'Copy link' button, or a code block's one-click copy control. Users reach for it whenever they need a duplicate without removing the original. When the intent is to paste rather than copy, a clipboard icon is the standard counterpart; for full document cloning, the duplicate icon reads more explicitly.

Usage

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

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

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

Related icons