You can do this by this way:
<table cellspacing="0" cellpadding="0" class="test">
<tr><td VALIGN="TOP">
<%# IfEmpty(Eval("URL"),"","<a href='http://"+ Eval("URL") +"' target='_blank'>"+ Eval("Title") +"</a>") %>
</td></tr>
<tr><td ALIGN="CENTER" VALIGN="MIDDLE">
<%# IfEmpty(Eval("URL"),"","<a href='http://"+ Eval("URL") +"' target='_blank'>"+ GetImage("Icon") +"</a>") %>
</td></tr>
or by this way for whole table:
<%# IfEmpty(Eval("URL"),"","<table cellspacing='0' cellpadding='0' class='test'><tr><td VALIGN='TOP'><a href='http://"+ Eval("URL") +"' target='_blank'>"+ Eval("Title") +"</a></td></tr><tr><td ALIGN='CENTER' VALIGN='MIDDLE'><a href='http://"+ Eval("URL") +"' target='_blank'>"+ GetImage("Icon") +"</a> </td></tr></table>") %>
This should work correct. Please make sure that's the URL is null or empty