Brand Xiaomi Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Xiaomi 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/305259.svg" alt="Brand Xiaomi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305259.svg" alt="Brand Xiaomi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305259.svg" alt="Brand Xiaomi icon" :width="24" :height="24" />
CSS background
.icon-brand-xiaomi {
background-image: url('https://proicons.com/icon/305259.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M63 62v876h875V62H63zm394 660c0 3-3 6-5 6h-99c-3 0-5-3-5-6V455c0-3 2-5 5-5h99c2 0 5 2 5 5v267zm198 0c0 3-3 6-5 6h-97c-3 0-6-3-6-6V440c0-40-32-72-72-72H264c-3 0-6 2-6 5v349c0 3-2 6-5 6h-98c-3 0-5-3-5-6V277c0-2 2-5 5-5h369c72 0 131 59 131 132v318zm195 0c0 3-2 6-5 6h-99c-3 0-5-3-5-6V277c0-2 2-5 5-5h99c3 0 5 3 5 5v445z"/></svg>
Copied!