Biwo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Biwo 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/322683.svg" alt="Biwo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322683.svg" alt="Biwo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322683.svg" alt="Biwo icon" :width="24" :height="24" />
CSS background
.icon-biwo {
background-image: url('https://proicons.com/icon/322683.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="M32.0621,12.9761v-1.75A5.6448,5.6448,0,0,0,26.42,5.5842H11.1423A5.6448,5.6448,0,0,0,5.5,11.2264V26.47a5.6455,5.6455,0,0,0,5.6423,5.6422H26.42A5.6454,5.6454,0,0,0,32.0621,26.47v-7.743"/><path class="a" d="M15.9389,35.0228v1.7508a5.6448,5.6448,0,0,0,5.6423,5.6422H36.8577A5.6455,5.6455,0,0,0,42.5,36.7736V21.53a5.6448,5.6448,0,0,0-5.6423-5.6422H21.5812A5.6441,5.6441,0,0,0,15.9389,21.53v7.742"/></svg>
Copied!