Photoeditor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photoeditor 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/345768.svg" alt="Photoeditor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345768.svg" alt="Photoeditor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345768.svg" alt="Photoeditor icon" :width="24" :height="24" />
CSS background
.icon-photoeditor {
background-image: url('https://proicons.com/icon/345768.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="41.8284" cy="32.7474" r="1.6716"/><path class="a" d="M37.938,36.647,6.2467,36.6159A1.6356,1.6356,0,0,1,4.5,35.2059L4.5082,15.802a1.62,1.62,0,0,1,1.77-1.4355l30.3805-.0048c.9621.0209,1.816.59,1.7692,1.54l.057,9.6674"/><circle class="a" cx="21.7712" cy="26.6186" r="7.4164"/><circle class="a" cx="14.5284" cy="18.2616" r="1.1143"/><rect class="a" x="29.014" y="17.1473" width="6.6859" height="2.2288"/><rect class="a" x="7.2736" y="11.353" width="5.5954" height="3.0207"/><circle class="a" cx="35.1427" cy="32.7474" r="1.6716"/><path class="a" d="M36.27,31.5146,42.9424,24.39"/><path class="a" d="M40.6476,31.5666,34.0282,24.39"/></svg>
Copied!