...the `Image` class.
```c#
Image icon = Resources.Load("MyIcon");
```
You can then display the icon in your code using the `Draw` method of the `Graphics` class.
```c#
Graphics.Draw(icon, new Point(10, 10));
```
### Hashtags
* #C#
* #C#Programming
* #C#icons
* #Codeicons
* #Programmingicons