Hello,
Image control cannot show the SVG file url, and this issue was reported in the MAUI Github repo. See: Load an SVG from web URL #10050.
Here are workarounds to show the SVG from URL.
- Use webview to show it directly.
- Create a custom view that extend the SKCanvasView to show the svg file, see this content.
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.