Photo Studio Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photo Studio 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/331204.svg" alt="Photo Studio Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331204.svg" alt="Photo Studio Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331204.svg" alt="Photo Studio Pro icon" :width="24" :height="24" />
CSS background
.icon-photo-studio-pro {
background-image: url('https://proicons.com/icon/331204.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="t" d="M37.7686,24c0,7.6042-6.1644,13.7686-13.7686,13.7686s-13.7686-6.1644-13.7686-13.7686,6.1644-13.7686,13.7686-13.7686,13.7686,6.1644,13.7686,13.7686Z"/><g id="h"><path id="i" class="t" d="M20.6311,21.521l2.251-1.5499c2.7645-1.9034,10.2408-2.8658,14.6469,1.5159"/><path id="j" class="t" d="M27.3689,26.479l-2.251,1.5499c-2.7645,1.9034-10.2408,2.8658-14.6469-1.5159"/><path id="k" class="t" d="M22.7317,20.0143l2.7321.0693c3.3553.0851,9.9695,3.7009,10.9585,9.8356"/><path id="l" class="t" d="M25.2683,27.9857l-2.7321-.0693c-3.3553-.0851-9.9695-3.7009-10.9585-9.8356"/><path id="m" class="t" d="M25.3167,20.03l2.1696,1.6619c2.6645,2.041,5.8901,8.854,3.0844,14.3984"/><path id="n" class="t" d="M22.6833,27.97l-2.1696-1.6619c-2.6645-2.041-5.8901-8.854-3.0844-14.3984"/><path id="o" class="t" d="M27.3987,21.5621l.7784,2.6198c.9559,3.2174-.439,10.6252-5.9678,13.4616"/><path id="p" class="t" d="M20.6013,26.4379l-.7784-2.6198c-.9559-3.2174.439-10.6252,5.9678-13.4616"/><path id="q" class="t" d="M28.1826,24.0254l-.9101,2.577c-1.1177,3.1648-6.6005,8.3379-12.7406,7.3828"/><path id="r" class="t" d="M19.8174,23.9746l.9101-2.577c1.1178-3.1648,6.6005-8.3379,12.7406-7.3828"/></g><path id="s" class="t" d="M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></g></svg>
Copied!