vBulletin doesn't display thread icons in the search results. However, you can add this feature by editing your "search_threadbit" template as follows:
Locate the code:
HTML Code:
<h3 class="searchtitle">
And directly below this, add the following:
HTML Code:
<vb:if condition="$show['threadicon']">
<img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" />
</vb:if>