Photo Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photo Pro icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/331203.svg" alt="Photo Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331203.svg" alt="Photo Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331203.svg" alt="Photo Pro icon" :width="24" :height="24" />
CSS background
.icon-photo-pro {
background-image: url('https://proicons.com/icon/331203.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.8665,14.7011V11.5046H12.2856v3.1965"/><circle class="a" cx="26.956" cy="25.9237" r="12.6998"/><path class="a" d="M22.6634,37.876H6.7749a2.26,2.26,0,0,1-2.26-2.26h0V13.9714H22.6634m8.5852,0H43.5145V35.6156a2.26,2.26,0,0,1-2.26,2.26H31.2486"/><path class="a" d="M42.7153,13.9714V10.4781H34.4306v3.4933"/><path class="a" d="M34.4306,13.9714V10.8107L31.9418,6.5H21.97l-2.4888,4.3107v3.1607"/><circle class="a" cx="26.956" cy="25.9274" r="6.5725"/><circle class="a" cx="26.956" cy="25.9274" r="10.1727"/><path class="a" d="M34.4306,11.4168H19.4814"/></svg>
Copied!