It requests additional customization which is not included in our support.
Here is an example of code that you can be added in functions.php of your child theme –
add_filter('et_b_search_icon', function() {
?>
// your svg here
<?php
});
Regards