How to export to SVG without color coruption and blank space

I am struggling to export my mobile layout to SVG. When I do it, colors of objects are changed. Figma also doesnt crop images, to include only objects… Does anyone know how to overcome this? I am attaching images, first is my design in Figma the second is exported to svg and then imported to android studio
Screenshot 2024-09-26 at 08.19.36

SVG’s don’t support blend modes, so it’s impossible at the moment.

What you need to do is… (I think)…add this shape ontop of the green shape, with it’s own colour.

image