Copy 2 Pixel Art Icon
An alternate copy icon style for duplicating content in toolbars, context menus, and clipboard actions.
Tags
copyduplicateclone
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Copy 2 icon
A second visual rendering of the copy action, with slightly different document offsets or proportions compared to the primary copy icon. Choose this variant when the main copy icon conflicts visually with adjacent icons in a toolbar, or when your design system's style guide calls for this alternative form. Both icons carry identical semantic meaning: make a duplicate of the selected item without removing the original.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/copy-2.svg" width="24" height="24" alt="Copy 2" />
<!-- React -->
import { Copy2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="copy-2.svg" width="48" height="48" style="image-rendering: pixelated" />