Bimb Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bimb 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/337184.svg" alt="Bimb Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337184.svg" alt="Bimb Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337184.svg" alt="Bimb Mobile icon" :width="24" :height="24" />
CSS background
.icon-bimb-mobile {
background-image: url('https://proicons.com/icon/337184.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="27.7958" cy="27.7958" r="11.9084"/><path class="e" d="M24,12.0915c-2.9729,0-5.7426.8412-8.1126,2.2763v-2.2763c0-4.1927-3.3989-7.5915-7.5916-7.5915v23.2959c0,8.6732,7.031,15.7041,15.7042,15.7041s15.7042-7.0309,15.7042-15.7041-7.031-15.7043-15.7042-15.7043Z"/><circle class="e" cx="27.7958" cy="27.7958" r="11.9084"/><path class="e" d="M18.7762,20.0398c1.0264-.4424,2.1591-.6902,3.3625-.6902,4.6544,0,8.4416,3.7872,8.4416,8.4416,0,4.6721-3.7872,8.4416-8.4416,8.4416-1.2034,0-2.336-.2478-3.3625-.6902"/></svg>
Copied!