Audio Glow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audio Glow 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/336725.svg" alt="Audio Glow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336725.svg" alt="Audio Glow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336725.svg" alt="Audio Glow icon" :width="24" :height="24" />
CSS background
.icon-audio-glow {
background-image: url('https://proicons.com/icon/336725.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="19.7188" width="7.4" height="3.3061"/><rect class="c" x="5.5" y="23.025" width="7.4" height="3.3061"/><rect class="c" x="5.5" y="26.3311" width="7.4" height="3.3061"/><rect class="c" x="5.5" y="29.6372" width="7.4" height="3.3061"/><rect class="c" x="5.5" y="32.9433" width="7.4" height="3.3061"/><rect class="c" x="12.9" y="26.3311" width="7.4" height="3.3061"/><rect class="c" x="12.9" y="29.6372" width="7.4" height="3.3061"/><rect class="c" x="12.9" y="32.9433" width="7.4" height="3.3061"/><rect class="c" x="20.3" y="19.7188" width="7.4" height="3.3061"/><rect class="c" x="20.3" y="23.025" width="7.4" height="3.3061"/><rect class="c" x="20.3" y="26.3311" width="7.4" height="3.3061"/><rect class="c" x="20.3" y="29.6372" width="7.4" height="3.3061"/><rect class="c" x="20.3" y="32.9433" width="7.4" height="3.3061"/><rect class="c" x="27.7" y="26.3311" width="7.4" height="3.3061"/><rect class="c" x="27.7" y="23.025" width="7.4" height="3.3061"/><rect class="c" x="27.7" y="29.6372" width="7.4" height="3.3061"/><rect class="c" x="27.7" y="32.9433" width="7.4" height="3.3061"/><rect class="c" x="35.1" y="19.7188" width="7.4" height="3.3061"/><rect class="c" x="35.1" y="23.025" width="7.4" height="3.3061"/><rect class="c" x="35.1" y="26.3311" width="7.4" height="3.3061"/><rect class="c" x="35.1" y="29.6372" width="7.4" height="3.3061"/><rect class="c" x="35.1" y="32.9433" width="7.4" height="3.3061"/><line class="c" x1="29.5575" y1="19.7188" x2="33.2425" y2="19.7188"/><line class="c" x1="22.1575" y1="18.0658" x2="25.8425" y2="18.0658"/><line class="c" x1="36.9575" y1="16.6323" x2="40.6425" y2="16.6323"/><line class="c" x1="14.7575" y1="16.6323" x2="18.4425" y2="16.6323"/><line class="c" x1="7.3575" y1="11.7506" x2="11.0425" y2="11.7506"/></svg>
Copied!