Get a website icon by crawling HTML.
100K+
Get a website icon by crawling HTML.
statically.io |
Twitter |
Community |
Become A Backer
Icon is a simple application to get an icon from a website by crawling the source code. It's designed to be simple and easy to install anywhere.
/favicon.ico path.We'll be using Docker as an easy way to install. However since this is a PHP application, you can run it with your current setup.
docker run -d \
--name icon \
-p 9000:9000 \
statically/icon:latest
This will start the PHP FPM server so you can add it to your current web server.
Content type
Image
Digest
Size
28.1 MB
Last updated
almost 6 years ago
docker pull statically/icon