So Far What I have seen is, when I bind the Picture tag with Physical location of the svg it seem to work fine.
But in my case I get the svg from an API which sends it in base64 format, something like this :
data:image/svg+xml;base64,PHN2ZyBpZD0ic2hhcGUtbGF5ZXIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUzLjM3OXB4IiBoZWlnaHQ9IjUwLjI5MXB4IiB2aWV3Qm94PSIwIDAgNTMuMzc5IDUwLjI5MSI+PHRpdGxlPkJPLVN0YWtlaG9sZGVyLXRlc3QyMDE2MTAxOTwvdGl0bGU+PHBhdGggZD0iTTUwLjcxNCwxNy4yOTFIMzkuNjlWMTIuNzM4YTEzLDEzLDAsMCwwLTI2LDB2NC41NTNIMi42NjdMMCw1MC4yOTFINTMuMzc5Wk0xNy42OSwxMi43MzhhOSw5LDAsMCwxLDE4LDB2NC41NTNoLTE4VjEyLjczOFoiIGZpbGw9IiNlYmVmZjAiLz48L3N2Zz4=
Not sure if this is something which is causing the issue