DEV Community

Defrontera
Defrontera

Posted on

184 free car brand logos (SVG + PNG), CDN-ready

If you've ever built anything car-related you've probably hit the same wall I did: a consistent set of brand logos is weirdly hard to find. The sets floating around are a mix of formats, random sizes, and outdated logos.

I maintain a car specs database, so I needed a clean set anyway. This repo is that set, made public.

What's in it

  • 184 logos — 100 SVG, 84 PNG, one file per brand
  • Predictable naming (bmw-logo.svg, alfa-romeo-logo.svg)
  • A brands.json manifest mapping brand name to filename
  • Mass-market, supercar, historical, and EV-only brands

Using it

Straight from jsDelivr, no install:

<img src="https://cdn.jsdelivr.net/gh/vehiclespecs/brand-logos@v1.0.0/bmw-logo.svg" alt="BMW logo" />
Enter fullscreen mode Exit fullscreen mode

Or via npm:

npm install car-brand-logos
Enter fullscreen mode Exit fullscreen mode

The logos were checked on white backgrounds, so some won't render well on dark UIs, check before relying on one. And the logos are their owners' trademarks; the repo just covers curation and the manifest.

Repo: https://github.com/vehiclespecs/brand-logos — built for VehicleSpecs.io.

Top comments (0)