Player Next Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Next 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/309011.svg" alt="Player Next Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309011.svg" alt="Player Next Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309011.svg" alt="Player Next Svg icon" :width="24" :height="24" />
CSS background
.icon-player----next---svg {
background-image: url('https://proicons.com/icon/309011.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="M5.5 5.9378C4.83334 5.5529 4 6.03402 4 6.80382L4 17.1961C4 17.9659 4.83333 18.4471 5.5 18.0622L8 16.6188L8 7.38117L5.5 5.9378ZM8.39806 5.30159L6.5 4.20575L6 5.07177L6.5 4.20575C4.5 3.05104 2 4.49443 2 6.80382V17.1961C2 19.5055 4.5 20.9489 6.5 19.7942L8.39804 18.6984C9.18276 20.0527 10.9849 20.669 12.5 19.7942L21.5 14.5981C23.5 13.4434 23.5 10.5566 21.5 9.40192L12.5 4.20577C10.9849 3.331 9.18278 3.9473 8.39806 5.30159Z" fill="#292929"/> </svg>
Copied!