Mller Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mller 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/343960.svg" alt="Mller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343960.svg" alt="Mller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343960.svg" alt="Mller icon" :width="24" :height="24" />
CSS background
.icon-mller {
background-image: url('https://proicons.com/icon/343960.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M42.5,42.4809h-10.9992s-4.335-.3235-7.5008-6.0077c-3.1658,5.7033-7.5008,6.0268-7.5008,6.0268H5.5M42.4809,5.5v10.9992s-.3235,4.335-6.0077,7.5008c5.7033,3.1658,6.0268,7.5008,6.0268,7.5008v10.9992M5.5,5.5191h10.9992s4.335.3235,7.5008,6.0077c3.1658-5.7033,7.5008-6.0268,7.5008-6.0268h10.9992M5.5191,42.5v-10.9992s.3235-4.335,6.0077-7.5008c-5.7033-3.1658-6.0268-7.5008-6.0268-7.5008V5.5"/><polyline class="c" points="16.9807 21.672 22.7328 30.2362 27.8585 22.6047 27.8585 30.2362 26.3777 30.2362 32.5 30.2362 31.0193 30.2362 31.0193 17.7638 32.5 17.7638 26.3777 17.7638 22.9108 23.4813 19.0879 17.7638 15.5 17.7638 16.9807 17.7638 16.9807 30.2362 15.5 30.2362 18.4615 30.2362"/></svg>
Copied!