Note
The Information property returns a similar icon, but with 3 additional resolutions.
Gets an Icon instance that contains the
Information icon as it is displayed by the current operating system.
public static Icon SystemInformation { get; }Public Shared ReadOnly Property SystemInformation As Icon
Getpublic:
static property Icon^ SystemInformation {
Icon^ get ();
}static member SystemInformation : 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 11 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

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

On Windows Vista and Windows 7 the icon contains 4 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 32x32 and 16x16 images:
