SVG to PNG — rasterise vectors at any size
Convert a scalable SVG into a fixed-resolution PNG at whatever width you need. Because SVG is vector, you can export the same file at 32px for an icon or 2048px for a hero image — the converter renders it sharply at your chosen size and keeps transparency intact.
The browser does the rendering locally, so your SVG is never uploaded.