Bvnc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bvnc 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/337626.svg" alt="Bvnc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337626.svg" alt="Bvnc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337626.svg" alt="Bvnc icon" :width="24" :height="24" />
CSS background
.icon-bvnc {
background-image: url('https://proicons.com/icon/337626.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,.b{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><path class="a" d="M24,34.6734H18.0316s-1.7678.07-.8636-1.4959,2.2616.4733,2.2616-5.0712"/><path class="a" d="M24,43.5H5.6858l3.2371-6.7515H23.9991"/><path class="a" d="M24,34.6734h5.9684s1.7678.07.8636-1.4959-2.2616.4733-2.2616-5.0712"/><path class="a" d="M24,43.5H42.3142l-3.2371-6.7515H24.0009"/><rect class="a" x="6.7247" y="4.5" width="34.5508" height="23.5771"/><path class="a" d="M24,21.1772H16.138v-7.732h2.9878V11.719h2.3607V10.7025H24"/><path class="a" d="M24,21.1772h7.862v-7.732H28.8742V11.719H26.5135V10.7025H24"/><path class="b" d="M24,21.1772V18.4339"/><path class="b" d="M21.7043,21.1772V18.4339"/><path class="b" d="M19.4085,21.1772V18.4339"/><path class="b" d="M28.5915,21.1772V18.4339"/><path class="b" d="M26.2957,21.1772V18.4339"/></svg>
Copied!