SVG
The SVG element displays SVG graphics from files, dynamic data, custom code, or icon sets.
Settings
Section titled “Settings”-
Source (select) - SVG source type. Options:
file(default),dynamicData,code,iconSet. -
File (svg upload) - Upload an SVG file from your computer. Available when source is “file”.
-
Icon set (icon) - Select an SVG from custom icon libraries. Available when source is “iconSet”.
-
Dynamic data (text with dynamic data) - Load SVG from dynamic data. Supported field types: File, Image, SVG code, URL. Available when source is “dynamicData”.
-
Code (code editor) - Paste SVG code directly. Only available to users with code execution permissions. Ensure SVG code is safe and doesn’t contain malicious code. Consider using an SVG cleaner like svgomg.net. Available when source is “code”.
Styling
Section titled “Styling”-
Height (number with units) - SVG height.
-
Width (number with units) - SVG width.
-
Stroke width (number) - Width of SVG stroke lines. Minimum: 1.
-
Stroke color (color) - Color of SVG stroke elements (excludes elements with
stroke="none"). -
Fill (color) - Fill color for SVG shapes (excludes elements with
fill="none"). -
Link (link) - Make the SVG clickable by adding a link.