Iu Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iu 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/342141.svg" alt="Iu Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342141.svg" alt="Iu Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342141.svg" alt="Iu Mobile icon" :width="24" :height="24" />
CSS background
.icon-iu-mobile {
background-image: url('https://proicons.com/icon/342141.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><line id="c" class="i" x1="18.15" y1="43.5" x2="29.85" y2="43.5"/><line id="d" class="i" x1="18.15" y1="4.5" x2="29.85" y2="4.5"/><line id="e" class="i" x1="24" y1="4.5" x2="24" y2="43.5"/><path id="f" class="i" d="M11.325,11.8125v12.0248c0,7.3125,5.85,13.1625,12.675,13.1625s12.675-5.85,12.675-13.1625V11.8125"/></g><line id="g" class="i" x1="32.775" y1="11.5417" x2="40.575" y2="11.5417"/><line id="h" class="i" x1="7.425" y1="11.5417" x2="15.225" y2="11.5417"/></svg>
Copied!