Mymo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mymo 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/344434.svg" alt="Mymo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344434.svg" alt="Mymo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344434.svg" alt="Mymo icon" :width="24" :height="24" />
CSS background
.icon-mymo {
background-image: url('https://proicons.com/icon/344434.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><g><path class="c" d="m4.5002,24.3563l-.0002-3.1993c-.0001-2.0135,1.4492-3.6344,3.2493-3.6344s3.2492,1.621,3.2493,3.6344"/><path class="c" d="m10.9988,24.3563l.0142-3.1993c.0143-2.0135,1.4636-3.6344,3.2637-3.6344s3.2491,1.621,3.2493,3.6344l-.0057,2.6254c-.0032,1.4396,1.443,3.0606,3.2432,3.0606s3.2281-1.621,3.2157-4.1318m6.5071-1.5542c-.0001-2.0135-1.4492-3.6344-3.2493-3.6344s-3.2494,1.621-3.2493,3.6344l-.0082,2.0204-.0206,3.6655c.0001,2.0135-1.4492,3.6344-3.2493,3.6344-.647,0-1.2486-.2094-1.7539-.5711"/><path class="c" d="m37.0076,24.0698c-.0024-1.4396,1.443-3.0606,3.2432-3.0606s3.2492,1.621,3.2493,3.4904c-.0002,1.8694-1.4492,3.4904-3.2494,3.4904s-3.2455-1.6209-3.2432-3.0606l.0062-3.7724c.0032-2.0135-1.4492-3.6344-3.2493-3.6344s-3.2494,1.621-3.2637,3.6344l-.0142,3.1993"/></g><g><path class="c" d="m4.5002,24.3563l-.0002-3.1993c-.0001-2.0135,1.4492-3.6344,3.2493-3.6344s3.2492,1.621,3.2493,3.6344"/><path class="c" d="m10.9988,24.3563l.0142-3.1993c.0143-2.0135,1.4636-3.6344,3.2637-3.6344s3.2491,1.621,3.2493,3.6344l-.0057,2.6254c-.0032,1.4396,1.443,3.0606,3.2432,3.0606s3.2281-1.621,3.2157-4.1318m6.5071-1.5542c-.0001-2.0135-1.4492-3.6344-3.2493-3.6344s-3.2494,1.621-3.2493,3.6344l-.0082,2.0204-.0206,3.6655c.0001,2.0135-1.4492,3.6344-3.2493,3.6344-.647,0-1.2486-.2094-1.7539-.5711"/><path class="c" d="m37.0076,24.0698c-.0024-1.4396,1.443-3.0606,3.2432-3.0606s3.2492,1.621,3.2493,3.4904c-.0002,1.8694-1.4492,3.4904-3.2494,3.4904s-3.2455-1.6209-3.2432-3.0606l.0062-3.7724c.0032-2.0135-1.4492-3.6344-3.2493-3.6344s-3.2494,1.621-3.2637,3.6344l-.0142,3.1993"/></g></svg>
Copied!