Mobiel You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobiel You 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/329409.svg" alt="Mobiel You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329409.svg" alt="Mobiel You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329409.svg" alt="Mobiel You icon" :width="24" :height="24" />
CSS background
.icon-mobiel-you {
background-image: url('https://proicons.com/icon/329409.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:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="c" d="M36.0315,16.1311s-6.4729-3.5399-11.2265-3.5399-9.9117,4.0456-9.9117,9.3048c0,3.5883,1.3148,5.3604,1.3148,5.3604-5.6638-2.2407-6.6752-6.5741-6.6752-9.8105s2.1239-12.9459,15.4744-12.9459c8.2935,0,14.2607,4.1467,14.2607,4.1467l-3.2365,7.4843Z"/><path class="c" d="M11.7769,31.3352s6.0789,4.0737,12.4107,4.0737c4.7536,0,9.9117-4.0456,9.9117-9.3048,0-3.5883-1.3148-5.3604-1.3148-5.3604,5.6638,2.2407,6.6752,6.5741,6.6752,9.8105s-2.1239,12.9459-15.4744,12.9459c-9.3614,0-15.4448-4.6805-15.4448-4.6805l3.2365-7.4843Z"/></svg>
Copied!