Font Awesome Flag Usa ( Country, United States )

In this tutorial, we will how to use the Font Awesome Flag USA icon, which represents the United States. This iconic flag symbol is also recognized as fa fa-flag-usa. you can use change color, font size, style and animation in try it editor


Fontawesome Version 5.X

flag usa

<i class='fas fa-flag-usa'></i>

flag usa

<i class='fas fa-flag-usa' style='color: white'></i>

flag usa

<i class='fas fa-flag-usa' style='color: red'></i>

flag usa

<i class='fas fa-flag-usa' style='color: blue'></i>

flag usa

<i class='fas fa-flag-usa' style='color: #f3da35'></i>
Try it Yourself

Fontawesome Version 6.X

flag usa

Web

<i class='fa-solid fa-flag-usa'></i>

React

<FontAwesomeIcon icon="fa-solid fa-flag-usa" />

Vue

<font-awesome-icon icon="fa-solid fa-flag-usa" />

flag usa

Web

<i class='fa-solid fa-flag-usa' style='color: white'></i>

React

<FontAwesomeIcon icon="fa-solid fa-flag-usa" style={{color: 'white'}} />

Vue

<font-awesome-icon icon="fa-solid fa-flag-usa" :style="{color: 'white'}" />

flag usa

Web

<i class='fa-solid fa-flag-usa' style='color: red'></i>

React

<FontAwesomeIcon icon="fa-solid fa-flag-usa" style={{color: 'red'}} />

Vue

<font-awesome-icon icon="fa-solid fa-flag-usa" :style="{color: 'red'}" />

flag usa

Web

<i class='fa-solid fa-flag-usa' style='color: blue'></i>

React

<FontAwesomeIcon icon="fa-solid fa-flag-usa" style={{color: 'blue'}} />

Vue

<font-awesome-icon icon="fa-solid fa-flag-usa" :style="{color: 'blue'}" />

flag usa

Web

<i class='fa-solid fa-flag-usa' style='color: #f3da35'></i>

React

<FontAwesomeIcon icon="fa-solid fa-flag-usa" style={{color: '#f3da35'}} />

Vue

<font-awesome-icon icon="fa-solid fa-flag-usa" :style="{color: '#f3da35'}" />
Try it Yourself

How to add Font Awesome flag usa Icon ?

Font Awesome Icon fas fa flag usa Icon can be added to any web page simply as below. You can integrate Icon in web pages by just adding following below syntax & icon code.

Icon -
<i class='fas fa-flag-usa'></i>
Icon Code -
fas fa-flag-usa

HTML Code

Get complete html code for icon flag usa

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
                       </head>
                        <body>
                        <i class='fas fa-flag-usa'></i>
                        </body>
                    </html>                    

Tags

country,countries,flag

Change Font Awesome Icon Flag usa Color

Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.


    <style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<i class='fas fa-flag-usa blue-color'></i> <i class='fas fa-flag-usa green-color'></i> <i class='fas fa-flag-usa teal-color'></i> <i class='fas fa-flag-usa yellow-color'></i> <i class='fas fa-flag-usa red-color'></i>

Output of the above example will be as below-


Note- Make Sure You have included the below Font Awesome file in header-
            
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">            
            
Related Icons

Flag Usa Icon Font Awesome - FAQs

⭐What is the Font Awesome Flag Usa Icon code?

Icon Code is - fas fa-flag-usa.

⭐ What does the fas fa-flag-usa Icon mean?

fas fa-flag-usa is the Icon code of Font Awesome Flag Usa.

⭐ Can we add fas fa-flag-usa Icon in different sizes?

Yes, you can Icon of fas fa-flag-usa in various pixels.

⭐ How to add a Blue color Font Awesome Flag Usa Icon?

Add the blue color Flag Usa icon of the font awesome by using code: fas fa-flag-usa style='color: blue;'.

⭐ How to make white color icon of a Font Awesome Flag Usa?

To change the Flag Usa icon to white color use code: fas fa-flag-usa style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?