Bpi Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bpi 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/322917.svg" alt="Bpi Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322917.svg" alt="Bpi Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322917.svg" alt="Bpi Mobile icon" :width="24" :height="24" />
CSS background
.icon-bpi-mobile {
background-image: url('https://proicons.com/icon/322917.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="M24,43.5l12.1878-8.7055a2.1868,2.1868,0,0,0,.8841-2.1493L34.4838,17.5664A80.5627,80.5627,0,0,0,24,16.7694"/><path class="a" d="M24,14.44a45.9975,45.9975,0,0,1,7.5716.49"/><path class="a" d="M25.81,14.4626c2.5127-1.31,6.4977-6.2458-1.81-7.3493"/><path class="a" d="M27.4026,14.44c2.9429-.2759,4.8434-1.5634,4.8434-3.4027s-2.8508-2.9823-4.8434-2.9823"/><path class="a" d="M24,43.5,11.8122,34.7945a2.1868,2.1868,0,0,1-.8841-2.1493l2.5881-15.0788A80.5627,80.5627,0,0,1,24,16.7694"/><path class="a" d="M24,14.44a45.9975,45.9975,0,0,0-7.5716.49"/><path class="a" d="M22.19,14.4626c-2.5127-1.31-6.4977-6.2458,1.81-7.3493"/><path class="a" d="M20.5974,14.44c-2.9429-.2759-4.8434-1.5634-4.8434-3.4027s2.8508-2.9823,4.8434-2.9823"/><circle class="a" cx="24" cy="5.5346" r="1.0346"/><line class="a" x1="24" y1="14.4397" x2="24" y2="6.5692"/><line class="a" x1="24" y1="16.7694" x2="24" y2="43.5"/></svg>
Copied!