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/309621.svg" alt="Player Play Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309621.svg" alt="Player Play Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309621.svg" alt="Player Play Svg icon" :width="24" :height="24" />
CSS background
.icon-player----play---svg {
background-image: url('https://proicons.com/icon/309621.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="M19 10.2679C20.3333 11.0377 20.3333 12.9623 19 13.7321L10 18.9282C8.66667 19.698 7 18.7358 7 17.1962L7 6.80385C7 5.26425 8.66667 4.302 10 5.0718L19 10.2679Z" stroke="#292929" stroke-width="2" stroke-linejoin="round"/> </svg>
Copied!