Sound Amplifier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sound Amplifier 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/347661.svg" alt="Sound Amplifier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347661.svg" alt="Sound Amplifier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347661.svg" alt="Sound Amplifier icon" :width="24" :height="24" />
CSS background
.icon-sound-amplifier {
background-image: url('https://proicons.com/icon/347661.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="20.5976" cy="19.1083" r="4.7847"/><path class="a" d="M8.1574,19.1083a12.44,12.44,0,1,1,24.88,0c0,3.73-1.3943,7.3932-4.2412,9.3561C21.1215,33.7566,21.6608,42.5,14.6433,42.5c-6.4951,0-6.4859-5.8479-6.4859-5.8479"/><path class="a" d="M34.7267,32.175A19.2451,19.2451,0,0,0,34.2059,5.5"/></svg>
Copied!