Font Awesome Globe (Website, Internet, World Wide)

The Font Awesome globe icon can be used to represent the world, international concepts, or global themes. To utilize the Font Awesome globe icon, you need to add one of the following classes to an HTML element: fa fa-globe for version 4, fas fa-globe for version 5, or fa-solid fa-globe for version 6. These globe icons are also known as symbols for the internet, websites, web content, regions, and worldwide concepts

Fontawesome Version 4.X

globe

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

globe

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

globe

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

globe

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

globe

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


Fontawesome Version 5.X

globe

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

globe

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

globe

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

globe

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

globe

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

Fontawesome Version 6.X

globe

Web

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

React

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

Vue

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

globe

Web

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

React

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

Vue

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

globe

Web

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

React

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

Vue

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

globe

Web

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

React

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

Vue

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

globe

Web

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

React

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

Vue

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

How to add Font Awesome globe Icon ?

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

HTML Code

Get complete html code for icon globe

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

Tags

map,planet,world,apple,ball,balloon,orb,round,spheroid,big blue marble,rondure,terrene,website,web icons,earth,global,internet,world wide,region,maps,geography

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

Globe Icon Font Awesome - FAQs

⭐What is the Font Awesome Globe Icon code?

Icon Code is - fa fa-globe.

⭐ What does the fa fa-globe Icon mean?

fa fa-globe is the Icon code of Font Awesome Globe.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?