In my NET8
MAUI
application, I like to change the icon from Windows. I like to have an icon like for example Outlook: the background transparent.
At the moment, the icon has a white background. I tried to change the project
<MauiIcon Include="ResourcesAppIconappicon.svg"
Color="#FFFFFF" BaseSize="128,128" />
If I change the Color
to Transparent
, the background is still white. On the Microsoft documentation, there is nothing related to the background.