Copy Slash Pixel Art Icon
A copy icon with a slash for disabling copy, blocking duplication, or indicating that copying is not permitted.
Tags
copyduplicatecloneslash
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Copy Slash icon
Two overlapping document shapes with a diagonal slash through them, meaning copy is blocked or disabled. Use it to indicate read-only content that cannot be duplicated, a DRM-protected file that restricts copying, or a UI state where the copy action is temporarily unavailable. It clearly communicates prohibition without relying on tooltip text alone. When copying is merely restricted to certain users rather than everyone, a lock-copy combination may convey the nuance better.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/copy-slash.svg" width="24" height="24" alt="Copy Slash" />
<!-- React -->
import { CopySlash } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="copy-slash.svg" width="48" height="48" style="image-rendering: pixelated" />