Copy Check Pixel Art Icon
A copy icon with a checkmark for confirming a successful copy-to-clipboard action or a verified duplication.
Tags
copyduplicateclonechecktickconfirmdoneapproveyesok
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Copy Check icon
Two overlapping document shapes overlaid with a checkmark, communicating that a copy operation has just succeeded. This is the classic post-copy feedback icon, shown momentarily after a user clicks 'Copy to clipboard' to confirm the action worked. It replaces the plain copy icon for one or two seconds before reverting, giving clear non-intrusive feedback. Avoid using it as a permanent state icon; for ongoing 'verified copy' status, a shield-check or badge-check fits better.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/copy-check.svg" width="24" height="24" alt="Copy Check" />
<!-- React -->
import { CopyCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="copy-check.svg" width="48" height="48" style="image-rendering: pixelated" />