Check your file:
/includes/modules/product_listing.php
/includes/modules/your_templates_dir/product_listing.php
for the code:
Code:
$lc_text .= '<br />' . (zen_get_show_product_switch($listing->fields['products_id'], 'ALWAYS_FREE_SHIPPING_IMAGE_SWITCH') ? (zen_get_product_is_always_free_shipping($listing->fields['products_id']) ? TEXT_PRODUCT_FREE_SHIPPING_ICON . '<br />' : '') : '');
if you do not see it, try searching the file(s) for:
TEXT_PRODUCT_FREE_SHIPPING_ICON
and see if there is anything in the file referencing it ...