Share Image from base64 error

I am try to share a QR code image, from html response. The html return “data:image/png;base64,(base64)”. I save in a variable, put on Image component and works, but when I try to share this image, give the error “No such file”. Does anyone know how I can share an image from base64?