Wastewise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wastewise 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/349553.svg" alt="Wastewise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349553.svg" alt="Wastewise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349553.svg" alt="Wastewise icon" :width="24" :height="24" />
CSS background
.icon-wastewise {
background-image: url('https://proicons.com/icon/349553.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"><path d="M10.5,14.2498h27" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M18.5,9.9998c0-3.0376,2.4624-5.5,5.5-5.5s5.5,2.4624,5.5,5.5" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13,18.4998v22.25c0,1.5188,1.2312,2.75,2.75,2.75s2.75-1.2312,2.75-2.75c0,1.5188,1.2312,2.75,2.75,2.75s2.75-1.2312,2.75-2.75v-22.25" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M25.375,43.1318c.8508.4912,1.8991.4912,2.75,0s1.375-1.3991,1.375-2.3816c0,1.5188,1.2312,2.75,2.75,2.75s2.75-1.2312,2.75-2.75v-22.25" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.5,40.7498v-22.25" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M18.5,40.7498v-22.25" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!