Copy Icon
Free SVG icon from the Mage Icons 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/310065.svg" alt="Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310065.svg" alt="Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310065.svg" alt="Copy icon" :width="24" :height="24" />
CSS background
.icon-copy {
background-image: url('https://proicons.com/icon/310065.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.3551 6.53999H16.415V4.69C16.4165 3.97843 16.1362 3.29523 15.6351 2.78999C15.3879 2.53993 15.0935 2.34137 14.7691 2.20576C14.4447 2.07016 14.0967 2.00023 13.7451 2H5.69503C5.34308 2.00131 4.9949 2.07193 4.67025 2.20782C4.34559 2.34372 4.05087 2.54223 3.80294 2.79202C3.555 3.04181 3.35865 3.33798 3.22518 3.66364C3.09171 3.98929 3.02367 4.33806 3.02498 4.69V14.78C3.02367 15.1319 3.09171 15.4807 3.22518 15.8064C3.35865 16.132 3.555 16.4282 3.80294 16.678C4.05087 16.9278 4.34559 17.1263 4.67025 17.2622C4.9949 17.3981 5.34308 17.4687 5.69503 17.47H7.63509V19.32C7.63508 20.029 7.91602 20.7092 8.41646 21.2115C8.9169 21.7138 9.59597 21.9974 10.305 22H18.305C19.0141 21.9974 19.6931 21.7138 20.1936 21.2115C20.694 20.7092 20.9751 20.029 20.9751 19.32V9.23C20.9753 8.52853 20.7015 7.85471 20.2121 7.3522C19.7227 6.8497 19.0563 6.55825 18.3551 6.53999ZM7.63509 9.23V15.97H5.69503C5.38296 15.9677 5.08457 15.8418 4.86507 15.62C4.64631 15.3952 4.52417 15.0937 4.52498 14.78V4.69C4.52366 4.53504 4.55296 4.38134 4.61104 4.23767C4.66913 4.094 4.75496 3.96318 4.86361 3.85268C4.97225 3.74217 5.10156 3.65414 5.24422 3.59363C5.38688 3.53312 5.54006 3.50131 5.69503 3.5H13.7451C13.9 3.50131 14.0532 3.53312 14.1959 3.59363C14.3385 3.65414 14.4679 3.74217 14.5765 3.85268C14.6851 3.96318 14.771 4.094 14.8291 4.23767C14.8871 4.38134 14.9163 4.53504 14.915 4.69V6.53999H10.305C9.59505 6.54527 8.91601 6.83101 8.41585 7.33492C7.9157 7.83882 7.63507 8.52002 7.63509 9.23Z" fill="black"/> </svg>
Copy in other icon packs
Copied!