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/310282.svg" alt="Playlist Alternate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310282.svg" alt="Playlist Alternate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310282.svg" alt="Playlist Alternate icon" :width="24" :height="24" />
CSS background
.icon-playlist-alternate {
background-image: url('https://proicons.com/icon/310282.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="M20 8.2659H12C11.8011 8.2659 11.6103 8.18689 11.4697 8.04623C11.329 7.90558 11.25 7.71481 11.25 7.5159C11.25 7.31699 11.329 7.12622 11.4697 6.98557C11.6103 6.84491 11.8011 6.7659 12 6.7659H20C20.1989 6.7659 20.3897 6.84491 20.5303 6.98557C20.671 7.12622 20.75 7.31699 20.75 7.5159C20.75 7.71481 20.671 7.90558 20.5303 8.04623C20.3897 8.18689 20.1989 8.2659 20 8.2659Z" fill="black"/> <path d="M20 14.2659H4C3.80109 14.2659 3.61032 14.1869 3.46967 14.0462C3.32901 13.9056 3.25 13.7148 3.25 13.5159C3.25 13.317 3.32901 13.1262 3.46967 12.9856C3.61032 12.8449 3.80109 12.7659 4 12.7659H20C20.1989 12.7659 20.3897 12.8449 20.5303 12.9856C20.671 13.1262 20.75 13.317 20.75 13.5159C20.75 13.7148 20.671 13.9056 20.5303 14.0462C20.3897 14.1869 20.1989 14.2659 20 14.2659Z" fill="black"/> <path d="M20 20.2659H4C3.80109 20.2659 3.61032 20.1869 3.46967 20.0462C3.32901 19.9056 3.25 19.7148 3.25 19.5159C3.25 19.317 3.32901 19.1262 3.46967 18.9856C3.61032 18.8449 3.80109 18.7659 4 18.7659H20C20.1989 18.7659 20.3897 18.8449 20.5303 18.9856C20.671 19.1262 20.75 19.317 20.75 19.5159C20.75 19.7148 20.671 19.9056 20.5303 20.0462C20.3897 20.1869 20.1989 20.2659 20 20.2659Z" fill="black"/> <path d="M9.23001 7.2859C9.23951 7.48947 9.19828 7.69221 9.11002 7.8759C9.02521 8.05939 8.89844 8.22039 8.73999 8.3459L5.32999 11.0159C5.14029 11.1655 4.91077 11.256 4.67001 11.2759H4.54001C4.3424 11.2783 4.14705 11.2337 3.97 11.1459C3.75719 11.0394 3.57744 10.8769 3.45001 10.6759C3.32179 10.4684 3.25262 10.2298 3.25 9.98592V5.01591C3.2533 4.78425 3.31798 4.55763 3.43744 4.35912C3.5569 4.1606 3.72685 3.99731 3.92999 3.88591C4.13532 3.77534 4.36714 3.72345 4.60001 3.73592C4.83109 3.74904 5.05492 3.82134 5.25 3.94591L8.66 6.22591C8.83071 6.33671 8.97152 6.48782 9.07001 6.66591C9.17805 6.85446 9.23332 7.06862 9.23001 7.2859Z" fill="black"/> </svg>
Copied!