Bilnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bilnet 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/337179.svg" alt="Bilnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337179.svg" alt="Bilnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337179.svg" alt="Bilnet icon" :width="24" :height="24" />
CSS background
.icon-bilnet {
background-image: url('https://proicons.com/icon/337179.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 id="b" class="c" d="M18.2861,31.8403c2.3997,3.8616,7.8928,7.3777,9.3299,7.8532,12.2202-7.7724,15.8841-17.8384,15.8841-28.9389-8.2977-2.6467-19.3994-3.1673-26.9466-1.4647"/><polyline class="c" points="21.3286 13.4918 21.3286 28.0481 28.6068 28.0481"/><line class="c" x1="17.7361" y1="13.4918" x2="17.7361" y2="28.0481"/><path class="c" d="M10.5045,20.7699c2.0098,0,3.6391,1.6293,3.6391,3.6391s-1.6293,3.6391-3.6391,3.6391h-6.0045v-14.5563h6.0045c2.0098,0,3.6391,1.6293,3.6391,3.6391s-1.6293,3.6391-3.6391,3.6391h0Z"/><line class="c" x1="10.5045" y1="20.7699" x2="4.5" y2="20.7699"/></svg>
Copied!