Recyclecoach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recyclecoach 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/346569.svg" alt="Recyclecoach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346569.svg" alt="Recyclecoach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346569.svg" alt="Recyclecoach icon" :width="24" :height="24" />
CSS background
.icon-recyclecoach {
background-image: url('https://proicons.com/icon/346569.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="m2.5002,24.5007c7.4414,0,14.5026-2.0719,19.6243-7.1932,5.1213-5.1213,5.8771-12.3991,13.1173-12.6955-9.1383-5.8769-18.956,2.0191-24.4379,11.465"/><path class="c" d="m21.3631,2.5002C10.5064,2.5002,2.5,13.6397,2.5,24.5011"/><path class="c" d="m36.7501,6.4224c3.1305,1.8074,7.8124,6.157,8.7496,9.6547-5.247,1.406-11.8366,1.8076-18.103-1.8103"/><path class="c" d="m32.8173,9.1265c.846.2267,3.5943,1.4826,4.235,2.1233"/><path class="c" d="m45.5,23.4989c-7.4414,0-14.5026,2.0719-19.6243,7.1932-5.1213,5.1213-5.8771,12.3991-13.1173,12.6955,9.1383,5.8769,18.956-2.0191,24.4379-11.465"/><path class="c" d="m26.6369,45.4998c10.8567,0,18.8631-11.1396,18.8631-22.0009"/><path class="c" d="m11.2499,41.5775c-3.1305-1.8074-7.8124-6.157-8.7496-9.6547,5.247-1.406,11.8366-1.8076,18.103,1.8103"/><path class="c" d="m15.1827,38.8732c-.846-.2267-3.5943-1.4826-4.235-2.1233"/></svg>
Copied!