Camera Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305316.svg" alt="Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305316.svg" alt="Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305316.svg" alt="Camera icon" :width="24" :height="24" />
CSS background
.icon-camera {
background-image: url('https://proicons.com/icon/305316.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="M819 283H695v-68c0-32-22-58-48-58H353c-26 0-48 26-48 58v68H178c-65 0-115 50-115 115v329c0 66 49 116 115 116h642c7 0 14 0 21-2 59-10 97-56 97-116V401c0-69-50-118-119-118zm-439-46c0-22 18-39 39-39h162c21 0 39 17 39 39v8c0 21-18 39-39 39H419c-21 0-39-18-39-39v-8zm118 527c-110 0-200-92-199-203 1-110 91-200 202-199s201 91 200 201c-1 112-91 202-203 201zm2-336c-74 0-136 60-136 133 0 76 61 137 135 138 74 0 137-62 136-136 0-75-60-135-135-135z"/></svg>
Camera in other icon packs
Copied!