- <!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'></script>
- <!--Get your own code at fontawesome.com-->
- </head>
- <body>
- <h1>fab fa-adversal</h1>
- <i class='fab fa-adversal'></i>
- <i class='fab fa-adversal' style='font-size:24px'></i>
- <i class='fab fa-adversal' style='font-size:36px'></i>
- <i class='fab fa-adversal' style='font-size:48px;color:red'></i>
- <br>
- <p>Used on a button:</p>
- <button style='font-size:24px'>Button <i class='fab fa-adversal'></i></button>
- <p>Unicode:</p>
- <i style='font-size:24px' class='fab'></i>
- </body>
- </html>