how to make an icon next to the cursor?

I need a visual guide that some object has been picked and is being dragged, so I thought about putting some small icon next to the cursor arrow. How to achieve that? Thanks in advance.

There are various ways this can be done; a fairly straightforward way would be to render the icon at the mouse position in OnGUI().