Clipboard Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Clipboard icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/312072.svg" alt="Clipboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312072.svg" alt="Clipboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312072.svg" alt="Clipboard icon" :width="24" :height="24" />
CSS background
.icon-clipboard {
background-image: url('https://proicons.com/icon/312072.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-clipboard" viewBox="0 0 22 22"><path d="M2 5H3V4H7V2H9V1H13V2H15V4H19V5H20V20H19V21H3V20H2V5M10 3V5H12V3H10M18 6H16V8H6V6H4V19H18V6Z" /></svg>
Clipboard in other icon packs
Copied!