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/309019.svg" alt="Playlist Shuffle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309019.svg" alt="Playlist Shuffle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309019.svg" alt="Playlist Shuffle Svg icon" :width="24" :height="24" />
CSS background
.icon-playlist----shuffle---svg {
background-image: url('https://proicons.com/icon/309019.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 fill-rule="evenodd" clip-rule="evenodd" d="M19.7071 4.29289C19.4197 4.00552 18.987 3.92065 18.6124 4.07817C18.2378 4.23569 17.9957 4.60427 18.0001 5.01065L18.0106 6H16.2648C14.5084 6 12.8809 6.92149 11.9773 8.42752L8.30772 14.5435C7.76555 15.4471 6.78903 16 5.73524 16H3C2.44772 16 2 16.4477 2 17C2 17.5523 2.44772 18 3 18H5.73524C7.49155 18 9.11909 17.0785 10.0227 15.5725L13.6923 9.45651C14.2345 8.5529 15.211 8 16.2648 8H18.0319L18.0396 8.72076C17.9414 9.05955 18.0258 9.44005 18.2929 9.7071C18.6834 10.0976 19.3166 10.0976 19.7071 9.70711L19.7493 9.66495L19.0422 8.95784L19.7493 9.66494L21.7071 7.70711C22.0976 7.31658 22.0976 6.68342 21.7071 6.29289L19.7071 4.29289ZM3 6C2.44772 6 2 6.44772 2 7C2 7.55228 2.44772 8 3 8H5.73524C6.55603 8 7.33016 8.33544 7.88861 8.91109C8.27316 9.3075 8.90625 9.31711 9.30266 8.93255C9.69906 8.548 9.70867 7.91491 9.32411 7.5185C8.39368 6.55939 7.10366 6 5.73524 6H3ZM21.7071 16.2929L19.7071 14.2929C19.4211 14.0069 18.991 13.9213 18.6173 14.0761C18.2436 14.2309 18 14.5955 18 15V16H16.2648C15.444 16 14.6698 15.6646 14.1114 15.0889C13.7268 14.6925 13.0938 14.6829 12.6973 15.0674C12.3009 15.452 12.2913 16.0851 12.6759 16.4815C13.6063 17.4406 14.8963 18 16.2648 18H18V19C18 19.4045 18.2436 19.7691 18.6173 19.9239C18.991 20.0787 19.4211 19.9931 19.7071 19.7071L21.7071 17.7071C22.0976 17.3166 22.0976 16.6834 21.7071 16.2929Z" fill="#292929"/> </svg>
Copied!