Tools / Get Brand Logo
Get Brand Logo icon

Get Brand Logo

Official logos by domain or ticker

Retrieve official brand logos by domain, stock ticker, ISIN, or crypto symbol. Returns the logo image plus all variants — icon, full logo, symbol in light/dark themes and SVG/PNG/WebP/JPEG formats. Useful for dashboards, branded reports, and data displays.

1 skillv0.02
Get Logo

Fetch a brand logo by domain, stock ticker, ISIN code, or crypto symbol. Returns the logo image file plus all available logo URLs in multiple formats, types, and themes.

Returns: Brand logo image file with metadata, CDN URL, and all available logo variants in multiple formats
Parameters
identifier *stringBrand identifier — domain (nike.com), stock ticker (AAPL), ISIN (US6541061031), or crypto symbol (crypto/BTC)
typestringPreferred logo type to retrieve
themestringPreferred color theme variant
formatstringPreferred image format for the downloaded file
Example
Get the Nike icon by domain
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "get-brand-logo",
  "skill": "get_logo",
  "input": {
    "identifier": "nike.com"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"get-brand-logo","skill":"get_logo","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Fetch Logos for Presentations

Fetch Logos for Presentations

Quickly grab brand logos for slide decks, pitch presentations, and client-facing materials.

Get Brand Logo icon
Get Brand Logo
4 agent guides
Open Build Partner Logo Galleries

Build Partner Logo Galleries

Collect partner and integration logos to build "Trusted By" sections and partner showcase pages.

Get Brand Logo icon
Get Brand Logo
4 agent guides
Open Dub Marketing Videos

Dub Marketing Videos

Translate and dub your marketing videos into multiple languages to reach international audiences.

Audio Dubber icon
Audio Dubber
4 agent guides
View all use cases for Get Brand Logo

Workflows

Open Brand Identity Builder

Brand Identity Builder

Build and maintain a cohesive brand identity by extracting brand elements, managing logos, generating on-brand visuals, and auditing consistency.

Brand Extract icon
Brand Extract
Get Brand Logo icon
Get Brand Logo
Generate Image icon
Generate Image
Social Media Content icon
Social Media Content
4 steps4 tools
Open Visual Brand Audit

Visual Brand Audit

Audit your visual brand identity by extracting design elements, capturing brand touchpoints, checking logo consistency, and generating updated assets.

Brand Extract icon
Brand Extract
Web Screenshot icon
Web Screenshot
Get Brand Logo icon
Get Brand Logo
Generate Image icon
Generate Image
4 steps4 tools
Open Brand Video Kit

Brand Video Kit

Create on-brand video content with automatic logo retrieval, AI footage, professional voiceover, and polished editing.

Generate Video icon
Generate Video
Video Editor icon
Video Editor
Voice Generator icon
Voice Generator
Get Brand Logo icon
Get Brand Logo
4 steps4 tools

Frequently Asked Questions

What identifiers can I use to find a logo?

You can look up a logo by domain, stock ticker, ISIN, or crypto symbol. That makes it easy to pull logos for brands, public companies, and token assets.

Should I request an icon or the full logo?

Use `icon` when you want the compact square version for UI, and use `logo` when you need the full horizontal lockup for reports or headers.

Can I choose dark or light variants?

Yes. The tool can return theme-aware logo variants, which is helpful when you already know the background the asset will sit on.

Which file formats are available?

The downloaded logo can come back as SVG, PNG, WebP, or JPEG, and the response also includes the other available variants in case you want to switch formats later.