Hi there,
Thanks for writing in! You can add this under Custom > JavaScript in the Customizer.
jQuery ( function( $ ) {
$('.woocommerce .cart_item .remove').html('<i class="x-icon x-icon-trash-o" data-x-icon="" aria-hidden="true"></i>');
} );
Hope this helps.
Cheers!