A simple web tool to convert emojis into .ico favicon files. Try it out at favicon.bridger.to!
- 🎯 Convert any emoji to a favicon
- 🎨 Preview your emoji before downloading
- ⚡ Fast, client-side conversion
- 📱 Mobile-friendly interface
- 💾 Downloads as 32x32 ICO file
- Next.js 15
- TypeScript
- Tailwind CSS
- shadcn/ui
- Clone the repository:
git clone https://github.com/brijr/favicon.git- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:3000 in your browser.
Contributions are welcome! Feel free to open an issue or submit a pull request.
MIT License - feel free to use this project however you'd like.