I think what he meant is “a svg animted with webflow interaction”
However, svg is not just a vector image, it can contains hover states and stuff and animations. You can open svg in a text editor, add classes to objects to use CSS to modify their colors, shape, to animate.
Recently I did a little fun experiment with SVG and Webflow, I’ll find time to make it nicer to publish it in the sandbox but here are screen captures and desc.
I get a SVG icon, here from my Webalys’ Streamline bank
I open the SVG in a text editor and add some class names to elements, then I paste the code into an HTML widget like this (I highlighted the part I added “class=“name””)
It’s literally just an inline SVG (pasted into an embed) and a little bit of CSS in the header, but it works pretty well for what I need. I did try messing with some Javascript libraries to render the animation but it was far too complicated!