Slowly
The builderBlocks

SVG

Drop in your own SVG and style it directly.

The SVG block places vector artwork directly in the page, your own file or a library icon rather than a flat image. Because the SVG renders inline, you can colour, resize, and animate it through the design controls rather than editing the file.

Uploaded SVGs are sanitised on the way in, with off-site references stripped, so a pasted file cannot reach out somewhere it should not.

Adding one

  1. Select the section or container to hold it.
  2. Open the inserter and search "svg".
  3. Pick the SVG block.

Settings

In the SVG's own panel. Appearance lives in the shared design panel.

SettingWhat it doesReach for it when
Source (icon)Picks a glyph from the connected icon library (FontAwesome by default)You want a standard UI icon without uploading a file
Source (inline SVG)Accepts raw SVG markup pasted directlyYou have a custom illustration or logo and want full CSS control over its paths
Source (image)Treats the SVG as a media-library image rather than inline codeYou need a static file reference rather than stylable markup
Icon librarySwitches between available icon setsYou are using a different icon pack from the default
Icon sizeSets the rendered dimensionsSizing an icon to match surrounding text or a specific layout slot
Fill colourFills the SVG pathsColouring a monochrome icon to match the palette
StrokeSets path outline colour and weightLine-style icons where fill alone is not enough
Stroke widthControls the thickness of the path outlineAdjusting line weight without editing the source file
LinkWraps the SVG in an anchor, a URL, a page, or a dynamic destinationMaking an icon or logo clickable
Alt textDescribes the image for assistive technologyAny SVG carrying meaning that sighted visitors read from its shape

Styling

The SVG block uses the shared design panel for spacing, size, colour, borders, and effects, each per breakpoint. For hover colour changes or pointer animations, the states panel is where those live.

Accessibility

If the SVG carries meaning, add alt text in the block settings. A logo, a map pin, a status indicator, these all communicate something that a screen-reader visitor cannot infer from shape alone. A purely decorative SVG used only for visual rhythm does not need alt text, but most SVGs that appear on a page do carry meaning. When in doubt, describe it.

On this page