Image in button

Hi
I have add a SVG trough the Image management.
Now I want to add the image to a button, but I can't find the image.

I have also tried to take the path but this I can't get to work either.

What are I'm missing?

image

image

Try using the source property instead,
image.source : /system/images/Builtin/icons/resume.svg

I would encourage you to think about your image folder structure. Keep your own icons separate from the built-in ones and create folders for images to be shared across all applications (company logos, etc.) and images for specific applications.

2 Likes

Thanks. it work.

Good. Don't forget to mark my post as "Solution". It helps others with a similar question.