Google Camera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google 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/326627.svg" alt="Google Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326627.svg" alt="Google Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326627.svg" alt="Google Camera icon" :width="24" :height="24" />
CSS background
.icon-google-camera {
background-image: url('https://proicons.com/icon/326627.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M8.6,9.54v2.11H6.29A1.79,1.79,0,0,0,4.5,13.44h0V36.67a1.79,1.79,0,0,0,1.79,1.79H41.71a1.79,1.79,0,0,0,1.79-1.79h0V13.45a1.8,1.8,0,0,0-1.79-1.8H16.39V9.54ZM24,17.75a8.52,8.52,0,1,1-8.51,8.51A8.51,8.51,0,0,1,24,17.75Z"/></svg>
Copied!