Playlist Shuffle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Playlist Shuffle Svg 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/308107.svg" alt="Playlist Shuffle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308107.svg" alt="Playlist Shuffle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308107.svg" alt="Playlist Shuffle Svg icon" :width="24" :height="24" />
CSS background
.icon-playlist----shuffle---svg {
background-image: url('https://proicons.com/icon/308107.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="M3 17H5.73524C7.14029 17 8.44232 16.2628 9.16521 15.058L12.8348 8.94202C13.5577 7.7372 14.8597 7 16.2648 7H21M21 7L19 5M21 7L19 9" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M2.99994 7H5.73518C6.82978 7 7.86186 7.44742 8.6063 8.2148M20.9999 17H16.2647C15.1701 17 14.138 16.5526 13.3936 15.7852M20.9999 17L18.9999 19M20.9999 17L18.9999 15" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!