Mohela Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mohela 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/329459.svg" alt="Mohela icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329459.svg" alt="Mohela icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329459.svg" alt="Mohela icon" :width="24" :height="24" />
CSS background
.icon-mohela {
background-image: url('https://proicons.com/icon/329459.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><polyline class="c" points="31.5736 20.9654 31.5736 27.0346 34.6082 27.0346"/><polyline class="c" points="8 27.0279 8 20.9654 11.0346 27.0346 14.0692 20.9746 14.0692 27.0346"/><line class="c" x1="21.399" y1="20.9654" x2="21.399" y2="27.0346"/><line class="c" x1="25.4198" y1="20.9654" x2="25.4198" y2="27.0346"/><line class="c" x1="21.399" y1="23.9886" x2="25.4198" y2="23.9886"/><line class="c" x1="27.0975" y1="24" x2="29.0761" y2="24"/><polyline class="c" points="30.1321 27.0346 27.0975 27.0346 27.0975 20.9654 30.1321 20.9654"/><rect class="c" x="15.7237" y="20.9654" width="4.0209" height="6.0692" rx="2.0104" ry="2.0104"/><line class="c" x1="39.334" y1="25.0242" x2="36.6451" y2="25.0242"/><polyline class="c" points="35.9791 27.0346 37.9896 20.9654 40 27.0346"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!