Three precise image jobs: crop to exact pixels or a preset ratio, rasterize an SVG to PNG at any scale, and turn one image into a complete favicon set with the HTML to paste. All of it runs on your device.
How it works
- Drop an image, or an SVG on the SVG page.
- Set the crop, the export scale, or the icon sizes.
- Download the result; favicon sets come as one ZIP.
Questions
- Does my file get uploaded?
- No. The models and all processing run inside your browser on your own device. You can verify this yourself: open your browser’s DevTools, watch the Network tab, and process a file: there are no uploads. After the first visit most tools also work fully offline.
- What does the favicon set include?
- favicon.ico (16/32/48 in one file), PNGs at 16, 32, 180 (Apple touch), 192 and 512 (PWA manifest), and a ready-to-paste HTML snippet. One ZIP, generated from your image locally.
- Does SVG to PNG keep transparency?
- Yes. The PNG keeps the SVG’s transparent background unless you choose a fill colour. Text inside the SVG renders with the fonts available to your browser.