Bibit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bibit 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/322584.svg" alt="Bibit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322584.svg" alt="Bibit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322584.svg" alt="Bibit icon" :width="24" :height="24" />
CSS background
.icon-bibit {
background-image: url('https://proicons.com/icon/322584.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m27.1805,11.732h12.9767c1.8519,0,3.3429,1.4922,3.3429,3.3458v17.8444c0,1.8536-1.4909,3.3458-3.3429,3.3458H7.8429c-1.8519,0-3.3429-1.4922-3.3429-3.3458V15.0778c0-1.8536,1.4909-3.3458,3.3429-3.3458h13.1896"/><rect id="d" class="g" x="13.2067" y="21.7568" width="4.4571" height="4.4611"/><rect id="e" class="g" x="30.3514" y="21.7695" width="4.4571" height="4.4611"/><path id="f" class="g" d="m27.1805,11.732l-3.1805,3.6049-2.9675-3.6049"/></svg>
Copied!