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/310636.svg" alt="Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310636.svg" alt="Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310636.svg" alt="Copy icon" :width="24" :height="24" />
CSS background
.icon-copy {
background-image: url('https://proicons.com/icon/310636.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.3267 7.28595H10.2831C9.21991 7.28595 8.35803 8.15362 8.35803 9.22395V19.312C8.35803 20.3823 9.21991 21.25 10.2831 21.25H18.3267C19.3898 21.25 20.2517 20.3823 20.2517 19.312V9.22395C20.2517 8.15362 19.3898 7.28595 18.3267 7.28595Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.642 7.28596V4.688C15.642 4.17401 15.4392 3.68107 15.0781 3.31763C14.7171 2.95418 14.2275 2.75 13.7169 2.75H5.67334C5.16278 2.75 4.67314 2.95418 4.31212 3.31763C3.95111 3.68107 3.74829 4.17401 3.74829 4.688V14.7761C3.74829 15.2901 3.95111 15.783 4.31212 16.1464C4.67314 16.5099 5.16278 16.7141 5.67334 16.7141H8.358" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copy in other icon packs
Copied!