Viabus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viabus 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/349271.svg" alt="Viabus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349271.svg" alt="Viabus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349271.svg" alt="Viabus icon" :width="24" :height="24" />
CSS background
.icon-viabus {
background-image: url('https://proicons.com/icon/349271.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="b" 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="m6.6797,16.3333v5.5162l24.4573,9.0211-.4649-5.9189L6.6797,16.3333Z"/><path class="c" d="m32.8065,25.3059l.4085,5.4694,8.2278-3.1416-.3352-5.4596-8.3011,3.1318Z"/><ellipse class="c" cx="33.9436" cy="33.4814" rx="1.2109" ry=".9534" transform="translate(-7.7915 56.5326) rotate(-73.52)"/><ellipse class="c" cx="41.0682" cy="30.7706" rx="1.2109" ry=".9534" transform="translate(-.0886 61.4227) rotate(-73.52)"/><path class="c" d="m8.4099,28.1419c-.0378-.8368.193-1.5935.6135-2.0862-1.1097-1.1702-2.3555.3751-2.3078,1.4813l-2.2156-.8135v-11.7452l12.2635-4.5218,23.7471,8.6217c3.5127,1.2753,2.5699,3.6368,2.9894,13.705l-11.0684,4.0812-2.6444-.9601"/><path class="c" d="m12.5579,29.6486c-.2045.8363-.714,1.4653-1.4117,1.6143-1.1233.2399-2.3092-.8549-2.6488-2.4452-.0488-.2286-.0775-.455-.0874-.6758"/><path class="c" d="m23.9517,33.7858l-11.396-4.1375"/><path class="c" d="m29.7941,35.8966c-.2045.8363-.714,1.4653-1.4117,1.6143-1.1233.2399-2.3092-.8549-2.6488-2.4452-.0488-.2286-.0775-.455-.0874-.6758-.0378-.8368.193-1.5935.6135-2.0862-1.1097-1.1702-2.3555.375-2.3078,1.4813m5.8423,2.1116c-.2045.8363-.714,1.4653-1.4117,1.6143-1.1233.2399-2.3092-.8549-2.6488-2.4452-.0488-.2286-.0775-.455-.0874-.6758-.0378-.8368.193-1.5935.6135-2.0862"/></svg>
Copied!