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/310027.svg" alt="Camera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310027.svg" alt="Camera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310027.svg" alt="Camera icon" :width="24" :height="24" />
CSS background
.icon-camera {
background-image: url('https://proicons.com/icon/310027.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="M20.88 6.71504C20.158 6.00159 19.1851 5.5995 18.17 5.59503H16.75C16.6461 5.5954 16.5432 5.57528 16.4471 5.53581C16.351 5.49635 16.2637 5.43831 16.19 5.36504L15.04 4.21504C14.6096 3.7866 14.0273 3.54575 13.42 3.54504H10.58C9.97273 3.54575 9.39039 3.7866 8.96001 4.21504L7.81002 5.36504C7.73638 5.43831 7.649 5.49635 7.55291 5.53581C7.45682 5.57528 7.3539 5.5954 7.25002 5.59503H5.83001C5.32583 5.5937 4.82639 5.69221 4.36047 5.88484C3.89454 6.07747 3.47133 6.36043 3.11529 6.71741C2.75924 7.07438 2.47739 7.49829 2.28597 7.96472C2.09456 8.43115 1.99738 8.93087 2.00002 9.43504V16.625C1.9987 17.1284 2.09686 17.627 2.28887 18.0923C2.48088 18.5575 2.76295 18.9803 3.11886 19.3362C3.47477 19.6921 3.89751 19.9742 4.36278 20.1662C4.82806 20.3582 5.32668 20.4564 5.83001 20.455H18.17C19.1855 20.4527 20.1592 20.0503 20.88 19.335C21.236 18.9794 21.5182 18.5568 21.7104 18.0918C21.9026 17.6267 22.001 17.1283 22 16.625V9.43504C22.0013 8.9303 21.903 8.43027 21.7108 7.96355C21.5186 7.49682 21.2363 7.07257 20.88 6.71504ZM11.96 16.195C11.2322 16.195 10.5207 15.9792 9.91552 15.5748C9.31035 15.1705 8.83867 14.5957 8.56014 13.9233C8.28161 13.2509 8.20874 12.511 8.35073 11.7971C8.49272 11.0833 8.84321 10.4275 9.35787 9.91289C9.87253 9.39823 10.5282 9.04774 11.2421 8.90575C11.9559 8.76375 12.6958 8.83663 13.3683 9.11516C14.0407 9.39369 14.6155 9.86536 15.0198 10.4705C15.4242 11.0757 15.64 11.7872 15.64 12.515C15.6374 13.4902 15.2488 14.4247 14.5593 15.1143C13.8697 15.8038 12.9352 16.1924 11.96 16.195Z" fill="black"/> </svg>
Camera in other icon packs
Copied!