Soundaura Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Soundaura 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/333107.svg" alt="Soundaura icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333107.svg" alt="Soundaura icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333107.svg" alt="Soundaura icon" :width="24" :height="24" />
CSS background
.icon-soundaura {
background-image: url('https://proicons.com/icon/333107.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>.d{fill:#000;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="e" cx="24" cy="24" r="21.5"/><path class="e" d="m9.41,27.5c1.58,6.59,7.52,11.5,14.59,11.5s13.01-4.91,14.59-11.5"/><path class="e" d="m9.41,20.5c1.58-6.59,7.52-11.5,14.59-11.5s13.01,4.91,14.59,11.5"/><path class="e" d="m22,32.26c-3.73-.9-6.5-4.26-6.5-8.26s2.77-7.36,6.5-8.26"/><path class="e" d="m26,15.74c3.73.9,6.5,4.26,6.5,8.26s-2.77,7.36-6.5,8.26"/><circle class="d" cx="24" cy="24" r=".75"/></svg>
Copied!