Vector Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vector Camera 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/334663.svg" alt="Vector Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334663.svg" alt="Vector Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334663.svg" alt="Vector Camera icon" :width="24" :height="24" />
CSS background
.icon-vector-camera {
background-image: url('https://proicons.com/icon/334663.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><circle class="a" cx="24" cy="26.3716" r="10.0135"/><circle class="a" cx="24" cy="26.3716" r="6.3243"/><path class="a" d="M41.5,12.1419H33.0432L31.199,7.9925a1,1,0,0,0-.9138-.5939h-12.57a1,1,0,0,0-.9138.5939l-1.8442,4.1494H6.5a2,2,0,0,0-2,2v24.46a2,2,0,0,0,2,2h35a2,2,0,0,0,2-2V14.1419A2,2,0,0,0,41.5,12.1419Z"/></svg>
Copied!