Hello,
This issue was filed on the MAUI github repo, you can track on this issue:Load an SVG from web URL · Issue #10050 · dotnet/maui · GitHub
I find a workaround that you can use <webview>
to display this SVG file from the URL.
<WebView WidthRequest="50" HeightRequest="50" Source="https://www.yourwebsite.com/test.svg">
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.