Bimcell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bimcell 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/337185.svg" alt="Bimcell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337185.svg" alt="Bimcell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337185.svg" alt="Bimcell icon" :width="24" :height="24" />
CSS background
.icon-bimcell {
background-image: url('https://proicons.com/icon/337185.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="22.802" y1="18.757" x2="22.802" y2="28.682"/><polyline class="b" points="28.8176 28.5575 28.8176 18.7565 33.3176 28.6815 37.8186 18.7565 37.8186 28.6815"/><path class="b" d="m14.276,23.719c1.3648,0,2.4814,1.1166,2.4814,2.4814s-1.1166,2.4814-2.4814,2.4814h-4.0943v-9.9256h4.0943c1.3648,0,2.4814,1.1166,2.4814,2.4814s-1.1166,2.4814-2.4814,2.4814Z"/><line class="b" x1="14.276" y1="23.719" x2="10.181" y2="23.719"/><path class="b" d="m7.3083,13.64c-1.3705,0-2.4882,1.111-2.4815,2.4815l.0654,13.391c.0067,1.3705,1.111,2.4815,2.4815,2.4815h33.318c1.3705,0,2.4882-1.111,2.4815-2.4815l-.0654-13.391c-.0068-1.3705-1.111-2.4815-2.4815-2.4815h-15.353l-2.4718,2.4718-2.4718-2.4718H7.3083Z"/><polyline class="b" points="34.35 34.7872 34.35 42.7872 38.35 42.7872"/><path class="b" d="m15.05,40.087h0c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.6v-2.7c0-1.5,1.2-2.7,2.7-2.6h0c1.5,0,2.6,1.2,2.6,2.6h0"/><line class="b" x1="18.817" y1="38.7872" x2="21.417" y2="38.7872"/><polyline class="b" points="22.817 42.7872 18.817 42.7872 18.817 34.7872 22.817 34.7872"/><polyline class="b" points="26.58 34.7872 26.58 42.7872 30.58 42.7872"/><path class="b" d="m26.309,11.507c-1.0374-.9781-2.5339-1.5087-3.9637-1.3604h0c-.427.0268-.8483.1187-1.2512.2653-.6607.2404-1.2717.6281-1.777,1.1182"/><path class="b" d="m27.733,9.1023c-.3122-.3022-.6579-.5711-1.0339-.7984-1.1775-.7723-2.5921-1.1834-4.0002-1.162h0c-1.784-.0229-3.5224.7575-4.7901,1.9982"/><path class="b" d="m29.145,6.9162c-.6559-.6515-1.4205-1.1931-2.2708-1.5811-1.4001-.7061-2.9798-1.0238-4.5442-.9596h0c-2.1849.0605-4.2791,1.053-5.8296,2.5814"/></svg>
Copied!