██████╗ ██████╗ ███╗   ███╗██████╗  █████╗ ███╗   ██╗██╗   ██╗
██╔════╝██╔═══██╗████╗ ████║██╔══██╗██╔══██╗████╗  ██║╚██╗ ██╔╝
██║     ██║   ██║██╔████╔██║██████╔╝███████║██╔██╗ ██║ ╚████╔╝ 
██║     ██║   ██║██║╚██╔╝██║██╔═══╝ ██╔══██║██║╚██╗██║  ╚██╔╝  
╚██████╗╚██████╔╝██║ ╚═╝ ██║██║     ██║  ██║██║ ╚████║   ██║   
 ╚═════╝ ╚═════╝ ╚═╝     ╚═╝╚═╝     ╚═╝  ╚═╝╚═╝  ╚═══╝   ╚═╝   
-

██╗      ██████╗  ██████╗  ██████╗ 
██║     ██╔═══██╗██╔════╝ ██╔═══██╗
██║     ██║   ██║██║  ███╗██║   ██║
██║     ██║   ██║██║   ██║██║   ██║
███████╗╚██████╔╝╚██████╔╝╚██████╔╝
╚══════╝ ╚═════╝  ╚═════╝  ╚═════╝ 
cli tool for react developers
terminal
➜ project git:(main) ✗ pnpx company-logos@latest
📁 Working in: /home/user/project
📦 Company Logos CLI
🔧 Commands:
add: <name...> Add logo component(s)
list: List logos in project
available: List available components
categories: List component categories
⚡ Flags:
--tsx: Create TypeScript components
--jsx: Create JavaScript components
--force, -f: Overwrite existing files
--all, -a: Add all available components
--category, -c: Filter by category
--search, -s: Search components
npx company-logos@latest
pnpm dlx company-logos@latest
bunx company-logos@latest

why choose company-logos?

streamline your development workflow with automated logo component generation

lightning fast

generate react components in seconds with our optimized cli tool

typescript ready

supports both jsx and tsx output with full typescript compatibility

svgl powered

built on top of the reliable svgl api with thousands of company logos

see it in action

from command line to react component in one simple step

command

$ company-logos add vercel --tsx

generated component

import React from 'react';

export const VercelLogo = () => (
  <svg viewBox="0 0 24 24" fill="currentColor">
    <path d="M12 2L2 19.777h20L12 2z" />
  </svg>
);

🌟 examples

$ company-logos add discord --jsx
$ company-logos add --category framework --tsx
$ company-logos add --search react --jsx
$ company-logos available