Font Awesome Android Icon

The Font Awesome Android icon represents mobile devices for signaling contact options. You can use this icon by its class name 'fa fa-android'. For editing and customizing the code, use the 'Try It' editor to change its color, size, and animation

Fontawesome Version 4.X

android

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

android

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

android

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

android

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

android

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


Fontawesome Version 5.X

android

<i class='fab fa-android'></i>

android

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

android

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

android

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

android

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

Fontawesome Version 6.X

android

Web

<i class='fa-brands fa-android'></i>

React

<FontAwesomeIcon icon="fa-brands fa-android" />

Vue

<font-awesome-icon icon="fa-brands fa-android" />

android

Web

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

React

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

Vue

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

android

Web

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

React

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

Vue

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

android

Web

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

React

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

Vue

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

android

Web

<i class='fa-brands fa-android' style='color: #f3da35'></i>

React

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

Vue

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

How to add Font Awesome android Icon ?

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

HTML Code

Get complete html code for icon android

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

Tags

phone,android

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

Android Icon Font Awesome - FAQs

⭐What is the Font Awesome Android Icon code?

Icon Code is - fa fa-android.

⭐ What does the fa fa-android Icon mean?

fa fa-android is the Icon code of Font Awesome Android.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?