Clipboard Icon
Free SVG icon from the Arcticons 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/323812.svg" alt="Clipboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323812.svg" alt="Clipboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323812.svg" alt="Clipboard icon" :width="24" :height="24" />
CSS background
.icon-clipboard {
background-image: url('https://proicons.com/icon/323812.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13.8571,15.1364h20.2857"/><path class="c" d="M28.0519,8.5519c0-2.2378-1.8141-4.0519-4.0519-4.0519s-4.0519,1.8141-4.0519,4.0519H9.2987V43.5h29.4026V8.5519h-10.6494Z"/><circle class="b" cx="24" cy="8.5519" r=".75"/></svg>
Clipboard in other icon packs
Copied!