Camera Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Camera Pro 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/323398.svg" alt="Camera Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323398.svg" alt="Camera Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323398.svg" alt="Camera Pro icon" :width="24" :height="24" />
CSS background
.icon-camera-pro {
background-image: url('https://proicons.com/icon/323398.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.5,12.02h-8l-2.5944-4h-9.8113l-2.5944,4h-8c-2.2092,0-4,1.7909-4,4v18.8c0,2.2091,1.7908,4,4,4h31c2.2092,0,4-1.7909,4-4v-18.8c0-2.2091-1.7908-4-4-4Z"/><circle class="b" cx="38.5" cy="17.02" r="2"/><circle class="b" cx="24" cy="25.4199" r="8.5"/><polygon class="b" points="26.4523 21.1725 21.5477 21.1725 19.0954 25.4199 21.5477 29.6672 26.4523 29.6672 28.9046 25.4199 26.4523 21.1725"/><line class="b" x1="28.9046" y1="25.4199" x2="31.3633" y2="29.6785"/><line class="b" x1="16.6432" y1="21.1725" x2="19.0954" y2="25.4199"/><line class="b" x1="24" y1="16.92" x2="21.5477" y2="21.1724"/><line class="b" x1="26.4523" y1="29.6674" x2="24" y2="33.9199"/><line class="b" x1="21.5477" y1="29.6674" x2="16.6364" y2="29.6674"/><line class="b" x1="26.4523" y1="21.1724" x2="31.3633" y2="21.1724"/></svg>
Copied!