How can icons be displayed on menu items?

MenuFlyoutItem and MenuFlyoutSubItem inherit the IconImageSource property from Menu Item, which enables a small icon to be displayed next to the text for a context menu item. This icon can be an image or a font. XAML

What is a .NET MAUI Menu Control?

The .NET MAUI Menu control allows you to create menus with items and actions that are typically used for navigation or triggering specific actions.