Ippb Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ippb 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/342086.svg" alt="Ippb Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342086.svg" alt="Ippb Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342086.svg" alt="Ippb Mobile icon" :width="24" :height="24" />
CSS background
.icon-ippb-mobile {
background-image: url('https://proicons.com/icon/342086.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="m4.5,31.4965s4.9812-4.5148,11.0409-.4939c0,0,5.0737,3.0276,9.4962-.8178,2.9013-2.5227,6.181-6.1847,9.6742-10.325,1.7925-2.1246,5.2007-6.5147,8.7887-6.8113"/><path id="d" class="g" d="m8.3291,26.7943c1.8647-.4579,4.1561-.6441,6.7027,1.0457,0,0,5.0294,3.1726,9.6062-.488,0,0,1.4822-.6361,9.6742-10.4432,0,0,2.328-2.9161,4.9434-4.9352"/><path id="e" class="g" d="m12.0705,23.8774c.9486.0798,1.9347.5373,2.836,1.1354,0,0,4.7546,3.2825,9.3313-.378,0,0,1.8319-1.2783,9.529-10.3706,0,0,.3942-.4938,1.0404-1.2157"/><circle id="f" class="g" cx="24.0748" cy="26.7384" r="9.288"/></g></svg>
Copied!