Momo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/344033.svg" alt="Momo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344033.svg" alt="Momo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344033.svg" alt="Momo icon" :width="24" :height="24" />
CSS background
.icon-momo {
background-image: url('https://proicons.com/icon/344033.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="34.5709" cy="13.4286" r="7.9291"/><path class="c" d="m5.5008,21.3573v-11.8915c0-1.9849,1.8504-3.964,3.9644-3.964,2.1186,0,3.9644,1.9783,3.9644,3.964v11.8915"/><path class="c" d="m13.4288,9.4648c0-1.9849,1.8504-3.964,3.9644-3.964,2.1186,0,3.9644,1.9783,3.9644,3.964v11.8915"/><path class="c" d="m5.5,42.5v-11.8925c0-1.985,1.8504-3.9642,3.9644-3.9642,2.1186,0,3.9644,1.9784,3.9644,3.9642v11.8925"/><path class="c" d="m13.4288,30.6075c0-1.985,1.8504-3.9642,3.9644-3.9642,2.1186,0,3.9644,1.9784,3.9644,3.9642v11.8925"/><circle class="c" cx="34.5709" cy="34.5714" r="7.9291"/></svg>
Copied!