Skip to content

Instantly share code, notes, and snippets.

@dodying
Last active February 27, 2026 11:22
Show Gist options
  • Select an option

  • Save dodying/bf3063d4e1f5b206018bfa19127669e9 to your computer and use it in GitHub Desktop.

Select an option

Save dodying/bf3063d4e1f5b206018bfa19127669e9 to your computer and use it in GitHub Desktop.
[Get Favicon] #api #favicon
  • DuckDuckGo https://icons.duckduckgo.com/ip2/{hostname}.ico
  • Google https://www.google.com/s2/favicons?domain_url={hostname}
  • Yandex https://favicon.yandex.net/favicon/{hostname1}/{hostname2}/
  • allesedv https://f1.allesedv.com/16/{hostname}
  • http://grab-favicons.herokuapp.com/api/v1/grab-favicons/?url={hostname}
  • https://besticon-demo.herokuapp.com/icon?url={hostname}&size=80..120..200
  • http://favicongrabber.com/service-api-reference
@streamich
Copy link

streamich commented Feb 27, 2026

  • https://icons.duckduckgo.com/ip2/{hostname}.ico
  • https://www.google.com/s2/favicons?domain={domain}
  • https://www.google.com/s2/favicons?domain_url={hostname}
  • https://www.google.com/s2/favicons?sz=(16..32..64..128..256..512)&domain_url=...
  • http://favicon.yandex.net/favicon/{domain-1}/{domain-2}/{domain-3}/...
  • https://favicon.yandex.net/favicon/{hostname1}/{hostname2}/
  • https://f1.allesedv.com/16/{hostname}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment