I tried the below code to render whatsapp icon using font awesome 5:
<i style="background-color: #25d366; color: white;" class="fab fa-whatsapp "></i>
But it looks like this:
What I want is to make it look like whatsapp icon that appears in Android phones i.e without the square green background. How to achieve this?