Idfmobilits Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Idfmobilits 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/327311.svg" alt="Idfmobilits icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327311.svg" alt="Idfmobilits icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327311.svg" alt="Idfmobilits icon" :width="24" :height="24" />
CSS background
.icon-idfmobilits {
background-image: url('https://proicons.com/icon/327311.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.3808,43.5c1.1511-1.8878,10.6363-14.9185,13.8134-14.9185,4.8347,0,12.2218,11.3281,14.7344,14.9185"/><path class="a" d="M9.611,25.6346c2.5785-2.2562,8.8866-4.9268,14.78-5.7556s12.9386-4.052,14.2278-5.94"/><path class="a" d="M24.76,4.5c2.5786,0,3.73,2.026,3.73,4.3743s-2.026,5.8937-4.8347,5.8937-3.8218-2.3022-3.8218-4.19S21.3064,4.5,24.76,4.5Z"/></svg>
Copied!