Mpdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mpdroid 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/344176.svg" alt="Mpdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344176.svg" alt="Mpdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344176.svg" alt="Mpdroid icon" :width="24" :height="24" />
CSS background
.icon-mpdroid {
background-image: url('https://proicons.com/icon/344176.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;}</style></defs><path class="a" d="M17.8,27.37h-8v-5.7c0-17.9,28.4-17.9,28.4,0v5.7h-8V43h7.1a5,5,0,0,0,5.2-5.2V21.67c0-22.2-36.8-22.2-37,0V37.78A4.88,4.88,0,0,0,10.7,43h7.1Z"/></svg>
Copied!