Copy Invert Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Copy Invert 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/305443.svg" alt="Copy Invert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305443.svg" alt="Copy Invert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305443.svg" alt="Copy Invert icon" :width="24" :height="24" />
CSS background
.icon-copy-invert {
background-image: url('https://proicons.com/icon/305443.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 13-36 37v758c0 27 10 38 37 38h617c28 0 37-10 37-37V330c1-13-3-23-13-33zM240 424h136c9 0 15 3 15 11 0 10-6 13-15 13-23-1-46 0-69 0-22 0-45-1-67 0-8 0-15-2-15-12s7-12 15-12zm366 371c-1 7-6 9-12 9-19 1-37 1-55 1l-293-1c-3 0-6 1-9 0-8 0-12-4-12-12 0-7 5-11 12-11h351c5 0 9-1 13 2 5 3 6 8 5 12zm-13-109c-24 1-47 0-70 0H242c-9 0-17-1-17-11-1-8 5-13 17-13h347c7 0 15 1 17 9 2 9-3 15-13 15zm1-119c-31 1-61 0-91 0H248c-3 0-6 1-9 1-8-1-14-3-14-12 0-10 6-12 14-12h352c5 0 11 0 14 6 5 8-1 17-11 17zm335-88V164c0-14-4-25-14-35-38-37-76-74-114-112-12-12-24-17-41-17H272c-23 1-34 12-34 34-1 19 0 38 0 57 0 6 2 9 8 9 11-1 22-1 32-1 20 0 19 0 20-19 0-21-4-20 20-20h423c10 0 14 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-2c-7 0-9 2-9 9v43c0 6 2 9 8 9 20 0 41 0 61-1 17 0 27-11 29-29v-11-313z"/></svg>
Copied!