FileKeeps

View SVG files

See SVG and SVGZ vector graphics sharply in the browser. Zoom without pixelation; embedded scripts never run.

On-Device

Drop a folder or files here

JPG · PNG · WebP · GIF · BMP · AVIF · SVG · HEIC · PSD · AI · TIFF · camera RAW · PDF · HWP · Word · PPT · Excel · DWG/DXF · MP4/WebM/MOV/MKV/AVI/WMV · MP3/WAV/WMA/AIFF · TXT/MD/CSV/JSON/HTML — subfolders included

This browser doesn't support the folder-open dialog, so the standard folder picker is used. Files are read only on your device.

SVG is a vector format browsers draw natively, yet double-clicking a file just opens a lone tab, and skimming dozens of icons in a folder that way is tedious. This page shows SVG and SVGZ as a folder grid with one-by-one zoom. Scripts inside the files never run.

How to use it

  1. 1Click 'Choose SVG files' or drop an icon or logo folder onto the page. SVGZ (gzip-compressed) works too.
  2. 2Click a graphic in the grid to view it large. It's vector, so wheel or pinch zoom stays sharp at any level.
  3. 3For PNG or JPG use Image Convert from the related tools; to make a favicon, use Favicon Maker.

What it shows

SVG is drawn with the browser's <img> element, and SVGZ is decompressed with the browser's built-in gunzip and shown the same way. Grid thumbnails use the vector itself, so small icons don't blur. Because it's drawn via <img>, any <script> inside the SVG never executes and images or fonts referenced by external URL aren't fetched — SVGs of unknown origin are safe to open.

Files are read inside the browser only and never sent anywhere. Close the tab and nothing remains.

Limits

SVGs that depend on external files (<image href="http://…">, external CSS or fonts) show those parts empty. Text in fonts not installed on this PC falls back to a substitute. Interactive SVGs driven by JavaScript show only their initial static state. An SVG with no size information at all (width/height/viewBox) gets the browser default of 300×150.

Good for

Finding the right icon in an icon-set folder, checking a logo SVG a designer sent, and skimming SVGs pulled from a website's source.

Frequently asked questions

How do I convert SVG to PNG?+

Put the SVG into the Image Convert tool and choose PNG, JPG, or WebP to rasterize at the size you want and download. No upload.

Text in the SVG looks different.+

The font isn't on this PC. Convert text to outlines (paths) in your design app before saving and it looks the same everywhere.

Do animated SVGs animate?+

CSS and SMIL animations play inside <img>, so yes. JavaScript-driven animation shows only the first frame because scripts are blocked.