Mbestyle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mbestyle 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/343519.svg" alt="Mbestyle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343519.svg" alt="Mbestyle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343519.svg" alt="Mbestyle icon" :width="24" :height="24" />
CSS background
.icon-mbestyle {
background-image: url('https://proicons.com/icon/343519.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.6582,37.5561h7.3645a0,0,0,0,1,0,0v3.2617A3.6822,3.6822,0,0,1,22.34,44.5h0a3.6822,3.6822,0,0,1-3.6822-3.6822V37.5561A0,0,0,0,1,18.6582,37.5561Z"/><path class="a" d="M25.4759,5.285h-6.271c-8.5014,0-12,3.5818-12,8V34.5561a3,3,0,0,0,3,3h24.271a3,3,0,0,0,3-3V13.285C37.4759,8.8668,34.1068,5.285,25.4759,5.285Z"/><path class="a" d="M34.4759,37.5561h3.3192a3,3,0,0,0,3-3V13.285c0-4.4182-3.3692-8-12-8H25.4759"/><circle class="a" cx="17.5213" cy="15.7757" r="1.5"/><circle class="a" cx="27.1596" cy="15.7757" r="1.5"/><path class="a" d="M25.157,19.3067a2.9334,2.9334,0,0,1-5.6332,0"/><circle class="a" cx="13.9267" cy="22.0421" r="2"/><circle class="a" cx="30.6596" cy="22.0421" r="2"/></svg>
Copied!