Weee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weee 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/335070.svg" alt="Weee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335070.svg" alt="Weee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335070.svg" alt="Weee icon" :width="24" :height="24" />
CSS background
.icon-weee {
background-image: url('https://proicons.com/icon/335070.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.6678,27.1325c1.9486-.1429,4.2032-.716,4.2032-2.5271,0-1.7667-4.2609-1.9746-4.2609,1.7277,0,3.8842,3.6114,3.8582,6.4823,1.8057"/><path class="b" d="m24.8399,27.1325c1.9486-.1429,4.2032-.716,4.2032-2.5271,0-1.7667-4.2609-1.9746-4.2609,1.7277,0,3.8842,3.6114,3.8582,6.4823,1.8057"/><path class="b" d="m31.0728,27.1279c1.9486-.1429,4.1424-.7114,4.1424-2.5225,0-1.7667-4.2609-1.9746-4.2609,1.7277,0,3.8842,4.5955,4.4688,7.2066.2403"/><path class="b" d="m19.6795,18.8571c-.6625,2.9619-4.5792,10.1326-6.7811,10.1326-1.442,0,.7794-5.5535-.4482-10.1326.2964,3.1592-4.2869,10.1326-5.9432,10.1326s.5651-9.665-.643-9.665-1.364.3313-1.364.3313"/><path class="b" d="m43.5,18.4869c-1.5004,1.8122-2.4747,4.4027-2.8644,7.1892"/><circle class="b" cx="40.1679" cy="28.4512" r="1.0522"/></svg>
Copied!