Mb Way Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mb Way 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/328956.svg" alt="Mb Way icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328956.svg" alt="Mb Way icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328956.svg" alt="Mb Way icon" :width="24" :height="24" />
CSS background
.icon-mb-way {
background-image: url('https://proicons.com/icon/328956.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><g><polyline class="c" points="6.5 32.8125 8.7031 15.1875 15.3125 32.8125 21.9219 15.1875 24.1251 32.8125"/><g><path class="c" d="m37.0937,24c2.4335,0,4.4063,1.9728,4.4063,4.4063s-1.9728,4.4063-4.4063,4.4063h-7.2703V15.1875h7.2703c2.4335,0,4.4063,1.9728,4.4063,4.4063s-1.9728,4.4063-4.4063,4.4063h0Z"/><line class="c" x1="37.0937" y1="24" x2="33.4586" y2="24"/></g></g><g><path class="c" d="m39.1487,11.5l-.3592-3.3225c-.1647-1.5232-1.4506-2.6775-2.9826-2.6775H12.1931c-1.532,0-2.8179,1.1544-2.9826,2.6775l-.3592,3.3225"/><path class="c" d="m6.1487,36.5l-.4092,3.785c-.1279,1.1828.7988,2.215,1.9884,2.215h32.5442c1.1897,0,2.1163-1.0322,1.9884-2.215l-.4092-3.785"/></g></svg>
Copied!