Art & Design · head-to-head
Icon Horse vs PHP-Noise
Icon Horse
Icon Horse fetches the favicon for any given domain — trying the site's own icon first and falling back through a chain of alternate sources so a usable image is returned almost every time — with no signup. A live GET against the real host returned a genuine PNG carrying Access-Control-Allow-Origin: *, reconfirming both auth None and cors yes.
PHP-Noise
PHP-Noise generates a seeded, tileable static-noise PNG background image on every request, sized and colored via query-string parameters, with no signup or key. A live GET against the real host returned a genuine PNG carrying Access-Control-Allow-Origin: *, reconfirming both auth None and cors yes.
| Icon Horse | PHP-Noise | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | PNG | PNG |
| CORS | yes | yes |
| HTTPS | Yes | Yes |