favicon
This article is a stub. You can help the IndieWeb wiki by expanding it.
A favicon is a convention for websites to provide an icon for browsers to display in bookmarks, favorites, history, and other places they show or list URLs.
You can get favicons for most sites as PNGs using Google's cache of them, e.g.: https://www.google.com/s2/favicons?domain=${domain}&sz=${size}
- from https://www.google.com/s2/favicons?domain=twitter.com&.png
- from https://www.google.com/s2/favicons?domain=facebook.com&.png
- etc.
IndieWeb community site
See Also
- icon
- logo
- https://meiert.com/en/blog/schmavicons/ now up to 31β45 different sizes?!
- How to make an emoji favicon using SVG: https://twitter.com/LeaVerou/status/1241619866475474946
- "Now that all modern browsers support SVG favicons, here's how to turn any emoji into a favicon.svg:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">π©</text>
</svg>
Useful for quick apps when you can't be bothered to design a favicon!" @LeaVerou March 22, 2020
- "Now that all modern browsers support SVG favicons, here's how to turn any emoji into a favicon.svg: