Element Library
The Element Library lets you insert reusable SVG artwork into the current icon without leaving the editor. Use it for common shapes, symbols, badges, interface glyphs, or your own custom SVG snippets.
Open the library with:
the Element Library button in the left toolbar
Shift+Ctrl+E
The command is available when a document is open.
Inserting Elements
The palette is organized as tabs. Choose Filled or Line, then click an element tile to insert it.
A normal click inserts the element and closes the palette.
Shift + click inserts the element and keeps the palette open.
The inserted artwork is selected and the Selection Tool becomes active.
Inserted elements are normal editable SVG objects.
If an element is selected before insertion, the new artwork is centered on the selection. Otherwise it is inserted near the center of the visible canvas.
Element Library Folder
IconVectors loads Element Library content from:
%APPDATA%\Axialis\IconVectors\Element Library
You can open this folder from the palette using the folder button. Add or edit SVG files there to customize the library.
Folder Structure
Each direct subfolder of the Element Library folder becomes one tab in the palette. SVG files directly inside that tab folder are the base, filled elements.
To provide a line variant, create a nested line folder and add an SVG with the exact same filename.
The line folder itself is not shown as a tab.
Example:
Element Library\
Shapes\
rectangle.svg
star.svg
line\
rectangle.svg
Symbols\
copyright.svg
at.svg
line\
at.svg
Filled and Line Modes
In Filled mode, IconVectors uses the SVG file from the tab folder.
In Line mode, IconVectors first looks for a matching SVG in the nested line folder.
If no matching line file exists, it falls back to the SVG in the parent tab folder.
The match uses the exact filename. For example, line\arrow-right.svg matches arrow-right.svg, but line\arrow_right.svg does not.
Colors and Styles
Element Library SVGs can define their own fill, stroke, gradients, stroke width, caps, joins, and dash styles.
IconVectors preserves explicit colors and SVG paint servers such as url(#...) when inserting the element.
If an SVG uses currentColor, IconVectors can apply the current fill or stroke from the Control Bar.
If no matching current color is selected, currentColor is kept.
Missing or Empty Libraries
If the Element Library folder is missing or empty, the palette shows the folder path so you can add SVG files. Invalid SVG files are ignored safely.