View and export
SVG files on Windows

SVG Explorer adds native SVG support to Windows Explorer β€” thumbnails, previews, and a dedicated app for viewing and batch-exporting your SVG files to any image format.

πŸͺŸ Windows 10 / 11 πŸ–ΌοΈ Previews & Thumbnails πŸ’Ύ Batch Export
πŸ“‚
Explorer Integration
See SVG thumbnails and previews directly in File Explorer
πŸ”
SVG Viewer
Open, zoom, and inspect SVG files with transparency support
πŸ’Ύ
Batch Export
Export to PNG, JPEG, PDF, and more at multiple sizes at once
⌨️
Keyboard Shortcuts
Quick reference for power users
Getting Started

Installation

SVG Explorer is distributed through the Microsoft Store as a single package that installs both the desktop app and the Windows Explorer shell extensions.

βœ…

No configuration needed. After installation, SVG thumbnails and the preview pane will work automatically in Windows Explorer. Just navigate to a folder containing SVG files.

πŸ”„ What gets installed

πŸͺŸ

SVG Explorer App

A desktop app for opening, viewing, and exporting SVG files. Accessible from the Start menu.

πŸ”Œ

Shell Extensions

Background components that power SVG thumbnails and the preview pane in Windows Explorer. These run automatically β€” no action needed.

Getting Started

The Interface

SVG Explorer has a simple left-hand navigation with four pages. You can open SVG files by clicking Open SVG File, dragging a file onto the window, or launching it from Windows Explorer.

🏠
Home
Welcome screen and quick-start guide
πŸ–ΌοΈ
Images
View and zoom your SVG file
πŸ’Ύ
Export
Save to PNG, JPEG, PDF and more
πŸ•
Recent
Your recently opened SVG files
ℹ️

Opening a file is required before the Images and Export pages become usable. The Home page always offers an Open SVG File button to get started.

πŸ“‚ Opening a file

There are three ways to open an SVG file in the app:

Features

Windows Explorer Integration

Once SVG Explorer is installed, Windows Explorer gains two new capabilities for SVG files β€” no extra steps required.

πŸ—‚οΈ

SVG Thumbnails

SVG files display their actual graphic content as a thumbnail in Explorer's icon view. You can see what's inside each file without opening anything.

πŸ‘οΈ

Preview Pane

Select an SVG file and press Alt+P (or use View β†’ Preview Pane) to see a live, zoomable preview directly inside Explorer β€” no app launch needed.

πŸ‘οΈ Using the Preview Pane

The preview pane renders your SVG at full quality. Here's what you can do inside it:

ActionHow
Zoom in / outHold Ctrl and scroll the mouse wheel
Scroll the imageUse the scroll bar or scroll the mouse wheel
Change backgroundRight-click the preview for a list of background colours (white, grey, black, checkerboard, and more)
Reset viewRight-click and choose a background colour to reset the zoom or choose (Unset) to reset to default background.
πŸ’‘

Checkerboard background: right-click the preview and choose Checkerboard to display transparent areas as a grey-and-white grid β€” useful for checking how your SVG looks with transparency. It's also a common standard for representing transparency in image editing software, so it can help you spot any unintended transparent areas in your design. Also its size is fixed at 10x10 pixels, so it gives you a sense of scale when zooming in and out.

🎨 Thumbnail background colour

By default, SVG thumbnails have a transparent background (the Windows Explorer background shows through).

Features

Viewing SVGs

The Images page is SVG Explorer's main viewer. It renders your file at high quality and lets you zoom and inspect it in detail.

πŸ” Zoom

Use the Zoom dropdown in the top-right of the Images page to jump to a specific zoom level: 10%, 25%, 50%, 75%, 100%, 125%, 150%, 200%, 400%, and more. You can also type a custom percentage into the box.

While looking at the image, hold Ctrl and scroll the mouse wheel to zoom smoothly. A small indicator shows the current zoom level as you scroll.

Zoom in / out
Ctrl + Scroll
Select zoom level
Zoom dropdown

🎨 Background colour

Click the Background Colour button (top-right of the Images page) to open a colour picker and set the background shown behind the SVG.

OptionWhat it does
Checkerboard toggleShows transparent areas as a grey-and-white grid. When enabled, the colour picker is disabled.
Colour pickerChoose any colour including alpha (opacity). Your choice is remembered when you reopen the app.
Transparent buttonResets the background to fully transparent (no colour fill).

πŸ“ Image information

Below the page title, SVG Explorer shows the intrinsic dimensions of the file β€” the width and height as defined in the SVG itself (typically in pixels). This is the "native" size of the artwork, independent of how you've zoomed the viewer.

ℹ️

SVG is a vector format, so you can zoom to any size without quality loss. The intrinsic dimensions are only relevant when you export the image.

Features

Exporting Images

The Export page converts your SVG into raster images (PNG, JPEG, etc.) or PDF. You can export at multiple sizes in a single click β€” great for producing icon sets or assets at standard dimensions.

βš™οΈ Export settings

SettingDescription
Output Folder Where exported files are saved. Defaults to Pictures\SVG Explorer. Click Browse to pick a different folder, or Open Folder to view the current destination in Explorer.
File Name Template Controls how exported files are named. Uses tokens like {name} and {size} β€” see the token reference below. A live preview shows what the file name will look like.
Image Format The output format: PNG, JPEG, PDF, BMP, HEIC, and others. See the full list below.
Overwrite When on, existing files with the same name are overwritten silently. When off, existing files are skipped with a warning.
Preserve Transparency When on, the exported image keeps transparent areas. When off, transparent areas are filled with a white background. Only available for formats that support transparency (PNG, PDF, BMP with alpha, etc.).

πŸ“ Export sizes

Each row in the size list represents one output file. The number is the pixel size β€” the SVG is scaled to fit within a square of that size. Default sizes are 16, 32, 48, 64, and 256 pixels.

βž•

Add Size

Adds the next standard size (16β†’32β†’48β†’64β†’256). If all standard sizes are already added, it doubles the largest existing size.

πŸ—‘οΈ

Clear All / Remove

Click Clear All to remove every size, or click Remove next to a single row to delete just that size.

You can also edit the size number in any row directly β€” click on it and type a new value, or use the up/down arrows. Sizes are always sorted smallest to largest.

πŸƒ Running an export

  1. Open an SVG file on the Images page first.
  2. Navigate to the Export page.
  3. Set your Output Folder, Format, and Sizes.
  4. Click the blue Export button. A toast notification confirms how many files were saved.
⚠️

The Export button is disabled if the output folder path is invalid, the file name template is missing {size}, no sizes are listed, or no format is selected. A red message explains what needs to be fixed.

🏷️ File name template tokens

Customise how exported files are named using these tokens in the File Name Template field:

{name}
The SVG file name without extension
β†’ icon
{size}
The export size in pixels (required)
β†’ 256
{format}
The chosen image format
β†’ PNG
{ext}
File extension including the dot
β†’ .png
{date}
Today's date
β†’ 2025-05-13
{time}
Current time
β†’ 14-30-00
{transparency}
Transparency mode label
β†’ Transparent
{user}
Your Windows user name
β†’ alice
{version}
SVG Explorer version number
β†’ 1.2.3
πŸ’‘

Example template: {name}_{size} produces files like icon_16.png, icon_32.png, icon_256.png. The {size} token is required β€” the Export button won't activate without it.

Features

Recent Files

The Recent page keeps a list of SVG files you've opened before, so you can jump back to them quickly.

ActionDescription
Click a file linkOpens that SVG file in the viewer, navigating to the Images page.
Clear RecentRemoves all entries from the history list. You'll be asked to confirm if the list isn't empty.
Remove MissingScans the list and removes entries for files that have been deleted or moved.
ℹ️

The recent files list stores up to 100 entries by default. You can disable it entirely in Settings if you prefer not to track recently opened files.

Features

Settings

The Settings page has a small number of options. Most configuration happens in context β€” for example, zoom and background colour on the Images page, and export options on the Export page.

SettingOptionsDescription
Theme Light Dark System Controls the app's colour scheme. System follows your Windows light/dark mode preference.
Recent Files On / Off When turned off, SVG Explorer stops recording recently opened files. If you turn it off while the list has entries, you'll be asked whether to clear them or keep them.
Advanced settings

Additional settings are saved automatically when you use the app and are not exposed on the Settings page. They include your last-used export folder, file name template, image format, export sizes, background colour, and checkerboard preference. These are all stored in a settings.json file in your local app data folder.

Reference

Supported Export Formats

SVG Explorer can export to all image formats registered on your Windows system, as well as PDF. The list below shows the most common ones. Formats marked with a green dot support transparency (alpha channel).

PNG
JPEG
PDF
BMP (with alpha)
TIFF
GIF
JXR / WDP
HEIC / HEIF *
ℹ️

* HEIC/HEIF requires the HEIF Image Extensions package from the Microsoft Store or any third-party codec that registers HEIC/HEIF support on the system. If it's not installed, this format won't appear in the list.

ℹ️

* PDF saves one PDF file per export size. Each PDF contains a single page with the SVG rendered at the specified dimensions. Transparency is supported if your PDF viewer supports it (Adobe Acrobat, Edge, InkScape and others do; some viewers may not).

πŸ’‘

Best for icons: use PNG with Preserve Transparency on. PNG is widely supported and produces pixel-perfect icons at any size with full alpha channel support.

Reference

Keyboard Shortcuts

Quick actions available in SVG Explorer and in the Windows Explorer preview pane.

In the SVG Explorer app

Zoom in (viewer)Ctrl+Scroll ↑
Zoom out (viewer)Ctrl+Scroll ↓
Scroll image up/downScroll
Navigate backAlt+←

In the Windows Explorer preview pane

Zoom in / outCtrl+Scroll
Show/hide preview paneAlt+P
Change backgroundRight-click the preview

Window & navigation

Show/hide sidebarHamburger button (☰)
Open a fileOpen SVG File button
Reference

Tips & Tricks

🎯 Producing a complete icon set

  1. Open your SVG in SVG Explorer.
  2. Go to the Export page. The default sizes (16, 32, 48, 64, 256 px) cover the standard Windows icon set.
  3. Choose PNG format with Preserve Transparency on.
  4. Use the template {name}_{size} so files are named myicon_16.png, myicon_256.png, etc.
  5. Click Export. All five sizes land in your output folder in one go.

πŸ–ΌοΈ Checking transparency before exporting

On the Images page, turn on the Checkerboard toggle (inside the Background Colour flyout). Transparent areas of your SVG will show as a grey-and-white grid β€” a quick way to confirm the artwork has the alpha you expect before exporting.

πŸ• Keeping the recent files list tidy

If you move or delete SVG files, their entries remain in the recent list. Go to Recent Files and click Remove Missing to clean up any broken links automatically.

πŸŒ™ Dark mode

SVG Explorer follows Windows theme settings by default. If you prefer a fixed theme regardless of system settings, go to Settings and choose Light or Dark explicitly.

πŸ’‘

Single instance: SVG Explorer runs as a single window. If you open it from Explorer while it's already open, the existing window is brought to the front and the new file is loaded β€” you don't get two windows.

SVG Explorer β€” User Guide v1.0, Copyright (C) 2025-2026 Aelyo Softworks. All rights reserved.