Copy Icon
Free SVG icon from the VS Code Codicons 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/307085.svg" alt="Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307085.svg" alt="Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307085.svg" alt="Copy icon" :width="24" :height="24" />
CSS background
.icon-copy {
background-image: url('https://proicons.com/icon/307085.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3 5V12.73C2.4 12.38 2 11.74 2 11V5C2 2.79 3.79 1 6 1H9C9.74 1 10.38 1.4 10.73 2H6C4.35 2 3 3.35 3 5ZM11 15H6C4.897 15 4 14.103 4 13V5C4 3.897 4.897 3 6 3H11C12.103 3 13 3.897 13 5V13C13 14.103 12.103 15 11 15ZM12 5C12 4.448 11.552 4 11 4H6C5.448 4 5 4.448 5 5V13C5 13.552 5.448 14 6 14H11C11.552 14 12 13.552 12 13V5Z"/></svg>
Copy in other icon packs
Copied!