Mobvoi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobvoi 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/329443.svg" alt="Mobvoi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329443.svg" alt="Mobvoi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329443.svg" alt="Mobvoi icon" :width="24" :height="24" />
CSS background
.icon-mobvoi {
background-image: url('https://proicons.com/icon/329443.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m23.6632,7.1077l-8.0153,3.7362v27.361c0,.3492-.3408.5967-.6729.4886l-6.6182-2.1543V8.562l8.7173-4.062,6.5609,2.1417c.2164.0707.2345.3698.0282.466Z"/><path class="c" d="m27.6284,19.8726v14.0935c0,.3184-.3106.5443-.6135.4461l-7.8356-2.5393c-.1054-.0342-.1768-.1324-.1768-.2432v-14.0935c0-.3184.3106-.5443.6135-.4461l7.8356,2.5393c.1054.0342.1768.1324.1768.2432Z"/><path class="c" d="m39.6431,11.8366v27.8861l-8.0002,3.7355c-.2915.1361-.6258-.0767-.6258-.3984V15.7959l-11.1953-3.6312c-.2357-.0765-.2557-.4022-.0311-.5068l7.9175-3.6892,3.3089,1.0725,8.626,2.7955Z"/></svg>
Copied!