Cameraremote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cameraremote 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/337959.svg" alt="Cameraremote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337959.svg" alt="Cameraremote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337959.svg" alt="Cameraremote icon" :width="24" :height="24" />
CSS background
.icon-cameraremote {
background-image: url('https://proicons.com/icon/337959.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M37.85,10.11a19.94,19.94,0,0,0-27.69,0"/><path class="cls-1" d="M34,13.92a14.5,14.5,0,0,0-19.94,0"/><path class="cls-1" d="M30.1,17.78a9,9,0,0,0-12.23,0"/><path class="cls-1" d="M36.68,24.31H29.06a.24.24,0,0,1-.16-.07l-1.83-1.83a.42.42,0,0,0-.31-.13H21.24a.43.43,0,0,0-.31.13L19.1,24.24a.21.21,0,0,1-.15.07H16.83v-.79a.2.2,0,0,0-.2-.2H13.06a.2.2,0,0,0-.2.2v.79H11.32A1.28,1.28,0,0,0,10,25.59V42.22a1.28,1.28,0,0,0,1.28,1.28H36.68A1.28,1.28,0,0,0,38,42.22V25.59A1.28,1.28,0,0,0,36.68,24.31ZM24,40.52A5.75,5.75,0,1,1,24,29h0a5.75,5.75,0,0,1,0,11.5Z"/></svg>
Copied!