Add icon to a button

Is or will there be away to add an icon to a button?

You can do it now by specifying a left or right dropzone. Just add an SVG (or Image) element along with a suitable resource.

FWIW I’ve uploaded a sample Elements project: ButtonWithIcon.elements

1 Like

That was what I was looking for. Thank you!

1 Like

It’s actually way more involved and fussy than expected in that you need to search through all of the various properties to get things sized and styles properly, and if you want to round the button corners that’s a lot of redundant clicking.

I’m sure that’ll be worked on sooner or later.

We’ve put together a short tutorial showing how to add and animate an icon inside of a button.

1 Like