Mhle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mhle 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/343716.svg" alt="Mhle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343716.svg" alt="Mhle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343716.svg" alt="Mhle icon" :width="24" :height="24" />
CSS background
.icon-mhle {
background-image: url('https://proicons.com/icon/343716.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><rect class="a" x="5.5" y="5.5" width="37" height="37"/><rect class="a" x="11.975" y="11.975" width="24.05" height="24.05"/><rect class="a" x="17.9875" y="17.9875" width="12.025" height="12.025"/><path class="a" d="M24,5.5V17.9875"/><path class="a" d="M42.5,24H30.0125"/><path class="a" d="M5.5,24H17.9875"/><path class="a" d="M24,42.5V30.0125"/></svg>
Copied!