i found the solution : in the UI Template paste this :
<p> Status:
<img width="30" height="30" src= {{msg.payload}} alt='Image not found' />
</p>
And go further :
add in the function node : msg.title = 'Working good !' ;
and in the UI Template : title={{msg.title}}
display a message when the mouse is over