Metroplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metroplayer 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/343703.svg" alt="Metroplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343703.svg" alt="Metroplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343703.svg" alt="Metroplayer icon" :width="24" :height="24" />
CSS background
.icon-metroplayer {
background-image: url('https://proicons.com/icon/343703.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="8.16" cy="38.57" r="3.65"/><path class="cls-1" d="M39.85,5.78a3.64,3.64,0,0,0-3.2,1.91h0L24,30.91,11.37,7.69a3.66,3.66,0,0,0-6.43,3.5L20.79,40.3a3.63,3.63,0,0,0,6.41,0h0l9-16.49V38.57a3.66,3.66,0,0,0,7.31,0h0V9.43A3.65,3.65,0,0,0,39.85,5.78Z"/></svg>
Copied!