Retroplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Retroplayer 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/332125.svg" alt="Retroplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332125.svg" alt="Retroplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332125.svg" alt="Retroplayer icon" :width="24" :height="24" />
CSS background
.icon-retroplayer {
background-image: url('https://proicons.com/icon/332125.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}
</style>
<g>
<path class="st0" d="M42.3,20.7L15.6,5c-1.8-1.1-4.2-0.5-5.3,1.4C10,7,9.8,7.7,9.8,8.4v31.3c0,2.1,1.7,3.9,3.8,3.9
c0.7,0,1.4-0.2,2-0.5l26.6-15.6c1.8-1.1,2.5-3.4,1.4-5.3C43.3,21.5,42.8,21,42.3,20.7L42.3,20.7z"/>
<path class="st0" d="M9.8,31.1h11.3c3.8,0,6.9-3.6,6.9-8.1s-3.1-8.1-6.9-8.1H9.8"/>
<path class="st0" d="M14.1,14.9L25.7,37l0,0"/>
</g>
</svg>
Copied!