Copy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305444.svg" alt="Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305444.svg" alt="Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305444.svg" alt="Copy icon" :width="24" :height="24" />
CSS background
.icon-copy {
background-image: url('https://proicons.com/icon/305444.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M749 297c-40-39-79-78-119-117-9-9-19-13-32-13H107c-24 0-36 12-36 37v758c0 27 10 38 37 38h617c28 0 37-10 37-37 0-211 0-422 1-633 0-13-4-23-14-33zm-59 643H150c-23 0-19 2-19-19V584 240c0-10 3-13 13-13h427c16 0 16 1 16 17v73c0 19 6 24 25 24h80c8 0 11 2 11 11-1 110 0 220 0 330 0 82-1 163 0 245 0 10-3 13-13 13zm239-461V164c0-14-4-25-14-35-38-37-76-74-114-112-12-12-24-17-41-17H272c-23 1-34 12-34 34v57c0 6 2 9 8 8h32c20 0 19 0 20-19 0-21-4-20 20-20h423c10 0 13 2 13 13-1 26 0 53 0 79 0 16 6 22 22 22h81c10-1 12 3 12 12v559c0 27 0 27-27 27h-3c-6 0-8 2-8 9v43c0 6 2 9 8 9 20 0 40 0 60-1 18 0 28-11 30-29v-11-313zM601 783c-4-3-8-2-13-2H237c-7 0-12 4-12 11 0 8 4 12 12 12 3 1 6 1 9 1h293c18 0 36 0 55-1 6 0 11-2 12-8s0-10-5-13zm-12-120H242c-12 0-18 4-17 12 0 10 8 11 17 11h172v1h109c23 0 46 0 70-1 10 0 15-6 13-14-2-9-10-9-17-9zm2-119H239c-8 0-14 2-14 11 0 10 6 12 14 12h355c10 0 16-9 11-17-3-6-9-6-14-6zm-351-96c22-1 45 0 67 0 23 0 46-1 69 0 9 0 15-3 15-13 0-8-6-11-15-11H240c-8 0-15 2-15 12s7 12 15 12z"/></svg>
Copy in other icon packs
Copied!