Horje

Tips (Total 2)


# Tips-1) How to get website favicon from url

Here are three services you can use in 2020 onwards.

Example of HTML favicon from url

See the Example.

index.html
Example: HTML
<img height="16" width="16" src='https://icons.duckduckgo.com/ip3/www.google.com.ico' />

<img height="16" width="16" src='http://www.google.com/s2/favicons?domain=www.google.com' />

Output should be:


# Tips-2) How to get Any Website Logo Icon from URL

Confidently use Icon Horse and get bulletproof favicons with fallbacks if no icon exists.

Get Icon from URL

Just follow the url https://icon.horse/icon/horje.com
index.html
Example: HTML
<img height="200" width="200" src='https://icon.horse/icon/horje.com' />

Output should be:

Example 2

See the Example.

index.html
Example: HTML
<img height="200" width="200" src='https://icon.horse/icon/horje.com' />
<img height="200" width="200" src='https://icon.horse/icon/youtube.com' />

</br>
<img height="200" width="200" src='https://icon.horse/icon/facebook.com' />
<img height="200" width="200" src='https://icon.horse/icon/twitter.com' />

Output should be: