Copilot
Your everyday AI companion
  1. Basic Icons

    To use the Font Awesome icons, add the following line inside the <head> section of your HTML page:

    The following code:

    <!DOCTYPE html>
    <html>
    <head>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    </head>
    <body>

    <i class="fa fa-car"></i>
    <i class="fa fa-car" style="font-size:48px;"></i>
    <i class="fa fa-car" style="font-size:60px;color:red;"></i>

    </body>
    </html>
    Content Under CC-BY-SA license
    Was this helpful?
  2. Font Awesome Docs | Font Awesome Docs

  3. People also ask