Car logos, simplified

Every car brand, standardized · 51 brands · mono & dark. Drag anywhere to explore.

Installation

Drop it into any stack

One source of truth for every car brand mark — shipped for React, React Native, and plain SVG. Fully typed, fully tree-shakeable.

React 19+npm

@cardog-icons/react

Tree-shakeable React components with full TypeScript support.

$npm i @cardog-icons/react
tsx
import { BMWLogo, TeslaIcon } from '@cardog-icons/react';

<BMWLogo size={48} />
<TeslaIcon className="text-red-500" />
Expo · RN 0.60+npm

@cardog-icons/react-native

Native SVG components powered by react-native-svg.

$npm i @cardog-icons/react-native
tsx
import { AudiLogo } from '@cardog-icons/react-native';

<AudiLogo width={64} height={64} />
Raw SVGsnpm

@cardog-icons/core

Optimized SVG files for any framework or vanilla project.

$npm i @cardog-icons/core
ts
import { icons } from '@cardog-icons/core';

const svg = icons['bmw-logo'];
document.body.innerHTML = svg;

Ready to get started?

Read the docs to wire Cardog Icons into your project in a couple of lines — or jump straight into the full collection.