Iob Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iob Mobile 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/342072.svg" alt="Iob Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342072.svg" alt="Iob Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342072.svg" alt="Iob Mobile icon" :width="24" :height="24" />
CSS background
.icon-iob-mobile {
background-image: url('https://proicons.com/icon/342072.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>.x{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><g id="c"><path id="d" class="x" d="M24.6909,26.8001l8.8116,9.0768,9.0134-9.0365-9.0134,9.0406"/><path id="e" class="x" d="M24.7303,30.1378l8.8311,9.084,8.8975-9.028-8.9057,9.0362"/><path id="f" class="x" d="M24.6736,33.328l8.9125,9.172,8.8954-9.1549-8.8915,9.151"/></g><g id="g"><path id="h" class="x" d="M25.9868,25.2567l7.5235-7.5623,7.6068,7.541-7.603-7.541"/><path id="i" class="x" d="M27.5281,26.7811l5.9986-5.925,6.0152,5.958-6.0191-5.9619"/><path id="j" class="x" d="M29.0614,28.4154l4.4524-4.5017,4.4587,4.4916-4.4587-4.4916"/></g><g id="k"><path id="l" class="x" d="M6.9602,25.1977l7.5235-7.5623,7.6068,7.541-7.603-7.541"/><path id="m" class="x" d="M8.5015,26.7222l5.9986-5.925,6.0152,5.958-6.0191-5.9619"/><path id="n" class="x" d="M10.0348,28.3564l4.4524-4.5017,4.4587,4.4916-4.4587-4.4916"/></g><path id="o" class="x" d="M15.0262,14.2263l8.7263-8.7263"/><g id="p"><path id="q" class="x" d="M16.0737,16.0975l7.9189-7.9597,8.0066,7.9372-8.0025-7.9372"/><path id="r" class="x" d="M17.696,17.702l6.3138-6.2363,6.3313,6.2711-6.3353-6.2752"/><path id="s" class="x" d="M19.3099,19.4222l4.6863-4.7382,4.693,4.7276-4.693-4.7276"/></g><g id="t"><path id="u" class="x" d="M5.6908,26.752l8.8116,9.0768,8.9442-8.9442-8.9442,8.9483"/><path id="v" class="x" d="M5.6149,29.9744l8.9465,9.1993,8.8975-9.028-8.9057,9.0362"/><path id="w" class="x" d="M5.6735,33.2799l8.9125,9.172,8.8723-9.0741-8.8684,9.0703"/></g></g></svg>
Copied!