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/308102.svg" alt="Player Previous Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308102.svg" alt="Player Previous Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308102.svg" alt="Player Previous Svg icon" :width="24" :height="24" />
CSS background
.icon-player----previous---svg {
background-image: url('https://proicons.com/icon/308102.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="M21 17.1962L21 6.80387C21 5.26427 19.3333 4.30202 18 5.07182L15 6.80387L15 17.1962L18 18.9282C19.3333 19.698 21 18.7358 21 17.1962Z" stroke="#4400FF" stroke-width="2" stroke-linejoin="round"/> <path d="M3 13.7321C1.66667 12.9623 1.66667 11.0377 3 10.2679L12 5.0718C13.3333 4.302 15 5.26425 15 6.80385L15 17.1962C15 18.7358 13.3333 19.698 12 18.9282L3 13.7321Z" stroke="#292929" stroke-width="2" stroke-linejoin="round"/> </svg>
Copied!