Super Sound Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Super Sound 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/333474.svg" alt="Super Sound icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333474.svg" alt="Super Sound icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333474.svg" alt="Super Sound icon" :width="24" :height="24" />
CSS background
.icon-super-sound {
background-image: url('https://proicons.com/icon/333474.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>.q{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><line id="e" class="q" x1="15.0939" y1="18.6704" x2="15.0939" y2="28.6396"/><line id="f" class="q" x1="18.6379" y1="15.1559" x2="18.6379" y2="31.9158"/><line id="g" class="q" x1="11.5452" y1="21.0394" x2="11.5452" y2="26.9546"/><line id="h" class="q" x1="8.0028" y1="22.0913" x2="8.0028" y2="25.9032"/><line id="i" class="q" x1="4.5" y1="21.0441" x2="4.5" y2="26.9593"/><line id="j" class="q" x1="32.8143" y1="17.7012" x2="32.8143" y2="29.6142"/><line id="k" class="q" x1="36.3583" y1="15.1586" x2="36.3583" y2="31.9185"/><line id="l" class="q" x1="29.2655" y1="21.0422" x2="29.2655" y2="26.9573"/><line id="m" class="q" x1="25.7231" y1="8.8334" x2="25.7231" y2="39.1666"/><line id="n" class="q" x1="22.2204" y1="21.0468" x2="22.2204" y2="26.962"/><line id="o" class="q" x1="43.5" y1="21.7531" x2="43.5" y2="26.2174"/><line id="p" class="q" x1="39.9576" y1="18.5912" x2="39.9576" y2="29.3798"/></g></g></svg>
Copied!