Bima Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bima 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/337183.svg" alt="Bima icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337183.svg" alt="Bima icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337183.svg" alt="Bima icon" :width="24" :height="24" />
CSS background
.icon-bima {
background-image: url('https://proicons.com/icon/337183.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m43.5,28.0726s-1.8942-3.6937-7.2928-4.4514l-2.4625-15.8168-9.7447,1.1365-9.7447-1.1365-2.4625,15.8168c-5.3985.7577-7.2928,4.4514-7.2928,4.4514h39Z"/><path class="c" d="m11.877,28.0726c0,6.6954,5.4277,12.123,12.123,12.123s12.123-5.4277,12.123-12.123"/><path class="c" d="m19.8327,32.0505c0,2.3015,1.8658,4.1673,4.1673,4.1673s4.1673-1.8658,4.1673-4.1673h-8.3346Z"/></svg>
Copied!