Playlist Repeat List Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Playlist Repeat List 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/309017.svg" alt="Playlist Repeat List Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309017.svg" alt="Playlist Repeat List Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309017.svg" alt="Playlist Repeat List Svg icon" :width="24" :height="24" />
CSS background
.icon-playlist----repeat-list---svg {
background-image: url('https://proicons.com/icon/309017.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="M18 5C18 4.59554 18.2436 4.2309 18.6173 4.07612C18.991 3.92134 19.4211 4.0069 19.7071 4.29289L21.7071 6.29289C22.0976 6.68342 22.0976 7.31658 21.7071 7.70711L19.7071 9.70711C19.4211 9.9931 18.991 10.0787 18.6173 9.92388C18.2436 9.7691 18 9.40446 18 9V8H7C5.34315 8 4 9.34315 4 11C4 11.5523 3.55228 12 3 12C2.44772 12 2 11.5523 2 11C2 8.23884 4.23815 6.00042 6.99922 6L7 6H18V5ZM6 19C6 19.4045 5.75636 19.7691 5.38268 19.9239C5.00901 20.0787 4.57889 19.9931 4.29289 19.7071L2.29289 17.7071C1.90237 17.3166 1.90237 16.6834 2.29289 16.2929L4.29289 14.2929C4.57889 14.0069 5.00901 13.9213 5.38268 14.0761C5.75636 14.2309 6 14.5955 6 15V16L16.9986 16C16.9991 16 16.9995 16 17 16C18.6569 16 20 14.6569 20 13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13C22 15.7609 19.7623 17.9992 17.0016 18C17.001 18 17.0005 18 17 18L6 18V19Z" fill="#292929"/> </svg>
Copied!