Mlmanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mlmanager 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/329402.svg" alt="Mlmanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329402.svg" alt="Mlmanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329402.svg" alt="Mlmanager icon" :width="24" :height="24" />
CSS background
.icon-mlmanager {
background-image: url('https://proicons.com/icon/329402.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M14.5,5.5v17.2l1.9-1.8,2.5,2.4,2.5-2.5,2.5,2.6,2.5-2.5,2.5,2.4,2.5-2.5,2,2V5.5"/><path id="c" class="l" d="M34.4,35.6c0-3.3,5.2-3.5,5.2,0"/><rect id="d" class="l" x="34.4" y="35.6" width="5.2" height="4.3"/><path id="e" class="l" d="M38.2,40v2.5"/><path id="f" class="l" d="M35.7,40v2.5"/><path id="g" class="l" d="M32.9,35.2v4"/><path id="h" class="l" d="M41.1,35.2v4"/><path id="i" class="l" d="M36.1,33.2l-1.1-1.5"/><path id="j" class="l" d="M37.9,33.2l1.1-1.5"/><polyline class="l" points="27.6 9.7 27.6 17.7 31.6 17.7"/><polyline class="l" points="17.3 17.7 17.3 9.7 21.3 17.7 25.3 9.7 25.3 17.7"/><path class="l" d="M37,28.6c-4.7,0-8.5,3.8-8.5,8.5s3.8,8.5,8.5,8.5,8.5-3.8,8.5-8.5h0c0-4.7-3.8-8.5-8.5-8.5h0Z"/><path class="l" d="M30.5,42.5H9.5c-2.2,0-4-1.8-4-4V9.5c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v21.1"/></svg>
Copied!