Playlist Alternate Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Playlist Alternate 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/310917.svg" alt="Playlist Alternate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310917.svg" alt="Playlist Alternate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310917.svg" alt="Playlist Alternate icon" :width="24" :height="24" />
CSS background
.icon-playlist-alternate {
background-image: url('https://proicons.com/icon/310917.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 6.5H20" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 12.5H20" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 18.5H20" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 4.03812V8.96039C4.00024 9.06131 4.02871 9.16015 4.08219 9.24573C4.13567 9.33132 4.21203 9.40023 4.30263 9.44469C4.39323 9.48915 4.49446 9.50737 4.59488 9.4973C4.6953 9.48723 4.79089 9.44927 4.87086 9.38771L8.27859 6.73725C8.34607 6.68459 8.40009 6.61666 8.4362 6.53905C8.47232 6.46144 8.48949 6.37637 8.48633 6.29082C8.48316 6.20528 8.45973 6.12171 8.41798 6.04699C8.37622 5.97226 8.31733 5.90851 8.24613 5.86098L4.83841 3.58917C4.75706 3.53559 4.66275 3.50498 4.56544 3.50056C4.46813 3.49614 4.37143 3.51808 4.28556 3.56406C4.19969 3.61005 4.12782 3.67837 4.07756 3.76181C4.0273 3.84525 4.0005 3.94071 4 4.03812Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!