Bus Front Pixel Art Icon
A front-view bus icon for departure boards, approaching-vehicle alerts and transit stop arrival displays.
Tags
busvehicletransportfront
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bus Front icon
A bus seen straight on from the front, headlights and destination board visible. This perspective suits real-time arrival displays, 'your bus is approaching' notifications, and stop-level signage that focuses on the vehicle coming toward you. Because it faces the viewer directly, it feels more immediate than the side-profile bus icon. Use the side-view bus icon for route maps and timetables where the direction of travel matters more.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bus-front.svg" width="24" height="24" alt="Bus Front" />
<!-- React -->
import { BusFront } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bus-front.svg" width="48" height="48" style="image-rendering: pixelated" />