Camera Fv5 Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camera Fv5 Lite icon is commonly used in photo apps, profile picture uploaders and QR scanners. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/337956.svg" alt="Camera Fv5 Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337956.svg" alt="Camera Fv5 Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337956.svg" alt="Camera Fv5 Lite icon" :width="24" :height="24" />
CSS background
.icon-camera-fv5-lite {
background-image: url('https://proicons.com/icon/337956.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="h" cx="24" cy="24" r="21.5"/><circle id="d" class="h" cx="24" cy="24" r="7.13"/><circle id="e" class="h" cx="15.67" cy="33.02" r="7.13"/><circle id="f" class="h" cx="24" cy="24" r="14.03"/><path id="g" class="h" d="m45.17,20.22c-2.57,4.05-7.04,6.51-11.85,6.51-7.75,0-14.03-6.28-14.03-14.03h0c0-3.86,1.59-7.55,4.39-10.2"/></svg>
Copied!