Font Awesome Underline Icon

Underline Icon is given below. You can use this icon in the same way in your project. First, make sure you have added the Font Awesome Icon library. If this library is added, just add the HTML CSS class fa fa-underline to any element to add the icon. Font Awesome underline Icon can be resized as per your need. You can manage the size of the icon (fa fa underline) by using the font-size CSS style.

You can get steps to add HTML icon Underline in Web, Font Awesome and other framwork.

Fontawesome Version 4.X

underline

<i class='fa fa-underline'></i>

underline

<i class='fa fa-underline' style='color: white'></i>

underline

<i class='fa fa-underline' style='color: red'></i>

underline

<i class='fa fa-underline' style='color: blue'></i>

underline

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


Fontawesome Version 5.X

underline

<i class='fas fa-underline'></i>

underline

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

underline

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

underline

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

underline

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

Fontawesome Version 6.X

underline

Web

<i class='fa-solid fa-underline'></i>

React

<FontAwesomeIcon icon="fa-solid fa-underline" />

Vue

<font-awesome-icon icon="fa-solid fa-underline" />

underline

Web

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

React

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

Vue

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

underline

Web

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

React

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

Vue

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

underline

Web

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

React

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

Vue

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

underline

Web

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

React

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

Vue

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

How to add Font Awesome underline Icon ?

Font Awesome Icon fa fa underline 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='fa fa-underline'></i>
Icon Code -
fa fa-underline

HTML Code

Get complete html code for icon underline

                    
                    <!DOCTYPE html>
                    <html>
                        <head>
                        <title>Page Title</title>
                        <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-underline'></i>
                        </body>
                    </html>                    

Font Awesome Icon underline Icon | fa fa underline | HTML, CSS

Adding Font Awesome Icon HTML Underline(fa fa-underline) in web project is very simple. You need to add the icon class along with fa, it is basically main class and mandatory for icons so do not forget to add this class. You can customize Font Awesome Icon underline Icon Underline as per your requirement, suppose that you need to chnage the color of Underline icon or change the size of size. It is pretty simple to change color of icon Underline just add style="color:red" it will make font color red. On the same way you can change size of Underline icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Underline. Hope this icon fullfilled your need. Thanks for visiting us.

Change Font Awesome Icon Underline 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='fa fa-underline blue-color'></i> <i class='fa fa-underline green-color'></i> <i class='fa fa-underline teal-color'></i> <i class='fa fa-underline yellow-color'></i> <i class='fa fa-underline 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://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>            
            
Related Icons
 

Underline Icon Font Awesome - FAQs

⭐What is the Font Awesome Underline Icon code?

Icon Code is - fa fa-underline.

⭐ What does the fa fa-underline Icon mean?

fa fa-underline is the Icon code of Font Awesome Underline.

⭐ Can we add fa fa-underline Icon in different sizes?

Yes, you can Icon of fa fa-underline in various pixels.

⭐ How to add a Blue color Font Awesome Underline Icon?

Add the blue color Underline icon of the font awesome by using code: fa fa-underline style='color: blue;'.

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

To change the Underline icon to white color use code: fa fa-underline style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?