Retouche Photo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Retouche Photo 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/346675.svg" alt="Retouche Photo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346675.svg" alt="Retouche Photo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346675.svg" alt="Retouche Photo icon" :width="24" :height="24" />
CSS background
.icon-retouche-photo {
background-image: url('https://proicons.com/icon/346675.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="m39.0473,5.3601c.8888,1.0308.7802,2.5853-.2432,3.4826s-2.5788.8015-3.4845-.2145c-.9056-1.016-.8227-2.5721.1858-3.4861,1.0085-.914,2.5653-.8439,3.4875.157"/><path id="d" class="g" d="m15.121,31.478v12.022l-6.7698-3.8559v-21.4828"/><path id="e" class="g" d="m8.3575,18.378c.3952-6.3946,5.0046-11.7415,11.2712-13.0746,6.2666-1.333,12.6533,1.6748,15.617,7.3549,2.9637,5.6801,1.7775,12.6392-2.9005,17.0168-4.678,4.3776-11.7005,5.0998-17.1716,1.7661"/><path id="f" class="g" d="m28.3542,14.2941c2.7255,3.161,2.3925,7.9284-.7459,10.6799-3.1385,2.7515-7.9084,2.4578-10.6857-.6578-2.7773-3.1157-2.523-7.8879.5697-10.6907,3.0927-2.8029,7.8668-2.5879,10.6951.4816"/></g></svg>
Copied!