Remove apple-touch-icon link generated by WordPress

Finally I found the answer outside of this place, hence I am posting it here as it may be useful to someone like me.

Simply add this to your functions.php file

remove_action ('wp_head', 'wp_site_icon', 99);