Font Awesome Directions Icon

Directions 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 fas fa-directions to any element to add the icon. Font Awesome directions Icon can be resized as per your need. You can manage the size of the icon (fas fa directions) by using the font-size CSS style.

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



Fontawesome Version 5.X

directions

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

directions

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

directions

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

directions

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

directions

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

How to add Font Awesome directions Icon ?

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

HTML Code

Get complete html code for icon directions

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

Font Awesome Icon directions Icon | fas fa directions | HTML, CSS

Adding Font Awesome Icon HTML Directions(fas fa-directions) 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 directions Icon Directions as per your requirement, suppose that you need to chnage the color of Directions icon or change the size of size. It is pretty simple to change color of icon Directions just add style="color:red" it will make font color red. On the same way you can change size of Directions icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Directions. Hope this icon fullfilled your need. Thanks for visiting us.

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

Directions Icon Font Awesome - FAQs

⭐What is the Font Awesome Directions Icon code?

Icon Code is - fas fa-directions.

⭐ What does the fas fa-directions Icon mean?

fas fa-directions is the Icon code of Font Awesome Directions.

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

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

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

Add the blue color Directions icon of the font awesome by using code: fas fa-directions style='color: blue;'.

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

To change the Directions icon to white color use code: fas fa-directions style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?