Playlist Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Playlist 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/309020.svg" alt="Playlist Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309020.svg" alt="Playlist Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309020.svg" alt="Playlist Svg icon" :width="24" :height="24" />
CSS background
.icon-playlist---svg {
background-image: url('https://proicons.com/icon/309020.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="M7 6C7 6.35726 6.8094 6.68739 6.5 6.86602L3.5 8.59807C3.1906 8.7767 2.8094 8.7767 2.5 8.59807C2.1906 8.41944 2 8.08931 2 7.73205V4.26794C2 3.91068 2.1906 3.58055 2.5 3.40192C2.8094 3.22329 3.1906 3.22329 3.5 3.40192L6.5 5.13397C6.8094 5.3126 7 5.64273 7 6ZM3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13L21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11L3 11ZM9 6.00001C9 5.44773 9.44772 5.00001 10 5.00001L21 5.00001C21.5523 5.00001 22 5.44772 22 6.00001C22 6.55229 21.5523 7.00001 21 7.00001L10 7.00001C9.44772 7.00001 9 6.55229 9 6.00001ZM3 17C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19L21 19C21.5523 19 22 18.5523 22 18C22 17.4477 21.5523 17 21 17L3 17Z" fill="#292929"/> </svg>
Copied!