I have an SVG for a specific layout with curved design (I didn’t find an option to draw curves in Web) so I would like to import it into a page and make its color customizable according to the user’s preference. I’m totally new to the tool, but I’m loving it!
Probably the easiest is to use a HTML embed element, you can find it on the bottom of the Add panel
SVGs are probably the most underutilized thing in WeWeb, they’re so powerful! I had a very similar use case, this whole circle is just an SVG.
Like Luka mentioned, you can use an HTML element or you can convert the svg to a Data URI and set it as the background of an image. I’ve noticed the Data URI handles smaller objects better and keeps them a bit more centered.