Clipboard Pixel Art Icon
A clipboard icon for copy-paste actions, form field inspectors, task checklists, and 'Paste from clipboard' controls.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Clipboard icon
A rectangular board with a clip at the top, the standard icon for clipboard operations. Use it on a 'Paste' button, a 'Copy to clipboard' action, a checklist or task-review panel, or an inspector that shows what is currently on the system clipboard. It also works as a general document-holding metaphor in form or survey builders. For a checklist with items explicitly added or removed, clipboard-plus or clipboard-minus communicates the action more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/clipboard.svg" width="24" height="24" alt="Clipboard" />
<!-- React -->
import { Clipboard } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="clipboard.svg" width="48" height="48" style="image-rendering: pixelated" />