Set image icon for custom service task element

Hello everyone,

I know from the custom rendering example how to create custom icons for elements. However, I would like to set an image instead of a svg icon (corporate branding). Is this possible?

The other thing I was wondering about this example: The custom element I am trying to edit has a default icon of two overlapping gears. I do not know how to disable this icon.

You can embed an image inside of the SVG via the <image> tag. Please have a look at this page.

For further assistance, please share a CodeSandbox that reproduces your issue in a way that we can inspect it.

1 Like