Playlist Repeat Song Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Playlist Repeat Song 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/309018.svg" alt="Playlist Repeat Song Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309018.svg" alt="Playlist Repeat Song Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309018.svg" alt="Playlist Repeat Song Svg icon" :width="24" :height="24" />
CSS background
.icon-playlist----repeat-song---svg {
background-image: url('https://proicons.com/icon/309018.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="M22 9C22 9.55229 21.5523 10 21 10C20.4477 10 20 9.55229 20 9V5.61804L19.4472 5.89443C18.9532 6.14142 18.3526 5.94119 18.1056 5.44721C17.8586 4.95324 18.0588 4.35256 18.5528 4.10557L20.5528 3.10557C20.8628 2.95058 21.2309 2.96714 21.5257 3.14935C21.8205 3.33156 22 3.65342 22 4V9ZM6 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.998 16C16.9987 16 16.9993 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.7607 19.7626 17.9988 17.0022 18C17.0015 18 17.0007 18 17 18L6 18V19ZM16 7C16 6.44772 15.5523 6 15 6H7C4.23858 6 2 8.23858 2 11C2 11.5523 2.44771 12 3 12C3.55229 12 4 11.5523 4 11C4 9.34315 5.34315 8 7 8H15C15.5523 8 16 7.55228 16 7Z" fill="#292929"/> </svg>
Copied!