Below is the code for displaying WhatsApp sharing icon, condition used wp_is_mobile:
<?php if (wp_is_mobile()) { echo '<a href="whatsapp://send?text=' . the_title() . ', from ...
Source: