Camcov Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camcov 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/323392.svg" alt="Camcov icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323392.svg" alt="Camcov icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323392.svg" alt="Camcov icon" :width="24" :height="24" />
CSS background
.icon-camcov {
background-image: url('https://proicons.com/icon/323392.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.2859,43.5H14.7141c-1.3572,0-2.4574-1.1002-2.4574-2.4574V6.9574c0-1.3572,1.1002-2.4574,2.4574-2.4574h18.5719c1.3572,0,2.4574,1.1002,2.4574,2.4574v34.0851c0,1.3572-1.1002,2.4574-2.4574,2.4574Z"/><line class="b" x1="35.7399" y1="37.7284" x2="12.2601" y2="37.7284"/><line class="b" x1="35.7399" y1="10.2716" x2="12.2601" y2="10.2716"/><circle class="b" cx="24" cy="24" r="8.2234"/><line class="b" x1="31.9208" y1="21.7828" x2="22.8573" y2="21.7828"/><line class="b" x1="25.0958" y1="26.2172" x2="16.0795" y2="26.2172"/><line class="b" x1="26.0403" y1="16.0319" x2="21.5" y2="23.8959"/><line class="b" x1="26.4631" y1="24.1685" x2="21.96" y2="31.9681"/><line class="b" x1="18.1196" y1="18.2491" x2="22.5501" y2="25.9229"/><line class="b" x1="25.3763" y1="21.9491" x2="29.8807" y2="29.7509"/></svg>
Copied!