Photo Editor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photo Editor 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/345761.svg" alt="Photo Editor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345761.svg" alt="Photo Editor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345761.svg" alt="Photo Editor icon" :width="24" :height="24" />
CSS background
.icon-photo-editor {
background-image: url('https://proicons.com/icon/345761.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M43.5,24v-11.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h15.5"/><circle class="c" cx="14.158" cy="17.169" r="2.7719"/><path class="c" d="M10.875,29.375l3.375-3.375,5.375,5.375,13.812-13.812,3.6875,3.6875"/><path class="c" d="M39.3083,27.4398c.9583-.8041,2.4497-.6479,3.2538.3104s.6895,2.4109-.2688,3.2151l-1.5289-1.7903-1.4561-1.7352ZM29.7373,35.0101l9.5711-7.5704,1.456,1.7352,1.5289,1.7903-9.544,7.6353M29.7369,35.0105l-1.5405,4.2324,4.5529-.6423"/></svg>
Copied!