Spotify Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spotify Alt 2 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/347775.svg" alt="Spotify Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347775.svg" alt="Spotify Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347775.svg" alt="Spotify Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-spotify-alt-2 {
background-image: url('https://proicons.com/icon/347775.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,2.5A21.5,21.5,0,1,0,45.5,24,21.51,21.51,0,0,0,24,2.5Zm-4.89,7.76a4.37,4.37,0,0,1,1.75.54A37.37,37.37,0,0,1,37.19,27.14c1.21,2.25.25,3.89-.89,4.39s-3.31.44-4-.93A35.84,35.84,0,0,0,17.4,15.74c-1.37-.73-1.44-2.9-.93-4a2.52,2.52,0,0,1,2.14-1.44A2.78,2.78,0,0,1,19.11,10.26ZM15.18,19a1.83,1.83,0,0,1,1,.22A32.06,32.06,0,0,1,28.75,31.82a1.85,1.85,0,0,1-.84,2.58,2.07,2.07,0,0,1-2.69-.63,28.19,28.19,0,0,0-11-11,2.07,2.07,0,0,1-.63-2.69A1.77,1.77,0,0,1,15.18,19Zm-2.93,7.48a1.46,1.46,0,0,1,.76.22A24,24,0,0,1,21.27,35a1.32,1.32,0,0,1-.45,1.91,1.66,1.66,0,0,1-2.06-.39,21.25,21.25,0,0,0-7.27-7.27,1.67,1.67,0,0,1-.39-2.06A1.22,1.22,0,0,1,12.25,26.51Z"/></svg>
Copied!