Xiaomi Service Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xiaomi Service Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335346.svg" alt="Xiaomi Service Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335346.svg" alt="Xiaomi Service Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335346.svg" alt="Xiaomi Service Plus icon" :width="24" :height="24" />
CSS background
.icon-xiaomi-service-plus {
background-image: url('https://proicons.com/icon/335346.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M5.5,18.2092c0-4.48,3.599-5.765,6.402-3.493l12.098,9.8,12.098-9.8c2.804-2.271,6.402-.987,6.402,3.493v17.661c0,4.48-3.598,5.764-6.402,3.493l-12.098-9.8-12.098,9.8c-2.803,2.272-6.402.987-6.402-3.493v-17.661ZM30.12,13.6132c0,3.3562-2.7176,6.077-6.07,6.077h-.002c-3.3524,0-6.07-2.7208-6.07-6.077s2.7176-6.077,6.07-6.077c3.3524-.0006,6.0704,2.7198,6.071,6.076v.001h.001Z"/></svg>
Copied!