Bnc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bnc 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/337370.svg" alt="Bnc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337370.svg" alt="Bnc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337370.svg" alt="Bnc icon" :width="24" :height="24" />
CSS background
.icon-bnc {
background-image: url('https://proicons.com/icon/337370.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.3011,30.5446c-4.0639-2.027-4.3394-8.2065-1.8499-10.9814l1.8499,10.9814Z"/><path class="c" d="m10.4167,30.3577l3.1685-16.413c-2.355.8594-4.2935,2.273-5.8154,4.241l2.6469,12.172Z"/><path class="c" d="m12.5421,31.1941l13.0281-19.2765c-2.2894-.433-5.6088.0295-9.958,1.3874l-3.0701,17.889Z"/><path class="c" d="m17.7081,35.2481c20.29,6.7404,41.9674-18.814,9.6235-22.8681l-12.7624,19.7291,22.2285-14.1991-20.4769,15.5865,22.1399-3.6014-20.7525,5.3529Z"/></svg>
Copied!