Ui Copy Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306751.svg" alt="Ui Copy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306751.svg" alt="Ui Copy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306751.svg" alt="Ui Copy icon" :width="24" :height="24" />
CSS background
.icon-ui-copy {
background-image: url('https://proicons.com/icon/306751.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="M750 416v279c0 67-42 120-107 135-9 1-18 3-27 3H219c-66 0-119-43-132-107-2-10-3-20-3-30V243c-1-24 8-45 21-64 36-52 83-93 134-129 29-20 58-38 92-47 8-2 16-3 24-3h261c75 0 133 60 134 134v282zM149 232v472c0 34 31 64 65 64h404c4 0 9 0 13-2 33-7 53-34 53-68V132c0-37-29-67-66-67H360c-3 0-7 1-11 1v14c-1 25 0 50-2 75-3 37-25 64-60 72-13 3-26 5-40 5h-98zm102 636h59c2 0 5 4 6 6 3 35 35 62 73 61 131-1 262 0 393 0 34 0 60-21 68-53 1-5 1-9 1-14V298c0-33-24-61-57-65-8-1-10-4-9-11v-54c25 0 47 6 67 18 42 26 64 65 64 114 1 189 1 378 0 567 0 79-61 128-117 131-46 2-92 2-139 2H385c-49-1-87-22-114-64-13-20-19-42-20-68zm165-519H239c-14 0-20-5-22-25 0-16 7-24 22-24 118 0 235 1 352 0 10 0 18 1 22 11 4 11 5 23-3 32-4 4-11 6-16 6H416zm0 100H239c-15 0-22-7-21-24 0-17 6-25 21-25 118 1 236 1 354 1 15 0 23 7 23 23 0 17-7 25-24 25H416zm0 52h177c16 0 24 7 23 24s-6 24-24 24H238c-13 0-17-4-20-19-4-18 5-29 24-29h174zm-1 148c-58 0-116 0-174 1-18 0-23-7-23-27 0-17 6-22 24-22h352c14 0 22 8 22 24 0 15-7 24-22 24H415z"/></svg>
Copied!