Player Play Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Play Svg icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309013.svg" alt="Player Play Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309013.svg" alt="Player Play Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309013.svg" alt="Player Play Svg icon" :width="24" :height="24" />
CSS background
.icon-player----play---svg {
background-image: url('https://proicons.com/icon/309013.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="M19.5 14.5981C21.5 13.4434 21.5 10.5566 19.5 9.40193L10.5 4.20578C8.5 3.05108 6 4.49446 6 6.80385V17.1962C6 19.5056 8.5 20.9489 10.5 19.7942L19.5 14.5981Z" fill="#292929"/> </svg>
Copied!