Sound Machine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sound Machine 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/347663.svg" alt="Sound Machine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347663.svg" alt="Sound Machine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347663.svg" alt="Sound Machine icon" :width="24" :height="24" />
CSS background
.icon-sound-machine {
background-image: url('https://proicons.com/icon/347663.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="b" cx="23.9999" cy="13.9998" rx="16.3541" ry="5.69"/><ellipse class="b" cx="23.9999" cy="13.9998" rx="16.3541" ry="5.69"/><path class="b" d="m7.6458,13.9998s-2.5378,14.3569-3.1278,18.9121c-.4808,3.7125,8.7223,6.7783,19.4818,6.7783s19.9662-3.0662,19.4818-6.7783c-.6187-4.7413-3.1278-18.9121-3.1278-18.9121"/><line class="b" x1="35.7403" y1="21.6505" x2="39.0683" y2="33.4907"/><line class="b" x1="9.7294" y1="21.6505" x2="13.0575" y2="33.4907"/><ellipse class="b" cx="23.9999" cy="35.2187" rx="3.0363" ry="2.112"/><ellipse class="b" cx="24.0382" cy="13.9998" rx="4.8283" ry="1.5015"/><line class="b" x1="32.592" y1="13.9998" x2="33.4745" y2="13.9998"/><line class="b" x1="14.6018" y1="13.9998" x2="15.4843" y2="13.9998"/><line class="b" x1="24.0382" y1="17.2497" x2="24.0382" y2="17.585"/><line class="b" x1="24.0382" y1="10.4144" x2="24.0382" y2="10.7497"/></svg>
Copied!