Soundcloud Icon
Free SVG icon from the IcoFont 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/306545.svg" alt="Soundcloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306545.svg" alt="Soundcloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306545.svg" alt="Soundcloud icon" :width="24" :height="24" />
CSS background
.icon-soundcloud {
background-image: url('https://proicons.com/icon/306545.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M280 437c-8 0-16 3-22 9s-9 13-9 22v251c0 8 3 14 9 18s13 6 22 6 16-2 22-6 8-10 8-18V468c0-9-3-16-9-22s-13-9-21-9zM92 507c-8 0-15 3-21 9s-9 13-9 21v119c0 10 4 19 12 24 8 6 17 8 26 6 8-2 14-5 17-9 4-4 5-11 5-22V537c0-8-2-15-8-21s-13-9-22-9zm94-106c-8 0-15 3-21 9s-9 13-9 21v275c0 8 3 14 9 18 5 4 12 6 21 6s16-2 22-6 8-10 8-18V431c0-8-3-15-8-21-6-6-13-9-22-9zm197-127c-9-2-18 1-27 8s-13 18-13 31v407c0 15 10 23 30 23s30-8 30-23V313c0-23-7-36-20-39zm514 234c-27-27-59-40-97-40-19 0-37 3-53 10-4-40-17-78-39-111s-51-61-87-80c-35-20-74-30-116-30-17 0-36 2-54 7-8 2-13 11-13 25v443c0 2 1 3 2 6s3 3 6 4l354 1c38 0 70-14 97-41s41-59 41-97-14-70-41-97z"/></svg>
Copied!