Camera Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Camera Alt 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/305315.svg" alt="Camera Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305315.svg" alt="Camera Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305315.svg" alt="Camera Alt icon" :width="24" :height="24" />
CSS background
.icon-camera-alt {
background-image: url('https://proicons.com/icon/305315.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M917 275H375v-62c0-11-9-20-21-20H179c-11 0-20 9-20 20v62H83c-11 0-20 9-20 20v491c0 12 9 21 20 21h834c11 0 20-9 20-21V295c1-11-9-20-20-20zM659 609c-26 62-88 106-160 106-71 0-133-43-159-104-9-21-14-44-14-69 0-95 77-173 173-173s173 77 173 173c0 24-5 46-13 67zm-58-68c0 55-45 101-101 101s-101-46-101-101 45-101 101-101 101 45 101 101z"/></svg>
Copied!