Equalizer Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Equalizer 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/312488.svg" alt="Equalizer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312488.svg" alt="Equalizer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312488.svg" alt="Equalizer icon" :width="24" :height="24" />
CSS background
.icon-equalizer {
background-image: url('https://proicons.com/icon/312488.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, 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 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <g> <rect x="11" y="2" width="2" height="3"/> <rect x="4" y="2" width="2" height="7"/> <polygon points="13,8 13,7 11,7 11,8 9,8 9,10 11,10 11,11 13,11 13,10 15,10 15,8 "/> <polygon points="6,12 6,11 4,11 4,12 2,12 2,14 4,14 4,15 6,15 6,14 8,14 8,12 "/> <rect x="11" y="13" width="2" height="9"/> <rect x="4" y="17" width="2" height="5"/> <rect x="18" y="19" width="2" height="3"/> <rect x="18" y="2" width="2" height="9"/> <polygon points="20,14 20,13 18,13 18,14 16,14 16,16 18,16 18,17 20,17 20,16 22,16 22,14 "/> </g> </svg>
Equalizer in other icon packs
Copied!