Cameraconnect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cameraconnect 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/337958.svg" alt="Cameraconnect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337958.svg" alt="Cameraconnect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337958.svg" alt="Cameraconnect icon" :width="24" :height="24" />
CSS background
.icon-cameraconnect {
background-image: url('https://proicons.com/icon/337958.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:#fff;}.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="16.6259" cy="24.1793" r="0.75"/><circle class="b" cx="30.863" cy="30.3333" r="3.0152"/><path class="b" d="M32.0443,25.6271a4.8638,4.8638,0,0,1,3.529,3.5439"/><path class="b" d="M12.1942,24.144V37.7122a1.8438,1.8438,0,0,0,1.8434,1.842H25.5219c3.6867,1.861,7.3258,2.0948,10.8956,0h5.2391A1.8438,1.8438,0,0,0,43.5,37.7122V24.1113"/><ellipse class="b" cx="30.776" cy="30.4203" rx="8.0015" ry="7.958"/><path class="b" d="M43.5,24.1113c-.1645-3.6731-4.2046-3.3971-5.4363-3.76,0,0-2.73-4.259-3.8049-4.3283a52.45,52.45,0,0,0-7.1342-.0952c-1.37.1455-3.4243,4.2332-3.4243,4.2332l-2.1873.19a4.1238,4.1238,0,0,0-2.7583-.8564c-1.3308.1658-2.6562,2.0269-3.1864,2.0935-1.5348.19-3.3645,1.0331-3.3741,2.523"/><path class="b" d="M14.0376,6.9611A9.5428,9.5428,0,0,1,4.5,16.5"/><path class="b" d="M18.0927,6.9611A13.6,13.6,0,0,1,4.5,20.5551"/><path class="b" d="M9.8506,6.9611A5.3528,5.3528,0,0,1,4.5,12.3117"/></svg>
Copied!