Maingau Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maingau 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/343372.svg" alt="Maingau icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343372.svg" alt="Maingau icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343372.svg" alt="Maingau icon" :width="24" :height="24" />
CSS background
.icon-maingau {
background-image: url('https://proicons.com/icon/343372.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><polyline class="c" points="31.0488 16.9622 31.0488 30.4719 38.5 30.4719"/><line class="c" x1="9.5" y1="30.6345" x2="15.9258" y2="30.6345"/><line class="c" x1="9.5" y1="17.9077" x2="15.9258" y2="17.9077"/><line class="c" x1="9.5" y1="24.2711" x2="13.6768" y2="24.2711"/><line class="c" x1="9.5" y1="17.9077" x2="9.5" y2="30.6345"/><path class="c" d="M18.5197,29.5153c.9184,1.015,2.0205,1.5225,3.6737,1.5225h2.2042c2.0205,0,3.6737-1.5225,3.6737-3.3834h0c0-1.8609-1.6532-3.3834-3.6737-3.3834h-2.3879c-2.0205,0-3.6737-1.5225-3.6737-3.3834h0c0-1.8609,1.6532-3.3834,3.6737-3.3834h2.2042c1.6532,0,2.7553.3383,3.6737,1.5225"/><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/></svg>
Copied!