Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!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-joget</h1> <i class='fab fa-joget'></i> <i class='fab fa-joget' style='font-size:24px'></i> <i class='fab fa-joget' style='font-size:36px'></i> <i class='fab fa-joget' style='font-size:48px;color:red'></i> <br> <p>Used on a button:</p> <button style='font-size:24px'>Button <i class='fab fa-joget'></i></button> <p>Unicode:</p> <i style='font-size:24px' class='fab'></i> </body> </html>