Render Item Icon
Note
When rendering an icon on screen you should use RenderGameOverlayEvent.
This will render an item icon on your screen.
Example
Tip
You should check Minecraft.getMinecraft().currentScreen to limit rendering your item so it only shows up when you want it to, like in the example below which will only render the item when no GUI is open.