Query Logos by Type
Brand API returns logos as an array. You can filter this array by logo type to choose the right asset for your interface. For example, use icons for small avatars, standard logos for larger placements, and symbols when you need a compact brand mark.Query Logos by Theme
Many brands provide different logo versions for light and dark backgrounds. Choosing the correct theme helps the logo remain clear, readable, and visually consistent inside your UI.Query a Specific Format
Some applications require a specific file format. For example, SVG is often preferred for high-resolution displays because it stays sharp at different sizes and screen densities.svgwebppngjpegjpg
Retrieve the Best Available Format
A common strategy is to request the highest-quality format first, then fall back to other supported formats if the preferred file is not available. The example below checks for formats in priority order.Recommended Logo Selection Strategy
For most applications, use this order:- Choose the right logo type for your UI.
- Match the logo theme to your background.
- Prefer
svgfor full logos and wordmarks. - Use
webporpngfor icons where SVG is unavailable. - Add a fallback for missing logos or missing formats.
Best Use Cases
These logo selection strategies are useful when building:- Company profile pages
- CRM account records
- Fintech transaction feeds
- Investment dashboards
- Internal admin tools
- Marketplace listings
- SaaS customer dashboards
- Brand search and autocomplete interfaces
