Sound Meter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sound Meter 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/347664.svg" alt="Sound Meter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347664.svg" alt="Sound Meter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347664.svg" alt="Sound Meter icon" :width="24" :height="24" />
CSS background
.icon-sound-meter {
background-image: url('https://proicons.com/icon/347664.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>.x{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="x" d="m7.0417,25.5763h-2.5417"/><path id="c" class="x" d="m8.4071,28.3252l-3.6108.6367"/><path id="d" class="x" d="m8.4073,22.8263l-3.6108-.6367"/><path id="e" class="x" d="m10.2882,17.6592l-3.1753-1.8333"/><path id="f" class="x" d="m13.8229,13.4469l-2.3568-2.8087"/><path id="g" class="x" d="m18.5852,10.6976l-1.254-3.4454"/><path id="h" class="x" d="m24.0005,9.743v-3.6665"/><path id="i" class="x" d="m29.4158,10.698l1.254-3.4454"/><path id="j" class="x" d="m34.1779,13.4476l2.3568-2.8087"/><path id="k" class="x" d="m37.7123,17.6601l3.1753-1.8333"/><path id="l" class="x" d="m39.5929,22.8274l3.6108-.6367"/><path id="m" class="x" d="m39.5927,28.3262l3.6108.6367"/><path id="n" class="x" d="m7.0417,25.5763h-2.5417"/><path id="o" class="x" d="m8.0644,19.7762l-2.3884-.8693"/><path id="p" class="x" d="m11.0092,14.6757l-1.947-1.6338"/><path id="q" class="x" d="m15.5208,10.89l-1.2708-2.2012"/><path id="r" class="x" d="m21.0552,8.8756l-.4414-2.5031"/><path id="s" class="x" d="m26.9448,8.8756l.4414-2.5031"/><path id="t" class="x" d="m32.4792,10.89l1.2708-2.2012"/><path id="u" class="x" d="m36.9908,14.6757l1.947-1.6338"/><path id="v" class="x" d="m39.9356,19.7762l2.3884-.8693"/><path id="w" class="x" d="m40.9583,25.5763h2.5417"/><circle class="x" cx="24" cy="25.5763" r="1.316"/><path class="x" d="m20.9077,28.171l2.0842-1.7488m2.1175-1.6857l8.6689-7.3652"/><path class="x" d="m21.6625,38.52c0-1.1012-.901-2.0021-2.0021-2.0021h0c-1.1012,0-2.0021.901-2.0021,2.0021v1.3014c0,1.1012.901,2.0021,2.0021,2.0021h0c1.1012,0,2.0021-.901,2.0021-2.0021"/><line class="x" x1="21.6625" y1="41.9236" x2="21.6625" y2="33.9151"/><path class="x" d="m28.3396,37.8188c1.1012,0,2.0021.901,2.0021,2.0021s-.901,2.0021-2.0021,2.0021h-3.3035v-8.0085h3.3035c1.1012,0,2.0021.901,2.0021,2.0021s-.901,2.0021-2.0021,2.0021Z"/><line class="x" x1="28.3396" y1="37.8188" x2="25.0361" y2="37.8188"/></svg>
Copied!