icon.horse

Free favicon API for any website

How it works

Request any website's favicon as an image. No API key, no signup, no rate limits.

<img src="https://icon.horse/icon/example.com">

Live examples

GitHub github.com
Google google.com
Twitter twitter.com
Stack Overflow stackoverflow.com
Reddit reddit.com
Wikipedia wikipedia.org
YouTube youtube.com
Medium medium.com

Code examples

HTML

<img src="https://icon.horse/icon/github.com" alt="GitHub" width="32" height="32">

Markdown

![GitHub](https://icon.horse/icon/github.com)

React / JSX

function Favicon({ domain }) {
  return <img src={`https://icon.horse/icon/${domain}`} alt="" width={16} height={16} />
}

Features