Next Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Next Player 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/330152.svg" alt="Next Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330152.svg" alt="Next Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330152.svg" alt="Next Player icon" :width="24" :height="24" />
CSS background
.icon-next-player {
background-image: url('https://proicons.com/icon/330152.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m40.9154,22.9874L12.9311,6.8307c-.7795-.4501-1.7539.1125-1.7539,1.0126v32.3134c0,.9001.9744,1.4627,1.7539,1.0126l27.9842-16.1567c.7795-.4501.7795-1.5752,0-2.0253Z"/><path class="c" d="m11.1772,8.5184l-2.9232-1.6877c-.7795-.4501-1.7539.1125-1.7539,1.0126v32.3134c0,.9001.9744,1.4627,1.7539,1.0126l2.9232-1.6877"/></svg>
Copied!