Skip to main content
Turn any domain, stock ticker, ISIN, or crypto symbol into a company logo, or any domain into a full brand profile. There’s no SDK to install and no logo files to host. New here? What is Logo.dev? explains the platform.

Try it yourself

Enter any domain to fetch its logo from a database of 18M+ companies:

Our APIs

Logo API

Add company logos to your app or site by domain, stock ticker, ISIN, or crypto symbol.

Search API

Resolve a company name to its domain, with typeahead autocomplete.

Describe API

Turn any domain into structured company data: name, description, colors, and socials.

Brand API

Get a domain’s full brand profile: logo, brandmark, social banners, and colors.

Transaction API

Identify a merchant from a raw card transaction and show its logo (early access).

Use cases

See your use case running before you build it. Every page pairs a live demo with working code and a prompt for your AI coding tool:
  • Transaction feeds: merchant logos next to charges, the way banking apps do it.
  • CRM records: tiny logos in the account list and the full logo on the record.
  • Onboarding: signup flows that brand themselves from a work email.
  • Logo walls: customer and integration grids with no logo files to collect.
Browse all of them in Use cases.

Quickstart

Add your publishable key as the token parameter and the URL works anywhere an image does:
<img
  src="https://img.logo.dev/nike.com?token=LOGO_DEV_PUBLISHABLE_KEY"
  alt="Nike logo"
/>
The quickstart gets you from signup to a rendered logo in three steps.