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/308101.svg" alt="Player Play Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308101.svg" alt="Player Play Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308101.svg" alt="Player Play Svg icon" :width="24" :height="24" />
CSS background
.icon-player----play---svg {
background-image: url('https://proicons.com/icon/308101.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="M14.5 7.66986L19 10.2679C20.3333 11.0377 20.3333 12.9622 19 13.732L10 18.9282C8.66667 19.698 7 18.7357 7 17.1961L7 12" stroke="#292929" stroke-width="2" stroke-linejoin="round"/> <path d="M14.5 7.66988L10 5.0718C8.66667 4.302 7 5.26426 7 6.80386L7 12" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!