Mobvoi Health Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobvoi Health 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/329444.svg" alt="Mobvoi Health icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329444.svg" alt="Mobvoi Health icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329444.svg" alt="Mobvoi Health icon" :width="24" :height="24" />
CSS background
.icon-mobvoi-health {
background-image: url('https://proicons.com/icon/329444.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M24.2721,42.5c3.8615,0,6.9918-3.1303,6.9918-6.9918h0v-10.9413c-.0042-3.8585-3.1333-6.9843-6.9918-6.9843h-10.9413c-3.8571.0021-6.9839,3.1272-6.988,6.9843-.0021,3.8615,3.1266,6.9935,6.988,6.9956h3.9419v3.9381c-.0021,3.8615,3.1266,6.9935,6.988,6.9956.0038,0,.0076,0,.0113,0v.0038ZM31.2639,30.4174h3.4014c3.86,0,6.9897-3.128,6.9918-6.988,0-3.8615-3.1304-6.9918-6.9918-6.9918h-3.9381v-3.9457c0-3.8615-3.1303-6.9918-6.9918-6.9918-.0013,0-.0025,0-.0038,0h0c-3.8615,0-6.9918,3.1303-6.9918,6.9918v5.0908"/></svg>
Copied!