Spotify Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Spotify 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/306561.svg" alt="Spotify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306561.svg" alt="Spotify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306561.svg" alt="Spotify icon" :width="24" :height="24" />
CSS background
.icon-spotify {
background-image: url('https://proicons.com/icon/306561.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="M500 63C258 63 63 258 63 500s195 438 437 438 438-196 438-438S742 63 500 63zm201 630c-8 13-25 17-38 10-102-63-232-77-384-43-15 4-29-5-33-20-3-15 6-29 21-33 167-38 309-21 425 49 13 8 17 25 9 37zm53-119c-10 16-31 21-47 12-117-73-297-94-436-51-18 5-37-5-42-23-6-18 4-37 22-43 159-48 357-25 492 58 16 10 21 31 11 47zm5-124c-141-83-374-91-508-50-22 6-45-6-51-28-7-21 5-44 27-51 154-46 411-37 574 59 19 11 25 37 14 56s-37 26-56 14z"/></svg>
Spotify in other icon packs
Copied!