Recyclelocation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recyclelocation 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/346570.svg" alt="Recyclelocation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346570.svg" alt="Recyclelocation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346570.svg" alt="Recyclelocation icon" :width="24" :height="24" />
CSS background
.icon-recyclelocation {
background-image: url('https://proicons.com/icon/346570.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M24,4.5A15.08,15.08,0,0,0,8.92,19.58C8.92,32.14,24,43.5,24,43.5S39.08,32.14,39.08,19.58A15.08,15.08,0,0,0,24,4.5Zm.07.8c2.19,1.1,5.8,3.76,7.05,7.43-1,3.37-4.39,6.43-7,7.6V16.5c-2.12.7-6.49,5.09-6.73,7.35.54,2.43,4.85,6.64,6.65,7.1,0,0-.05-3.43,0-3.58,7.37,0,11.12-6.88,11.08-11.12S33.34,7.66,29.8,5.65a14.63,14.63,0,0,1,8,12.91A13.75,13.75,0,0,1,24,32.31c-.33,0-.65,0-1,0-13.82-2.2-12.13-22,1-23.05Z"/></svg>
Copied!