Player Start Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Start 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/309015.svg" alt="Player Start Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309015.svg" alt="Player Start Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309015.svg" alt="Player Start Svg icon" :width="24" :height="24" />
CSS background
.icon-player----start---svg {
background-image: url('https://proicons.com/icon/309015.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="M15.5 19.7942L6.5 14.5981C4.5 13.4434 4.5 10.5566 6.5 9.40193L15.5 4.20578C17.5 3.05108 20 4.49445 20 6.80385L20 17.1962C20 19.5056 17.5 20.9489 15.5 19.7942ZM3 19C3 19.5523 3.44772 20 4 20C4.55228 20 5 19.5523 5 19L5 5.00001C5 4.44772 4.55229 4.00001 4 4.00001C3.44772 4.00001 3 4.44772 3 5.00001V19Z" fill="#292929"/> </svg>
Copied!