I have stored the image in google drive and set the link url to FFImageLoading source. The svg image is not showing. Please refer the SVG image URL Link. I have tried many suggestion from stackoverflow, but that all are not working to me. I have used the below code to show the SVG image,
<ffSvg:SvgCachedImage
Margin="0"
HeightRequest="50"
RetryCount="3"
Source="https://drive.google.com/file/d/1N87mK4CZvjmJc4HkKSiBTFhSpKRtUan4/view"
WidthRequest="50" />
Please give any suggestion to load the svg image from the above mentioned URL link.