Kopieid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kopieid icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/328035.svg" alt="Kopieid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328035.svg" alt="Kopieid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328035.svg" alt="Kopieid icon" :width="24" :height="24" />
CSS background
.icon-kopieid {
background-image: url('https://proicons.com/icon/328035.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,36.5v-25a2,2,0,0,0-2-2H6.5a2,2,0,0,0-2,2v25a2,2,0,0,0,2,2h35A2,2,0,0,0,43.5,36.5Z"/><rect class="a" x="8.0514" y="17.5" width="13" height="13"/><line class="a" x1="26.1246" y1="21.296" x2="34.3769" y2="21.296"/><line class="a" x1="26.0965" y1="26.7633" x2="38.2928" y2="26.7913"/><path class="a" d="M21.0548,28.43a9.4682,9.4682,0,0,0-4.5161-2.3718,3.1683,3.1683,0,1,0-3.9746,0,9.4662,9.4662,0,0,0-4.5153,2.3711"/></svg>
Copied!