Font Awesome List (Oder List,Typography, Items)

Font Awesome list icons can be used to create bullet points, menus, or other types of lists. In this article, we will show you how to use the Font Awesome list icon with different classes, such as fa fa-list, fas fa-list, or fa-solid fa-list. These icons are also related to checklists, items, ul, category typography, and text.

Fontawesome Version 4.X

list

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

list

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

list

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

list

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

list

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


Fontawesome Version 5.X

list

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

list

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

list

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

list

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

list

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

Fontawesome Version 6.X

list

Web

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

React

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

Vue

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

list

Web

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

React

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

Vue

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

list

Web

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

React

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

Vue

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

list

Web

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

React

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

Vue

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

list

Web

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

React

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

Vue

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

How to add Font Awesome list Icon ?

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

HTML Code

Get complete html code for icon list

                    
                    <!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-list'></i>
                        </body>
                    </html>                    

Tags

catalogue,inventory,record,register,roll,file,index,directory,listing,listicle,tally,docket,ticket,table,tabulation,series,record,register,make a list of,note down,write down,set down,enter,itemize,catalogue,file,log,minute,tabulate,checklist,items,ul,category,order list,ol,Typography,aligment,justify,type,text,product,bullet

Change Font Awesome Icon List 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-list blue-color'></i> <i class='fa fa-list green-color'></i> <i class='fa fa-list teal-color'></i> <i class='fa fa-list yellow-color'></i> <i class='fa fa-list 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

List Icon Font Awesome - FAQs

⭐What is the Font Awesome List Icon code?

Icon Code is - fa fa-list.

⭐ What does the fa fa-list Icon mean?

fa fa-list is the Icon code of Font Awesome List.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?