Vehicle Bus icon

Used to represent vehicle travel scenarios. The Vehicle Bus icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Vehicle Bus icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { VehicleBus24Regular, VehicleBus24Filled } from "@fluentui/react-icons";

export function Example() {
  return <VehicleBus24Regular aria-label="Vehicle Bus" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_vehicle_bus_24_regular.svg" width="24" height="24" alt="Vehicle Bus">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99999 16C8.55228 16 8.99999 15.5523 8.99999 15C8.99999 14.4477 8.55228 14 7.99999 14C7.44771 14 6.99999 14.4477 6.99999 15C6.99999 15.5523 7.44771 16 7.99999 16ZM16.9997 15C16.9997 15.5523 16.552 16 15.9997 16C15.4475 16 14.9997 15.5523 14.9997 15C14.9997 14.4477 15.4475 14 15.9997 14C16.552 14 16.9997 14.4477 16.9997 15ZM10.75 5C10.3358 5 9.99999 5.33579 9.99999 5.75C9.99999 6.16421 10.3358 6.5 10.75 6.5H13.25C13.6642 6.5 14 6.16421 14 5.75C14 5.33579 13.6642 5 13.25 5H10.75ZM7.74999 2C5.67892 2 3.99999 3.67893 3.99999 5.75V9.5H2.74982C2.3356 9.5 1.99982 9.83579 1.99982 10.25C1.99982 10.6642 2.3356 11 2.74982 11H3.99999V19.75C3.99999 20.7165 4.78349 21.5 5.74999 21.5H7.24999C8.21649 21.5 8.99999 20.7165 8.99999 19.75V18.5H15V19.75C15 20.7165 15.7835 21.5 16.75 21.5H18.25C19.2165 21.5 20 20.7165 20 19.75V11H21.2273C21.6415 11 21.9773 10.6642 21.9773 10.25C21.9773 9.83579 21.6415 9.5 21.2273 9.5H20V5.75C20 3.67893 18.3211 2 16.25 2H7.74999ZM18.5 18.5V19.75C18.5 19.8881 18.3881 20 18.25 20H16.75C16.6119 20 16.5 19.8881 16.5 19.75V18.5H18.5ZM18.5 17H5.49999V13H18.5V17ZM5.49999 19.75V18.5H7.49999V19.75C7.49999 19.8881 7.38806 20 7.24999 20H5.74999C5.61192 20 5.49999 19.8881 5.49999 19.75ZM5.49999 5.75C5.49999 4.50736 6.50735 3.5 7.74999 3.5H16.25C17.4926 3.5 18.5 4.50736 18.5 5.75V11.5H5.49999V5.75Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/vehicle_bus_24_regular.svg";

Details

NameVehicle Bus
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_vehicle_bus_24_regular.svg
Filled fileic_fluent_vehicle_bus_24_filled.svg
React componentsVehicleBus24Regular, VehicleBus24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

travelridemapcommutedistanceeventvehiclecartruckautomobile

Related icons