Player Previous Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Player Previous 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/309014.svg" alt="Player Previous Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309014.svg" alt="Player Previous Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309014.svg" alt="Player Previous Svg icon" :width="24" :height="24" />
CSS background
.icon-player----previous---svg {
background-image: url('https://proicons.com/icon/309014.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="M2.5 9.40193C0.499997 10.5566 0.500003 13.4434 2.5 14.5981L11.5 19.7942C13.0151 20.669 14.8172 20.0527 15.6019 18.6984L17.5 19.7943C19.5 20.949 22 19.5056 22 17.1962L22 6.80387C22 4.49447 19.5 3.0511 17.5 4.2058L15.602 5.30163C14.8172 3.94731 13.0151 3.33101 11.5 4.20578L2.5 9.40193ZM16 7.38122L16 16.6188L18.5 18.0622C19.1667 18.4471 20 17.966 20 17.1962L20 6.80387C20 6.03407 19.1667 5.55295 18.5 5.93785L16 7.38122Z" fill="#292929"/> </svg>
Copied!