FAQ
This page answers common questions about using Axialis IconVectors.
General
What file formats does IconVectors support?
IconVectors uses SVG as its native editable format.
Open / Save: SVG
Export:
Minified SVG
XAML (WPF/UWP)
WPF Geometry
VectorDrawable (Android)
SwiftUI
Developer formats (for example VueTS / ReactTS / C++)
Bitmap images (PNG, BMP, GIF, JPEG, TIFF, TGA, ICO, ICNS, etc.)
Note
SVG is the only format that remains fully editable in IconVectors. Other formats are available through Export.
Can I open SVG files created in other tools?
Yes. You can open and edit SVG files created with tools such as Inkscape, Adobe Illustrator, Figma, and similar applications.
To open an SVG document:
— Ctrl+O
To open an SVG in a second window:
— Shift+Ctrl+O
How is IconVectors different from general-purpose vector editors?
IconVectors is designed for icon production and developer handoff:
A streamlined editor optimized for small vector assets
A live Source Code Viewer (SVG, minified SVG, symbol, XAML, WPF Geometry, VectorDrawable, SwiftUI, developer formats)
Export tools for bitmap generation and multiple output targets
Pixel-friendly workflow: grid, snapping, and pixel-level preview
Does IconVectors support multiple documents or windows?
Yes.
Open a second window: — Shift+Ctrl+N
This is useful to:
Work on two icons side-by-side
Copy/paste or drag elements between documents
Where are sample icons stored?
Sample documents are typically installed under:
Documents\Axialis IconVectors
Working with documents
How do I create a new icon?
Use:
— Ctrl+N
If you prefer to start every time with a blank document already created:
Open — F2
In the General tab, enable Automatically Create a New Document at Startup
How do I save my work?
Save: — Ctrl+S
Save As: — Shift+Ctrl+S
Tip
Use Save As when you want to keep a clean “master” SVG and create variants.
Does IconVectors auto-save or recover documents?
IconVectors can write recovery information automatically so you can restore work after an unexpected shutdown.
To configure the interval:
— F2
General tab → Automatically Save Recovery Every
Note
Auto-recovery is designed for crash recovery. It does not replace saving your document regularly.
How do I change the icon size or canvas size?
Resize icon: — Ctrl+Y
Resize canvas: — Shift+Ctrl+Y
How do I undo or redo actions?
Undo: Ctrl+Z
Redo: Shift+Ctrl+Z
How do I show the grid and snap to it?
Toggle grid display: — G
Toggle snap-to-grid: — Shift+Ctrl+R
Tip
Use grid + snap early when drawing pixel-aligned icons. It makes it easier to keep edges crisp.
How do I center the canvas?
— Alt+C
How do I enable automatic canvas centering?
Enable:
— Shift+Alt+C
When enabled, the canvas is automatically centered when the main window is resized and when Focus Mode is toggled.
How do I enter Focus Mode?
Use:
— Tab
Focus Mode hides/restores non-essential panels and toolbars for a larger drawing area.
How do I preview the icon on light or dark background?
Use the Preview Panel:
Toggle the panel: — Ctrl+F8
The Preview Panel is live (updates while you draw) and lets you:
Switch Pixel / Vector rendering
Change preview Scale
Toggle Light / Dark background
Export the preview as a bitmap
Drag & drop the preview icon to another app (exports a temporary SVG)
See also: The Preview Panel.
How do I view the generated code (SVG/XAML/WPF Geometry/VectorDrawable/SwiftUI/React/Vue)?
Open the live Source Code Viewer:
— F3
The code updates as you draw and edit.
Editing and selection
How do I select objects more easily?
If selection feels “too strict” or “too loose”, switch the selection method:
Open — F2
Go to the Icon Editor tab
In Element selection by, choose:
Wireframe (outline proximity) — easier to pick thin strokes and outlines
Visible pixels (fill and/or stroke) — selection based on what you see
Tip
You can also select objects from the Layers panel when they are hard to click on the canvas.
How do I duplicate an element?
You have several options:
Duplicate command: — Ctrl+D
Quick duplicate while moving: hold Alt and drag the element
How do I move, scale or rotate with numeric precision?
Use the element transform commands:
Move: — Ctrl+M
Scale: — Ctrl+E
Rotate: — Ctrl+T
Reflect: — Ctrl+F
How do I align/center objects?
To center selected elements relative to the icon/canvas:
Center horizontally: — Ctrl+Alt+X
Center vertically: — Shift+Alt+X
Center both: — Alt+X
How do I group and ungroup elements?
Group: — Ctrl+G
Ungroup: — Shift+Ctrl+G
How do I lock layers or groups?
Use the lock column in the Layers panel (next to the visibility eye column):
Click the lock area to lock/unlock an element.
Clicking lock on a group propagates to children/sub-groups.
A parent shows a lock icon only if all descendants are locked.
Locked elements stay visible but cannot be selected or modified with the mouse.
How do I change the stacking order?
Bring to top: — Ctrl+Home
Bring up: — Ctrl+Up
Send down: — Ctrl+Down
Send to bottom: — Ctrl+End
How do I round corners in the Path Edition Tool?
Use the Path Edition Tool on a path and look for the rounding handle inside a corner angle:
Click and drag the handle to set the curve size.
Double-click the handle to enter an exact value (in pixels).
If several anchor points are selected, the same rounding is applied to all of them.
Rounded corners remain editable: the handle stays visible for later adjustments.
Paths and boolean operations
How do I convert a shape into a path?
Some operations (node editing, boolean operations, outline stroke, etc.) require a path.
Convert a selected element to a path:
— Ctrl+B
How do I combine shapes (boolean path operations)?
Union: — Ctrl+U
Subtract: — Ctrl+I
Intersect: — Shift+Ctrl+U
Exclude: — Shift+Ctrl+I
Note
For best results, convert shapes to paths first (, Ctrl+B).
What are compound paths?
A compound path is a set of sub-paths treated as a single shape. It is useful for creating holes/cutouts (for example a ring, or a “donut” shape).
Make compound path: — Ctrl+Q
Release compound path: — Shift+Ctrl+Q
How do I create a stroke outline as a filled path?
— Ctrl+J
This converts the stroke into a closed filled path, which can then be edited or combined with other paths.
How do I create an offset path?
— Ctrl+K
Offset paths are useful to expand/contract shapes, create borders, or build “inset” icon details.
Importing artwork
How do I insert another SVG into my current icon?
Use Place Files:
— Shift+Ctrl+P
This opens a standard file selection dialog where you can select one or more SVG files.
When placed:
A group is created for each file
Each file is automatically scaled to the current document size
Tip
You can also drag & drop SVG files from your file explorer into the editor to place them.
See also: Place Files.
How do I trace a bitmap image to vector?
Use Place & Trace Bitmap:
IconVectors imports a bitmap image and traces it into a vector path element.
Important
This feature works best with monochrome images (black & white, single-color). Multi-color images may produce unpredictable results.
Tip
Use a high-resolution bitmap for better tracing quality. You can also drag & drop a bitmap from your file explorer into the editor to trace and insert it.
See also: Place & Trace Bitmap.
Exporting and developer output
How do I copy SVG code to the clipboard?
Copy (standard): — Ctrl+C
Copy minified code: — Shift+Ctrl+C
How do I export a minified SVG file?
— Shift+Ctrl+M
To control numeric precision and indentation:
— F2
Go to SVG Code tab
Adjust Decimals, Indent Code, and Minified Code / Decimals
How do I export to XAML?
— Shift+Ctrl+X
How do I export the icon to a bitmap (PNG, ICO, etc.)?
— Ctrl+F3
Note
If you export to formats without an alpha channel, you may need to choose a background or transparency color.
How do I export multiple bitmap sizes at once?
— Shift+Ctrl+F3
This is the preferred workflow when you need multiple sizes (1x/2x/3x, or custom pixel sizes) generated into a folder.
Preferences and UI
How do I open Preferences?
— F2
Text and fonts
How do I insert text?
Use the Text Tool (T):
Select the Text Tool.
Click on the canvas to set the text baseline.
Choose a font and enter your text.
Click OK to insert it.
Note
Text is converted to paths (one glyph per character). To change the wording or font, delete the group and insert new text.
Color palettes
Where is the Color Palettes panel?
Toggle it from the menu:
How do I add the current color to a palette?
Open the fill or stroke color menu in the Control Bar and use Add Color to Palette. The swatch name is the HTML color value.
How do I add all colors used in the icon?
Use:
How do I recolor an icon with a selected palette?
Use one of:
Color Palettes panel menu –> Recolor Icon
Each icon color is replaced with the closest color from the selected palette. The action is undoable.
How do I import or export palettes?
Open the palette menu in the Color Palettes panel:
Load Palette… — import .axpal or .aco from disk.
Save Palette… — export the selected palette as .axpal.
How do I change the interface language or theme?
Open — F2
In the General tab:
Choose Application Language
Choose Color Theme (System / Light / Dark)
How do I enable the transparency checkerboard?
Open — F2
Go to Icon Editor tab
Enable Draw Transparency As Checkerboard
How do I enable GPU acceleration?
Open — F2
Go to Icon Editor tab
Enable Use GPU Acceleration (Beta)
How do I control SVG code formatting?
Open — F2
Go to the SVG Code tab
You can control:
Decimals (precision)
Indent Code (formatted output)
Responsive (for use with CSS)
Minified Code / Decimals
How do I disable automatic updates?
Open — F2
Go to Auto-Update tab
Toggle Automatically Update Axialis IconVectors
I am behind a corporate proxy. How do I enable updates/activation?
Open — F2
Go to Internet tab
Enable Use Proxy with Authentication
Enter Username and Password
Troubleshooting
My panels are missing or the layout is messed up. How do I reset it?
Also remember that some panels can be toggled from the View menu (for example the Preview Panel).
The preview looks blurry. How can I check pixel-perfect rendering?
In the Preview Panel:
Switch to Pixel mode (local toolbar)
Choose an appropriate Scale
Pixel mode shows the icon at native resolution and uses a pixelated zoom when scaled.
I can’t select an object by clicking it. What should I do?
Try one or more of the following:
Select the element from the Layers panel
Change selection method:
— F2
Icon Editor tab → Element selection by
Why does bitmap tracing give poor results?
Bitmap tracing is optimized for simple shapes.
To improve results:
Use monochrome images (single-color, black/white)
Use a high-resolution source image
Avoid anti-aliased multicolor artwork when possible
Licensing, trial and updates
Is there a trial period?
Yes. IconVectors can be used fully unlocked during the trial period.
How do I activate IconVectors?
Activation is done by signing in with your Axialis account.
Launch IconVectors
When prompted, sign in with your Axialis ID credentials
Note
An internet connection is required for activation.
Can I activate the product offline?
No. Activation requires internet access. Once the software is activated, you can work offline.
How do I check for updates?
You can also enable/disable automatic updates at startup in:
— F2 → Auto-Update tab
How do I install the SVG thumbnail/shell extension?
If you want SVG thumbnails in Windows File Explorer, run the installer again and enable the shell extension.
In some setups, you can also use the installer command-line switch /t.
Getting more help
How do I open the help from the application?
— F1