Favicon Service

This service allows you to easily fetch favicons for any domain using Google's Favicon API.

Live Examples

Basic Usage
Size Options
HTML Usage
Standard request:
Google favicon /?domain=google.com
GitHub favicon /?domain=github.com
Microsoft favicon /?domain=microsoft.com
Size variations:
Twitter favicon /?domain=twitter.com&sz=16 (16px)
Twitter favicon /?domain=twitter.com&sz=32 (32px)
Twitter favicon /?domain=twitter.com&sz=64 (64px)
HTML implementation:
<img src="https://your-project.pages.dev/?domain=google.com" alt="Google favicon">
<img src="https://your-project.pages.dev/?domain=twitter.com&sz=32" alt="Twitter favicon">

Try it yourself

The favicon will appear here...