Hola:
Otras 2 formas que se me ocurren son con un tag button:
<button type="reset" name="reset"><img src="reset.gif" /></button>
o con un botón reset sin texto pero con la imagen de fondo del botón:
<input type="reset" name="reset" value="" style="background-image: url(reset.gif); width: 30px; height: 30px" />
Este está pensado para una imagen de 30x30 pixeles
Saludos