Mamatmut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mamatmut 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/328826.svg" alt="Mamatmut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328826.svg" alt="Mamatmut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328826.svg" alt="Mamatmut icon" :width="24" :height="24" />
CSS background
.icon-mamatmut {
background-image: url('https://proicons.com/icon/328826.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;}</style></defs><path class="b" d="M42.4069,21.1151c-8.1967,1.943-14.4398-1.8156-12.8259-11.297,1.9218,5.3087,7.0075,5.0539,11.3289,4.1302,1.3166,2.166,1.8156,4.5549,1.4971,7.1668ZM35.2401,39.1754c-5.8821-5.0752-4.746-13.7709,4.5655-16.1492-5.107,4.47-1.3272,9.6194,1.3166,10.6812-1.7625,2.987-3.7232,4.8097-5.8821,5.468ZM13.3363,37.2324c5.2557-7.2093,12.4225-8.5471,17.5082-.3822-4.9584-2.6968-8.6002.8706-11.1059,4.7673-2.4986-.9697-4.6328-2.4314-6.4023-4.385ZM6.265,16.1461c9.8636,1.2635,13.8133,7.8357,8.5471,16.3403.3504-6.1263-4.4063-7.9631-9.0886-8.5046-.4247-2.6756-.2442-5.2875.5415-7.8357ZM28.1052,6.4523c.4141,8.0374-6.3705,12.1358-16.0112,8.9612,5.8715.2124,7.7295-4.5337,7.8463-7.8145,3.0578-1.0051,5.7794-1.3874,8.1648-1.1467Z"/></svg>
Copied!