So I have an svg icon called bicycle.svg
I copied it into the Resources/AppIcon folder via Visual Studio 2022 AND removed (excluded) the existing appIcon and appIconfg files.
In my csproj I have
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\bicycle.svg" Color="#000000" />
The svg is white so expect a black background
Goto debug on a Pixel 5 emulator
Errors: (btw is there a way of capturing errors as a text copy in one go?

I'm obviously doing something stupid! :(
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
So I have an svg icon called bicycle.svg
I copied it into the Resources/AppIcon folder via Visual Studio 2022 AND removed (excluded) the existing appIcon and appIconfg files.
In my csproj I have
The svg is white so expect a black background
Goto debug on a Pixel 5 emulator
Errors: (btw is there a way of capturing errors as a text copy in one go?

I'm obviously doing something stupid! :(
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.