Mtn Momo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mtn Momo 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/344200.svg" alt="Mtn Momo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344200.svg" alt="Mtn Momo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344200.svg" alt="Mtn Momo icon" :width="24" :height="24" />
CSS background
.icon-mtn-momo {
background-image: url('https://proicons.com/icon/344200.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M27.5137,22.84c0,2.7449-2.2283,4.97-4.977,4.97h0c-2.7487,0-4.977-2.2251-4.977-4.97h0c0-2.7449,2.2283-4.97,4.977-4.97h0c2.7487,0,4.977,2.2251,4.977,4.97h0ZM31.1527,4.5l-4.28,6.593c5.98,4.98,9.916,12.094,11.657,19.62.41-6.817-.245-13.918-3.433-20.07-1.096-2.177-2.436-4.227-3.944-6.143ZM20.4197,10.735l-11.059,16.774c8.41,1.282,16.408,5.09,22.63,10.893,1.7401,1.5966,3.3798,3.2992,4.91,5.098.733-9.014-1.585-18.514-7.56-25.47-2.494-2.95-5.548-5.414-8.921-7.295Z"/></svg>
Copied!