🎨
High-Quality SVGs
Carefully curated collection of optimized SVG logos from top brands and companies.
High-quality SVG logos for your next project
Get started with LogoHub in seconds:
<!-- Direct SVG access -->
<img src="https://logohub.dev/logos/openai.svg" alt="OpenAI" />
<!-- Or use our API -->
<script src="https://cdn.logohub.dev/logohub.min.js"></script>
<script>
LogoHub.render('openai', { size: 64 });
</script>
npm install @logohub/react
import { Logo } from '@logohub/react';
function App() {
return <Logo name="stripe" size={48} />;
}
// Get logo metadata
fetch('https://api.logohub.dev/v1/logos/anthropic')
.then(res => res.json())
.then(logo => console.log(logo));
// Search logos
fetch('https://api.logohub.dev/v1/logos?category=ai&search=openai')
.then(res => res.json())
.then(results => console.log(results));
Our logo collection spans across multiple categories: