Skip to main content
Request a company’s logo by passing its domain to img.logo.dev. Append your publishable key as the token parameter, then use the URL anywhere you can use an image.

Try it yourself

Enter any domain below to fetch its logo.
<img
  src="https://img.logo.dev/stripe.com?token=LOGO_DEV_PUBLISHABLE_KEY"
  alt="Stripe logo"
/>

Parameters

token
string
required
Your publishable key. Get it from the dashboard.
size
integer
default:"128"
The desired width and height of the logo in pixels (max 800). The image will maintain its aspect ratio.
width
integer
Target width in pixels (max 800). Use with height to control exact dimensions. When set, width/height take precedence over size. Short alias: w.
height
integer
Target height in pixels (max 800). Use with width to control exact dimensions. When set, width/height take precedence over size. Short alias: h.
format
string
default:"jpg"
The image format to return.
greyscale
boolean
default:"false"
Returns a black and white version of the logo.
theme
string
default:"auto"
Adjusts logo colors for light or dark backgrounds. Only works on images with transparency.
retina
boolean
default:"false"
Returns a high-density image at 2x the requested size for sharp display on retina screens.
fallback
string
default:"monogram"
Returns a fallback image if the logo is not found.Only monogram and 404 are accepted. Custom fallback image URLs are not supported.