Soundcloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Soundcloud 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/333111.svg" alt="Soundcloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333111.svg" alt="Soundcloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333111.svg" alt="Soundcloud icon" :width="24" :height="24" />
CSS background
.icon-soundcloud {
background-image: url('https://proicons.com/icon/333111.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,30v3.26H38.42a5.08,5.08,0,0,0,0-10.16,5,5,0,0,0-1.56.27c0-.09,0-.18,0-.27A8.3,8.3,0,0,0,24,16.17h0Z"/><line class="a" x1="4.5" y1="24.34" x2="4.5" y2="30.8"/><line class="a" x1="7.28" y1="21.99" x2="7.28" y2="32.45"/><line class="a" x1="10.06" y1="22.75" x2="10.06" y2="33.23"/><line class="a" x1="12.84" y1="33.23" x2="12.84" y2="19.9"/><line class="a" x1="15.62" y1="18.89" x2="15.62" y2="33.23"/><line class="a" x1="18.4" y1="33.23" x2="18.4" y2="19.9"/><line class="a" x1="21.18" y1="17.96" x2="21.18" y2="33.23"/></svg>
Copied!