A service finding icons on web sites

Get Favicon

{{ with .Error }}
{{ .}}
{{ end }}

Favicon for {{ .Host }}

Icon link: https://besticon-demo.herokuapp.com/icon?url={{ .URL }}&size=80..120..200

{{ if (gt (len .Icons) 0)}}

More Icons on {{ .Host }}

{{range .Icons}} {{end}}
Size URL Type
{{.Width}}x{{.Height}} {{.URL}} {{.Format}}

JSON representation: https://besticon-demo.herokuapp.com/allicons.json?url={{ .URL }}.

{{ end }}