maui

Remove ".NET" from AppIcon


I have a .NET MAUI App with an AppIcon which should be displayed as it is. Unfortunately, I can see a white-colored ".NET" logo inside this AppIcon.

How can I get rid of that?

=========== Added Icon to see the wrong effect =================

enter image description here


Solution

  • You can check this article about how to change the App icon. You can define the App icon by yourself.

    Here is the code below:

    <ItemGroup>
        <MauiIcon Include="Resources\AppIcon\appicon.svg" />
    </ItemGroup>