cc

<!DOCTYPE html>
<html>
<head>
<title>Font Awesome 5 Icons</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<!--Get your own code at fontawesome.com-->
</head>
<body>

<h1>fab fa-whatsapp-square</h1>

<i class='fab fa-whatsapp-square'></i>
<i class='fab fa-whatsapp-square' style='font-size:24px'></i>
<i class='fab fa-whatsapp-square' style='font-size:36px'></i>
<i class='fab fa-whatsapp-square' style='font-size:48px;color:red'></i>
<br>

<p>Used on a button:</p>
<button style='font-size:24px'>Button <i class='fab fa-whatsapp-square'></i></button>

<p>Unicode:</p>
<i style='font-size:24px' class='fab'>&#xf40c;</i>

</body>
</html>