Hi Team,
I am trying to load the custom icon in Genesys interaction widget, but I am not able to see the icon instead it is appearing as a blank square. Below screenshot for your reference.
The problem is with your svg.
When displaying the interaction widget's icon, Genesys Desktop applies a set of filters (css filters on the svg - saturate, invert, ...) to display it in the UI (as monochrome). You have apparently different zones with fill ("path") in your svg that seem seem to be an issue when applying these filters - result is just gray.
You can load it as "icon". Genesys Desktop treats this one differently (not applying css svg filters) - it should just get to monochrome.