Minlaege Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minlaege 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/329344.svg" alt="Minlaege icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329344.svg" alt="Minlaege icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329344.svg" alt="Minlaege icon" :width="24" :height="24" />
CSS background
.icon-minlaege {
background-image: url('https://proicons.com/icon/329344.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M13.1705,21.3329v-11.358c1.8771,3.7622,3.7543,7.5243,5.6314,11.286,1.8771-3.7622,3.7543-7.5243,5.6314-11.286v11.358"/><circle class="c" cx="26.9221" cy="11.4619" r=".75"/><line class="b" x1="26.9271" y1="13.9269" x2="26.9271" y2="21.3329"/><path class="b" d="M34.8295,21.3329v-4.6557c0-1.5519-1.2671-2.8216-2.8157-2.8216s-2.8157,1.2697-2.8157,2.8216v4.6557"/><line class="b" x1="29.1975" y1="16.6769" x2="29.1975" y2="13.8559"/><path class="b" d="M8.5,23.1688v11.0457h5.5115"/><path class="b" d="M24.0149,32.8816c-.3342.8285-1.1141,1.3808-1.894,1.3808-1.2255,0-2.2282-1.2427-2.2282-2.7615v-1.795c0-1.5189,1.0027-2.7615,2.2282-2.7615s2.2282,1.2427,2.2282,2.7615v.9665h-4.4564"/><path class="b" d="M15.7556,28.4118c.3317-.8285,1.1057-1.3808,1.8798-1.3808,1.2163,0,2.2116,1.2427,2.2116,2.7615v1.795c0,1.5189-.9953,2.7615-2.2116,2.7615s-2.1268-.9479-2.0279-2.2693c0-1.6909,1.376-1.4073,4.2853-1.4073"/><path class="b" d="M39.0867,33.1732c-.4134.8285-1.3779,1.3808-2.3424,1.3808-1.5156,0-2.7558-1.2427-2.7558-2.7615v-1.795c0-1.5189,1.2401-2.7615,2.7558-2.7615s2.7558,1.2427,2.7558,2.7615v.9665h-5.5115"/><path class="b" d="M31.9453,26.9789v8.2846c0,1.5189-1.2401,2.7615-2.7558,2.7615-.8267,0-1.5156-.2762-1.929-.8285"/><path class="b" d="M29.1892,26.9789c1.5156,0,2.7558,1.2427,2.7558,2.7615v1.795c0,1.5189-1.2401,2.7615-2.7558,2.7615s-2.7558-1.2427-2.7558-2.7615v-1.795c0-1.5189,1.2401-2.7615,2.7558-2.7615Z"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!