Bus2 icon in outline, twotone, bold and bulk. Free in all four styles, for logistics, fleet, garage, fuel, rides. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBus2 } from "@devigner-ui/icons";
<IconBus2 className="size-6" />
<script setup>
import { IconBus2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBus2 class="size-6" />
</template>
<script>
import { IconBus2 } from "@devigner-ui/icons-svelte";
</script>
<IconBus2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.57 22h-9.8a3.1 3.1 0 0 1-3.1-3.1V5.1A3.1 3.1 0 0 1 7.77 2h9.8a3.1 3.1 0 0 1 3.1 3.1v13.8a3.1 3.1 0 0 1-3.1 3.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.17 13h-13a1.5 1.5 0 0 1-1.5-1.5v-2c0-.83.67-1.5 1.5-1.5h13c.83 0 1.5.67 1.5 1.5v2c0 .83-.67 1.5-1.5 1.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.17 5h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.16 17.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.16 17.7h.01" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>