Run ❯
zig
.
com
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <head> <title>Font Awesome Icons</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <h1>fa fa-code</h1> <i class="fa fa-code"></i> <i class="fa fa-code" style="font-size:24px"></i> <i class="fa fa-code" style="font-size:36px"></i> <i class="fa fa-code" style="font-size:48px;color:red"></i> <br> <p>Used on a button:</p> <button style="font-size:24px">Button <i class="fa fa-code"></i></button> <p>Unicode:</p> <i style="font-size:24px" class="fa"></i> </body> <!-- /icons/tryit.asp?filename=tryicons_fa-code Thu, 06 Feb 2025 15:02:44 GMT --> </html>