Player End Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player End 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/309010.svg" alt="Player End Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309010.svg" alt="Player End Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309010.svg" alt="Player End Svg icon" :width="24" :height="24" />
CSS background
.icon-player----end---svg {
background-image: url('https://proicons.com/icon/309010.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="M17.5 9.40193C19.5 10.5566 19.5 13.4434 17.5 14.5981L8.5 19.7942C6.5 20.9489 4 19.5056 4 17.1962V6.80385C4 4.49446 6.5 3.05108 8.5 4.20578L17.5 9.40193ZM21 5.00001C21 4.44772 20.5523 4.00001 20 4.00001C19.4477 4.00001 19 4.44772 19 5.00001V19C19 19.5523 19.4477 20 20 20C20.5523 20 21 19.5523 21 19V5.00001Z" fill="#292929"/> </svg>
Copied!