Waste Electronic Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Waste Electronic 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/320969.svg" alt="Waste Electronic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320969.svg" alt="Waste Electronic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320969.svg" alt="Waste Electronic icon" :width="24" :height="24" />
CSS background
.icon-waste-electronic {
background-image: url('https://proicons.com/icon/320969.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="waste--electronic_00000119823218443527465080000003723538481071326863_" d="M9.254,28.255l-0.509-0.51l5.385-5.385H1 c-0.199,0-0.36-0.161-0.36-0.36V10c0-0.199,0.161-0.36,0.36-0.36h13.851l5.894-5.895l0.51,0.509L9.869,15.64H21 c0.146,0,0.277,0.087,0.333,0.222c0.056,0.134,0.024,0.289-0.078,0.392L9.254,28.255z M3.36,21.64h11.491l5.28-5.28H9 c-0.146,0-0.277-0.087-0.333-0.222c-0.056-0.134-0.025-0.289,0.078-0.392l5.385-5.386H3.36V21.64z M1.36,21.64h1.28V10.36H1.36 V21.64z M29,22.36H18v-0.72h8.64V10.36H18V9.64h11c0.199,0,0.36,0.161,0.36,0.36v3.64H31c0.199,0,0.36,0.161,0.36,0.36v4 c0,0.199-0.161,0.36-0.36,0.36h-1.64V22C29.36,22.199,29.199,22.36,29,22.36z M27.36,21.64h1.279V10.36H27.36V21.64z M29.36,17.64 h1.279v-3.28H29.36V17.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!