Note
The Application property returns a similar icon, but with one additional resolution.
Gets an Icon instance that contains the
Application icon as it is displayed by the current operating system.
public static Icon SystemApplication { get; }Public Shared ReadOnly Property SystemApplication As Icon
Getpublic:
static property Icon^ SystemApplication {
Icon^ get ();
}static member SystemApplication : Icon with get
On Windows 11 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows 10 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows Vista, Windows 7 and Windows 8 the icon contains 5 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows XP the icon contains 3 images from 16x16 to 48x48. The 32x32 and 16x16 ones look like this:

On Linux/Mono the icon contains the following images:
