Paper Copy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paper Copy icon is commonly used in code snippets, clipboard actions and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/330944.svg" alt="Paper Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330944.svg" alt="Paper Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330944.svg" alt="Paper Copy icon" :width="24" :height="24" />
CSS background
.icon-paper-copy {
background-image: url('https://proicons.com/icon/330944.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.92850065,29.2859993c0,7.29800034-5.91620064,13.2140007-13.2140007,13.2140007H5.5005002l.00000095-13.2140007c0-7.29800034,5.91620064-13.2140007,13.21399879-13.2140007s13.2140007,5.91620064,13.2140007,13.2140007Z"/><path class="b" d="M29.28449965,5.5c-7.29788971.00055122-13.21355247,5.91710758-13.21300125,13.21499825v.00000191c.00055122,7.29711151,5.91588974,13.21245003,13.21300125,13.21300125,7.29788971.00055313,13.21444702-5.91510773,13.21500015-13.21299934v-.00000191c-.00025177-.81248856-.07543945-1.62322235-.22460938-2.4218998h-10.56800079V5.72510052c-.79867744-.14916849-1.60941124-.22435665-2.4218998-.22460985l-.00049019-.00049067Z"/></svg>
Copied!