Audio Spectrum Analyzer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audio Spectrum Analyzer 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/336727.svg" alt="Audio Spectrum Analyzer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336727.svg" alt="Audio Spectrum Analyzer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336727.svg" alt="Audio Spectrum Analyzer icon" :width="24" :height="24" />
CSS background
.icon-audio-spectrum-analyzer {
background-image: url('https://proicons.com/icon/336727.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M3.5,25.018h9.8767l2.2775-10.9731,2.2775,20.1622L20.2092,9.0623l2.2775,29.8754L24.7642,9.1925,27.0417,36.428l2.2775-25.4062L31.5967,29.778l2.2775-16.2172,2.2775,11.3627H44.5"/></svg>
Copied!