{"_id":"car-brand-logos","name":"car-brand-logos","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"car-brand-logos","version":"1.0.0","description":"184 curated car brand logos in SVG & PNG — automotive manufacturer logos for web, apps, and design, with a brands.json manifest.","keywords":["car-logos","car-brand-logos","brand-logos","car-brands","automotive","vehicle-logos","manufacturer-logos","logos","svg","png","icons"],"homepage":"https://vehiclespecs.io","repository":{"type":"git","url":"git+https://github.com/vehiclespecs/brand-logos.git"},"bugs":{"url":"https://github.com/vehiclespecs/brand-logos/issues"},"license":"MIT","author":{"name":"VehicleSpecs.io","url":"https://vehiclespecs.io"},"main":"brands.json","_id":"car-brand-logos@1.0.0","gitHead":"3f0929e70e0a9a2a502063edc4b3e5c0146cba74","_nodeVersion":"22.19.0","_npmVersion":"10.9.3","dist":{"integrity":"sha512-EI5UPOXR8kOMTZwCVj/jxpc9/WzVsF/LjBDF4G2KHcSl09ijxB2VbTOI7DtEDUTqXFAFimF/ARcJ/BgEaSPXpg==","shasum":"b7568a53444182554f904fc119876b24fd6a112c","tarball":"https://registry.npmjs.org/car-brand-logos/-/car-brand-logos-1.0.0.tgz","fileCount":188,"unpackedSize":1960807,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFsw97RH6twzPng4dL8mFOw4Rbn2bTeRJyURpFiMQS8KAiAvWRteScRitg9FYaVykHiHohdB52Deyh0Jf6Yj4EyVUg=="}]},"_npmUser":{"name":"frontera","email":"deefrontera@gmail.com"},"directories":{},"maintainers":[{"name":"frontera","email":"deefrontera@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/car-brand-logos_1.0.0_1779446683589_0.377774709504618"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-22T10:44:43.499Z","1.0.0":"2026-05-22T10:44:43.834Z","modified":"2026-05-22T10:44:44.108Z"},"maintainers":[{"name":"frontera","email":"deefrontera@gmail.com"}],"description":"184 curated car brand logos in SVG & PNG — automotive manufacturer logos for web, apps, and design, with a brands.json manifest.","homepage":"https://vehiclespecs.io","keywords":["car-logos","car-brand-logos","brand-logos","car-brands","automotive","vehicle-logos","manufacturer-logos","logos","svg","png","icons"],"repository":{"type":"git","url":"git+https://github.com/vehiclespecs/brand-logos.git"},"author":{"name":"VehicleSpecs.io","url":"https://vehiclespecs.io"},"bugs":{"url":"https://github.com/vehiclespecs/brand-logos/issues"},"license":"MIT","readme":"# Car Brand Logos — 184 SVG & PNG Automotive Logos\n\nA free, curated collection of **184 car brand logos** in **SVG and PNG** format — the same automotive logo set used in production on [VehicleSpecs.io, a free car specifications database](https://vehiclespecs.io).\n\nCovers mass-market makes (Toyota, Volkswagen, Ford), supercar marques (Koenigsegg, Pagani, Hennessey), historical brands (Saab, Pontiac, Plymouth), and modern EV-only manufacturers (Rivian, Lucid, Polestar, Xpeng) — **100 cleaned SVGs + 84 optimized PNGs**.\n\nLooking for full vehicle specs? [Browse all car brands on VehicleSpecs.io](https://vehiclespecs.io/brands).\n\n## Usage\n\n### CDN — jsDelivr (no download, no install)\n\nEvery logo is automatically served free over the [jsDelivr](https://www.jsdelivr.com/) global CDN. Just reference the file:\n\n```html\n<img src=\"https://cdn.jsdelivr.net/gh/vehiclespecs/brand-logos@main/bmw-logo.svg\" alt=\"BMW logo\" />\n```\n\nFor production, pin to a tagged release or commit hash instead of `@main` so the CDN cache stays stable:\n\n```html\n<img src=\"https://cdn.jsdelivr.net/gh/vehiclespecs/brand-logos@v1.0.0/tesla-logo.svg\" alt=\"Tesla logo\" />\n```\n\n### Direct file reference (raw GitHub)\n\n```html\n<img src=\"https://raw.githubusercontent.com/vehiclespecs/brand-logos/main/bmw-logo.svg\" alt=\"BMW logo\" />\n```\n\n### Programmatic — npm package + `brands.json` manifest\n\nInstall from npm:\n\n```bash\nnpm install car-brand-logos\n```\n\nA manifest mapping brand name → filename is included:\n\n```json\n{\n  \"BMW\": \"bmw-logo.svg\",\n  \"Ferrari\": \"ferrari-logo.svg\",\n  \"Tesla\": \"tesla-logo.svg\",\n  \"Toyota\": \"toyota-logo.svg\"\n}\n```\n\n```js\nimport brands from 'car-brand-logos/brands.json' with { type: 'json' }\nconst logoFile = brands['BMW'] // → \"bmw-logo.svg\"\n```\n\n### Clone the repo\n\n```bash\ngit clone https://github.com/vehiclespecs/brand-logos.git\n```\n\n## Important: Designed for white backgrounds\n\nThese logos were curated and visually verified on **white backgrounds**. Many use dark or full-color marks that will not render legibly on dark, colored, or transparent surfaces. **If your application uses a non-white background, check each logo individually** before relying on it — some brand marks tolerate dark surfaces; others become invisible or lose contrast.\n\nThis repository does not ship monochrome, inverted, or dark-mode variants. If you need them, fork the repo or transform via CSS `filter: invert()` (acceptable for simple marks, breaks on multi-color logos).\n\n## Filenames\n\nFilenames follow the `brand-name-logo.{svg,png}` convention. Brands with multiple words use hyphens (`alfa-romeo-logo.svg`, `aston-martin-logo.svg`).\n\n## Trademarks\n\n**All logos are property of their respective brand owners.** This repository provides them for identification and reference purposes only. Inclusion here is not endorsement by, sponsorship from, or affiliation with any brand.\n\nIf you represent a brand and would like a logo removed, updated, or replaced with an official version, please open an issue.\n\n## License\n\nThe repository structure, manifest, and curation effort are released under the **MIT License** (see `LICENSE`).\n\nThis license applies only to the project's organization and metadata — **the logos themselves remain trademarked property of their respective brand owners**, as noted above. You cannot license something you don't own; treat the logo files as you would any other trademark asset.\n\n## About\n\nCompiled from publicly available materials and quality-checked for use on [VehicleSpecs.io](https://vehiclespecs.io) — a free database of detailed car specifications, performance figures, and dimensions for thousands of models.\n\n## Contributing\n\n- Found an outdated logo (brand redesigned, file is wrong)? Open an issue or PR.\n- Brand we're missing? Open an issue with a public-source SVG or PNG and we'll evaluate.\n- Logo doesn't render correctly? Open an issue with the affected filename and the rendering context (browser, background color, intended size).\n","readmeFilename":"README.md","_rev":"1-2c0411bc4afe5fb882bc16cdf9d872a2"}