Car Front Pixel Art Icon
A front-view car icon for vehicle profiles, parking sensors, driver-facing alerts and automotive dashboard UIs.
Tags
carvehicleautodrivefront
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Car Front icon
An automobile viewed head-on, showing the grille, headlights and windshield. This angle is ideal when the emphasis is on the vehicle itself rather than its route: a 'your driver is arriving' screen, a parking sensor diagram, a car profile in a fleet management tool, or an automotive settings panel. The sense of direct approach makes it more urgent than the side-view car. For routing and travel mode selection, the side-profile car reads more naturally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/car-front.svg" width="24" height="24" alt="Car Front" />
<!-- React -->
import { CarFront } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="car-front.svg" width="48" height="48" style="image-rendering: pixelated" />