Bus Pixel Art Icon
A bus icon for public transit route maps, stop locators, trip planners and commute tracking features.
Tags
vehicletransport
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bus icon
A side-profile city bus, the standard glyph for public bus transport. Use it on transit map layers, timetable screens, route selectors in trip planners, and stop-finder features. Riders scan for it instinctively in transit apps. The bus-front icon shows the vehicle head-on, which works better for a 'next bus approaching' alert or stop display. For general travel categories that mix modes, pair this bus icon with car and train icons.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bus.svg" width="24" height="24" alt="Bus" />
<!-- React -->
import { Bus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bus.svg" width="48" height="48" style="image-rendering: pixelated" />