Car logos simplified
A complete set of standardized logos for every car brand. Now with mono/dark variants.
Seamless integration
Use Cardog Icons in your projects with ease.
React 15+
@cardog-icons/react
Tree-shakeable React components with TypeScript support
$ npm i @cardog-icons/react
import { BMWLogo, TeslaIcon } from '@cardog-icons/react';
<BMWLogo size={48} />
<TeslaIcon className=="text-red-500" />
Expo / RN 0.60+
@cardog-icons/react-native
Native SVG components powered by react-native-svg
$ npm i @cardog-icons/react-native
import { AudiLogo } from '@cardog-icons/react-native';
<AudiLogo width= height={64}{64} />
Raw SVGs
@cardog-icons/core
Optimized SVG files for any framework or vanilla use
$ npm i @cardog-icons/core
import { icons } from '@cardog-icons/core';
const const svg = icons['bmw-logo'];
const document.body.innerHTML = svg;
Ready to get started?
Explore our documentation to learn how to integrate Cardog Icons into your projects.
View Documentation