Id Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Id 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/341860.svg" alt="Id Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341860.svg" alt="Id Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341860.svg" alt="Id Mobile icon" :width="24" :height="24" />
CSS background
.icon-id-mobile {
background-image: url('https://proicons.com/icon/341860.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="4.5" y="18.5" width="6" height="20" rx="3" ry="3"/><circle class="d" cx="7.5" cy="12.5" r="3"/><path class="d" d="m14.5 9.5h14.5c8.0081 0 14.5 6.4919 14.5 14.5 0 7.0668-5.0554 12.953-11.747 14.239m-2.9913.261h-14.262"/><path class="d" d="m24.167 24h-9.6667"/><path class="d" d="m14.5 19.167h14.5c2.6694 0 4.8333 2.164 4.8333 4.8333s-2.164 4.8333-4.8333 4.8333h-14.5"/><path class="d" d="m14.5 14.333h10.357m3.1055 0h1.0371c5.3387 0 9.6667 4.3279 9.6667 9.6667 0 1.1849-.21318 2.32-.60328 3.369m-1.4731 2.6176c-1.7703 2.2415-4.5123 3.68-7.5903 3.68h-14.5"/></svg>
Copied!