Mauth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mauth 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/343496.svg" alt="Mauth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343496.svg" alt="Mauth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343496.svg" alt="Mauth icon" :width="24" :height="24" />
CSS background
.icon-mauth {
background-image: url('https://proicons.com/icon/343496.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="g" d="m31.5332,5.4993l-5.1595,5.7749"/><path id="d" class="g" d="m16.2353,5.5251l5.1595,5.7233"/><path id="e" class="g" d="m19.7438,36.2301c-4.45,1.5949-8.0716,2.3502-7.6876-.9539,1.4428-7.9122,6.6064-13.5311,11.844-17.763,7.4025,4.543,11.537,13.8968,12.096,18.0982.2049,2.569-2.3523,2.6886-7.0298.9281"/><path id="f" class="g" d="m31.1205,42.4433c4.97.4157,11.0003-1.4017,9.5709-8.1468-1.8307-6.7219-6.4334-17.199-16.7912-21.759-8.3332,4.395-15.0335,10.5311-16.7713,22.6872-.461,6.5695,4.9631,7.223,10.1126,7.1929"/></svg>
Copied!