<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

SystemIcons

public static class SystemIcons
Each property of the SystemIcons class is an Icon object for Windows system-wide icons. This class cannot be inherited.
public static Icon Application { get; }

Gets an Icon object that contains the default application icon (WIN32: IDI_APPLICATION).

public static Icon Asterisk { get; }

Gets an Icon object that contains the system asterisk icon (WIN32: IDI_ASTERISK).

public static Icon Error { get; }

Gets an Icon object that contains the system error icon (WIN32: IDI_ERROR).

public static Icon Exclamation { get; }

Gets an Icon object that contains the system exclamation icon (WIN32: IDI_EXCLAMATION).

public static Icon Hand { get; }

Gets an Icon object that contains the system hand icon (WIN32: IDI_HAND).

public static Icon Information { get; }

Gets an Icon object that contains the system information icon (WIN32: IDI_INFORMATION).

public static Icon Question { get; }

Gets an Icon object that contains the system question icon (WIN32: IDI_QUESTION).

public static Icon Shield { get; }

Gets an Icon object that contains the shield icon.

public static Icon Warning { get; }

Gets an Icon object that contains the system warning icon (WIN32: IDI_WARNING).

public static Icon { get; }

Gets an Icon object that contains the Windows logo icon (WIN32: IDI_WINLOGO).