Bil I Oslo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bil I Oslo 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/337171.svg" alt="Bil I Oslo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337171.svg" alt="Bil I Oslo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337171.svg" alt="Bil I Oslo icon" :width="24" :height="24" />
CSS background
.icon-bil-i-oslo {
background-image: url('https://proicons.com/icon/337171.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.9221,19.969h30.1559c1.8887,0,3.4221,1.5334,3.4221,3.4221v12.0444H5.5v-12.0444c0-1.8887,1.5334-3.4221,3.4221-3.4221Z"/><polyline class="b" points="7.4128 35.4355 7.4128 42.429 11.8958 42.429 14.4063 35.4355"/><path class="b" d="M38.667,19.969l-3.4533-11.6609c-.4808-1.6234-1.9721-2.7372-3.6652-2.7372h-14.559c-1.6931,0-3.1845,1.1137-3.6652,2.7372l-3.4533,11.6609"/><circle class="b" cx="13.6093" cy="26.6786" r="2.2714"/><circle class="b" cx="34.9286" cy="26.6786" r="2.2714"/><polyline class="b" points="40.5872 35.4355 40.5872 42.429 36.1042 42.429 33.5937 35.4355"/></svg>
Copied!