IconForge is a static browser-based image to ICO converter.
It converts common image formats into Windows .ico files directly in the browser, with no backend and no file upload to a server.
- Convert
PNG,JPG,JPEG,WebP,BMP,GIF, andSVGto.ico - Export one ICO file with multiple icon sizes
- Works as a static website
- No dependencies
- No backend
- Suitable for GitHub Pages
- Includes live size previews before download
16x1624x2432x3248x4864x64128x128256x256
- Select or drop an image
- Choose one or more output sizes
- Review the generated icon previews
- Download the final
.icofile
index.html- application markupstyles.css- visual designscript.js- upload, preview, and ICO generation logicfavicon.svg- browser tab iconLICENSE- MIT license.nojekyll- GitHub Pages compatibility
Open index.html in a browser.
- Create a new public repository.
- Upload all project files.
- Commit the files to the
mainbranch. - Open repository settings.
- Enable GitHub Pages from the
mainbranch root.
- Repository name:
iconforge - Description:
Static browser-based image to ICO converter with multi-size export. - Topics:
ico,icon-converter,image-converter,javascript,github-pages,web-tool
- The tool runs in the browser
- Files are not sent to a server
MIT