Mobi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobi 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/329408.svg" alt="Mobi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329408.svg" alt="Mobi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329408.svg" alt="Mobi icon" :width="24" :height="24" />
CSS background
.icon-mobi {
background-image: url('https://proicons.com/icon/329408.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;}</style></defs><path class="c" d="M35.4166,32.062c6.3052-6.3052,6.3052-16.5279,0-22.8331-6.3052-6.3052-16.5279-6.3052-22.8331,0-6.3052,6.3052-6.3052,16.5279,0,22.8331l11.438,11.438,11.3952-11.438h0Z"/><path class="c" d="M22.634,28.9342c1.3439,0,2.4434,1.0995,2.4434,2.4434s-1.0995,2.4434-2.4434,2.4434h-4.0316v-9.7737h4.0316c1.3439,0,2.4434,1.0995,2.4434,2.4434s-1.0995,2.4434-2.4434,2.4434Z"/><line class="c" x1="22.6898" y1="28.9342" x2="18.9997" y2="28.9342"/><line class="c" x1="28.9608" y1="23.7878" x2="28.9608" y2="33.5615"/><path class="c" d="M13.9646,21.586l.0473-9.4202,4.947,9.4907,4.8167-9.5024-.0122,9.5738"/><path class="c" d="M35.5208,16.6701c0-2.5897-2.0993-4.689-4.689-4.689s-4.689,2.0993-4.689,4.689v.3968c0,2.5897,2.0993,4.689,4.689,4.689s4.689-2.0993,4.689-4.689v-.3968Z"/></svg>
Copied!