Pixelarticons

Copy X Pixel Art Icon

A copy icon with an X for canceling a copy action, dismissing a duplicate, or indicating a failed clipboard operation.

office Free 4 variants

Tags

copyduplicatecloneclosecancelremove

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

The copy icon marked with an X, signaling that a copy action was canceled, failed, or should be dismissed. Use it as an error state icon after a clipboard write fails, a 'Cancel duplicate' button in a workflow that creates copies of records, or a confirmation to abort a pending copy in a multi-step duplication wizard. For a successful copy, copy-check is the opposite counterpart; for a blocked copy policy, copy-slash reads as a cleaner prohibition signal.

Usage

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

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

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

Related icons