I have not seen a mod like this before but this is not exactly a hard thing to make.
Use this mode
HERE. And when people donate you can have it set to auto move people into a certain usergroup. The you can add the code you want in the postbit template to show the icon you want and wrap it in the following code.
Code:
<if condition="$post['usergroupid'] == 6">Put image here</if>
and it will only show that image if the users postbit if they have donated. Im no that good with vBulletin if conditions but that should work, if not ill keep a eye on this thread and if you haev any problems post them below and ill help as much as i can.