Font Awesome Drivers License Icon (Permit, Vechicle, ID Card)

The Font Awesome Drivers License Icon is used indicate Permit, Vechicle, ID Card. This icon avaiable in version 4 that can be access by class name : fa fa-drivers-license. It used represents personal identification documents, Identification Badge. Learn how to change its color, size, style and animation by using try it editor .

Fontawesome Version 4.X

drivers license

<i class='fa fa-drivers-license'></i>

drivers license

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

drivers license

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

drivers license

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

drivers license

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

How to add Font Awesome drivers license Icon ?

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

HTML Code

Get complete html code for icon drivers license

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

Tags

Permit,Identification,Driving,ID card,Vehicle

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

Drivers License Icon Font Awesome - FAQs

⭐What is the Font Awesome Drivers License Icon code?

Icon Code is - fa fa-drivers-license.

⭐ What does the fa fa-drivers-license Icon mean?

fa fa-drivers-license is the Icon code of Font Awesome Drivers License.

⭐ Can we add fa fa-drivers-license Icon in different sizes?

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

⭐ How to add a Blue color Font Awesome Drivers License Icon?

Add the blue color Drivers License icon of the font awesome by using code: fa fa-drivers-license style='color: blue;'.

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

To change the Drivers License icon to white color use code: fa fa-drivers-license style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?