Spotify Icon
Free SVG icon from the Arcticons 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/347773.svg" alt="Spotify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347773.svg" alt="Spotify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347773.svg" alt="Spotify icon" :width="24" :height="24" />
CSS background
.icon-spotify {
background-image: url('https://proicons.com/icon/347773.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m12.3332,30.6695c8.1899-1.8711,15.215-1.0655,20.8822,2.3979m-21.6486-8.7867c7.8081-2.3692,17.5151-1.2216,24.1517,2.8567m-25.3671-9.8174c7.5945-2.3055,20.2195-1.8601,28.1974,2.876"/></svg>
Spotify in other icon packs
Copied!