> ## Documentation Index
> Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Fey Logos API Documentation

> Free vector logo library for public companies that shut down in 2025 due to scraping and unsustainable costs. No longer available.

<Warning>
  **Service permanently shut down.** Fey Logos was taken offline in 2025 after
  scraping and bulk downloads violated terms and created unsustainable costs.
  Migrate to Logo.dev for production logo needs.
</Warning>

### Overview

Fey Logos was a free, web-based library of vector (SVG) logos for public companies, built by Fey Labs Inc. so designers could find crisp, current brand marks for non-commercial work. It launched in early 2024 as an "open-source" resource: thousands of curated, regularly updated company logos through a searchable interface, with no API keys or authentication.

The library drew on Fey's internal database of more than 4,000 company logos, maintained for their investing app. In 2025, Fey Labs took it offline. Scraping and bulk downloads, despite terms that prohibited commercial use and automated access, had made the free service financially unsustainable. The Fey app was later acquired by Wealthsimple, which likely influenced the decision to end the side project.

<Frame caption="FeyLogos.com: a free, searchable library of public-company vector logos, before it shut down in 2025.">
  <img src="https://mintcdn.com/simplecasual/uuspM5fAJj-mg7Fo/images/fey-logos.webp?fit=max&auto=format&n=uuspM5fAJj-mg7Fo&q=85&s=efd4c4dff41bf924629605b5ef9d8f81" alt="The FeyLogos.com site with a search bar above a dark grid of public-company logo tiles labeled by ticker symbol" width="1920" height="959" data-path="images/fey-logos.webp" />
</Frame>

### Timeline

| Date             | Event                                                                              |
| ---------------- | ---------------------------------------------------------------------------------- |
| **Apr 11, 2023** | Fey adds 4,000+ high-quality logos to their internal database                      |
| **Jan 10, 2024** | Public launch: "We've decided to open-source our entire vector library. For free." |
| **2024**         | Community adoption grows via Reddit, X/Twitter, and design directories             |
| **2025**         | Service shut down due to scraping, bulk downloads, and unsustainable costs         |

### Why it shut down

Fey Labs posted an "Important update" explaining the decision. Users scraped the site and bulk-downloaded logos despite clear prohibitions, some used the marks commercially despite the non-commercial terms, and the bandwidth and hosting costs outgrew what a free side project could absorb.

### What you could and couldn't do with it

Even while it ran, Fey Logos had real constraints:

| Limit      | Detail                                                       |
| ---------- | ------------------------------------------------------------ |
| License    | Personal and editorial use only; commercial use prohibited   |
| Access     | Individual downloads only; scraping and automation forbidden |
| Coverage   | Publicly traded companies only                               |
| Format     | Web interface only, no programmatic API                      |
| Trademarks | Logos remained the trademarks of their owners                |
| Support    | No uptime or support guarantees                              |

### What replaced it

Logo.dev provides the logo infrastructure Fey Logos couldn't sustain, built for commercial use. It serves tens of millions of companies, not just public ones, through a REST API with authentication and rate limits, returns PNG, JPG, and WebP with size control, and generates a monogram when a brand has no logo. It runs on a global CDN with a 99.9% uptime SLA and needs no logo management on your side.

Fey Logos was a searchable library, and the [Search API](/brand-search/introduction) is the closest replacement for that part. Pass a company name and it returns the best matches with their domains and logo URLs, so you can find a mark by searching, the way Fey Logos worked, without scraping or hosting anything. For colors, a description, or social profiles, follow up with the [Describe API](/describe/introduction) once Search resolves the domain.

### FAQs

<AccordionGroup>
  <Accordion title="Can I still access Fey Logos?">
    No. The service was permanently shut down in 2025 and is no longer available
    at feylogos.com.
  </Accordion>

  <Accordion title="What happened to the logo files?">
    The library was taken offline completely. Fey Labs has not published the
    dataset or made it available for download elsewhere.
  </Accordion>

  <Accordion title="Was it really free and open-source?">
    It was free to use, but the terms restricted commercial use and bulk
    downloads. "Open-source" in the launch announcement meant free access, not an
    OSI license or a public repository.
  </Accordion>

  <Accordion title="Who was behind Fey Logos?">
    Fey Labs Inc., the company behind the Fey investing app. Fey was later
    acquired by Wealthsimple, which likely influenced the decision to shut down
    the side project.
  </Accordion>

  <Accordion title="Can I use archived Fey Logos in my project?">
    Even if you find archived versions, logos are trademarks of their owners and
    must follow each brand's guidelines. For commercial projects, migrate to
    Logo.dev for proper licensing and reliability.
  </Accordion>

  <Accordion title="What's a production-ready alternative?">
    Logo.dev provides the logo infrastructure Fey Logos couldn't sustain:
    commercial licensing, a 99.9% uptime SLA, REST API access, and coverage of
    tens of millions of companies.
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Logo API" icon="image" href="/logo-images/introduction">
    Fetch any company's logo by domain, with size, format, theme, and fallback control.
  </Card>

  <Card title="Search API" icon="magnifying-glass" href="/brand-search/introduction">
    Search companies by name and get their domains and logo URLs in one call.
  </Card>
</CardGroup>
