Myumobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myumobile 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/329938.svg" alt="Myumobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329938.svg" alt="Myumobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329938.svg" alt="Myumobile icon" :width="24" :height="24" />
CSS background
.icon-myumobile {
background-image: url('https://proicons.com/icon/329938.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="M20.9635,32.147c3.23,3.7826,9.9963,1.7793,10.7344-2.9099.6672-4.2387-6.1997-14.6371,1.1279-16.1304,10.3405-2.1073,9.3288,13.8516,7.4829,19.8787-1.4048,4.587-5.1223,11.7743-11.1145,8.8252-.9903-.4874-1.1733-1.541-2.5015-1.5497-1.1878-.0078-3.1392,1.3217-4.5419,1.5428C2.9079,44.8377,2.3894,11.2037,15.3114,6.1111c2.8564-1.1257,6.8886-.8182,8.6834,1.9534,3.5085,5.418-3.6744,11.9226-4.3237,17.2293-.2602,2.1271-.1573,5.1554,1.2924,6.8532Z"/></svg>
Copied!