Copy Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Copy Svg 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/308827.svg" alt="Copy Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308827.svg" alt="Copy Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308827.svg" alt="Copy Svg icon" :width="24" :height="24" />
CSS background
.icon-copy---svg {
background-image: url('https://proicons.com/icon/308827.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 fill-rule="evenodd" clip-rule="evenodd" d="M3 3C3 2.44772 3.44772 2 4 2H16C16.5523 2 17 2.44772 17 3C17 3.55228 16.5523 4 16 4H5V16C5 16.5523 4.55228 17 4 17C3.44772 17 3 16.5523 3 16V3ZM7 7C7 6.44772 7.44772 6 8 6H20C20.5523 6 21 6.44772 21 7V19C21 20.6569 19.6569 22 18 22H10C8.34315 22 7 20.6569 7 19V7Z" fill="#292929"/> </svg>
Copied!