TIP: Add website icons to your Sheets with Google’s hidden logo API
You can access website icons from Google via a hidden URL. For example, here is Google’s icon:
https://s2.googleusercontent.com/s2/favicons?domain=google.com
Replace “google.com” with your favorite website and it’ll return their icon.
If you then wrap this with the IMAGE function, you can display these logos in your Sheet. This is the formula used in the example shown in the image above:
=IMAGE(“https://s2.googleusercontent.com/s2/favicons?domain=”&A1)