View SVG files
See SVG and SVGZ vector graphics sharply in the browser. Zoom without pixelation; embedded scripts never run.
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.
Viewer pages by format
Popular formats have their own page. Whichever page you are on, files of any other supported format open just the same.
- View HEIC photosHEIC·HEIF·HIF
- View PSD filesPSD·PSB
- View AI filesAI
- View TIFF filesTIF·TIFF
- View SVG filesSVG·SVGZ
- View camera RAW photosCR2·CR3·CRW·NEF…
- Play MKVMKV
- Play AVI and DivXAVI·DIVX
- Play RMVB and RMRM·RMVB
- Play WMVWMV·ASF
- Play FLVFLV
- Play TS and M2TSTS·M2TS·MTS
- Play MPG, MPEG, and VOBMPG·MPEG·MPE·VOB
- Play WMAWMA
- Play APE and lossless audioAPE·WV·TTA·MPC
- Play AIFFAIFF·AIF
- Open EML and MSG emailEML·MSG
- View ICS calendar filesICS
- Read EPUB ebooksEPUB
- View Jupyter notebooks (ipynb)IPYNB
- Open legacy Word (.doc)DOC
- Open RTF filesRTF
- Open NFO filesNFO
- Open Numbers and ODS filesNUMBERS·ODS
- Preview Pages, Keynote, and SketchPAGES·KEY·SKETCH
- View DICOM medical imagesDCM·DICOM·DIC
- View STL and OBJ 3D modelsSTL·OBJ
- Open ZIP and TAR archivesZIP·TAR·TGZ·GZ…
- Read CBZ comicsCBZ
- View certificate files (PEM, CRT, CER, DER)PEM·CRT·CER·DER…
- View SRT and SMI subtitlesSRT·VTT·SMI·SAMI…
- Preview font files (TTF, OTF, WOFF)TTF·OTF·WOFF·WOFF2…
Word, PowerPoint, Excel, HWP, and CAD have their own document viewer pages. Full file viewer →
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
- 1Click 'Choose SVG files' or drop an icon or logo folder onto the page. SVGZ (gzip-compressed) works too.
- 2Click a graphic in the grid to view it large. It's vector, so wheel or pinch zoom stays sharp at any level.
- 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.
Related tools