Add Image On Apex Command Button

Add Salesforce Standard Image:

<apex:commandbutton image="{!URLFOR('/img/content/contribute32.png')}" id="exportbtn" action="{!exportProduct}"/>

Add Static Resource Image:

<apex:commandbutton image="{!URLFOR($Resource.ExportIcon)}" id="exportbtn" action="{!exportProduct}"/>