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/309619.svg" alt="Player Next Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309619.svg" alt="Player Next Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309619.svg" alt="Player Next Svg icon" :width="24" :height="24" />
CSS background
.icon-player----next---svg {
background-image: url('https://proicons.com/icon/309619.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 d="M3 6.80383V17.1961C3 18.7357 4.66667 19.698 6 18.9282L9 17.1961L9 6.80383L6 5.07177C4.66667 4.30197 3 5.26423 3 6.80383Z" stroke="#292929" stroke-width="2" stroke-linejoin="round"/> <path d="M21 10.2679C22.3333 11.0377 22.3333 12.9623 21 13.7321L12 18.9282C10.6667 19.698 9 18.7358 9 17.1962L9 6.80385C9 5.26425 10.6667 4.302 12 5.0718L21 10.2679Z" stroke="#292929" stroke-width="2" stroke-linejoin="round"/> </svg>
Copied!