Camera Icon
Free SVG icon from the Mage Icons 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/310591.svg" alt="Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310591.svg" alt="Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310591.svg" alt="Camera icon" :width="24" :height="24" />
CSS background
.icon-camera {
background-image: url('https://proicons.com/icon/310591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.83333 19.7083H18.1667C18.9844 19.7083 19.7687 19.3834 20.3469 18.8052C20.9252 18.227 21.25 17.4427 21.25 16.625V9.43051C21.25 8.61276 20.9252 7.82851 20.3469 7.25027C19.7687 6.67203 18.9844 6.34718 18.1667 6.34718H16.7483C16.3396 6.34682 15.9477 6.18416 15.6589 5.89496L14.5078 4.74385C14.2189 4.45465 13.8271 4.29199 13.4183 4.29163H10.5817C10.1729 4.29199 9.78106 4.45465 9.49222 4.74385L8.34111 5.89496C8.05227 6.18416 7.6604 6.34682 7.25167 6.34718H5.83333C5.01558 6.34718 4.23132 6.67203 3.65309 7.25027C3.07485 7.82851 2.75 8.61276 2.75 9.43051V16.625C2.75 17.4427 3.07485 18.227 3.65309 18.8052C4.23132 19.3834 5.01558 19.7083 5.83333 19.7083Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 16.6251C14.2705 16.6251 16.1111 14.7844 16.1111 12.5139C16.1111 10.2434 14.2705 8.40283 12 8.40283C9.7295 8.40283 7.88889 10.2434 7.88889 12.5139C7.88889 14.7844 9.7295 16.6251 12 16.6251Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Camera in other icon packs
Copied!