Xiaomi Earbuds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xiaomi Earbuds 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/349903.svg" alt="Xiaomi Earbuds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349903.svg" alt="Xiaomi Earbuds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349903.svg" alt="Xiaomi Earbuds icon" :width="24" :height="24" />
CSS background
.icon-xiaomi-earbuds {
background-image: url('https://proicons.com/icon/349903.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15.1182,13.2868c3.856,0,6.9819,3.1259,6.9819,6.9819v23.2313c-3.856,0-6.9819-3.1259-6.9819-6.9819V13.2868Z"/><path class="c" d="m9.8462,13.2868h.19c2.8049,0,5.0821,2.2772,5.0821,5.0821v4.9425c0,2.8049-2.2772,5.0821-5.0821,5.0821h-.19c-.9437,0-1.7099-.7662-1.7099-1.7099v-11.6869c0-.9437.7662-1.7099,1.7099-1.7099Z"/><path class="c" d="m32.8818,4.5c-3.856,0-6.9819,3.1259-6.9819,6.9819v23.2313c3.856,0,6.9819-3.1259,6.9819-6.9819V4.5Z"/><path class="c" d="m34.5916,4.5h.19c2.8049,0,5.0821,2.2772,5.0821,5.0821v4.9425c0,2.8049-2.2772,5.0821-5.0821,5.0821h-.19c-.9437,0-1.7099-.7662-1.7099-1.7099V6.2099c0-.9437.7662-1.7099,1.7099-1.7099Z" transform="translate(72.7454 24.1066) rotate(180)"/></svg>
Copied!