A free online tool to convert any image into a favicon. Upload an image, crop it if needed, and download a favicon in ICO, PNG, or JPG format.
This is a fun, personal project I built mostly to try out SvelteKit with Svelte 5 and Tailwind CSS v4. I also created it because I was annoyed that there isn't a simple, non-bloated online tool to do this.
I don't have any further plans for it, but I hope it can be useful to someone!
Live at faviconizer.com
favicons storage bucketgit clone https://github.com/Rednegniw/faviconizer.git
cd faviconizer
bun install
cp .env.example .env
See .env.example for all required variables.
bun run dev
| Command | Description |
|---|---|
bun run dev |
Start development server |
bun run build |
Build for production |
bun run preview |
Preview production build |
bun run check |
Run Svelte type checking |
bun run lint |
Run linter and formatter check |
bun run format |
Format code with Prettier |