Font Awesome Film Icon (Movie, Cinema, Footage)

Font Awesome Film Icon used to represents to a story, play, shown in moving images in the cinema or on television, which is watched by the public for entertainment or to pass the time. If you want to edit or customize this film icon, utilize the 'Try It' editor to change its color, size, and animation.

Fontawesome Version 4.X

film

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

film

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

film

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

film

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

film

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


Fontawesome Version 5.X

film

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

film

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

film

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

film

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

film

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

Fontawesome Version 6.X

film

Web

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

React

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

Vue

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

film

Web

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

React

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

Vue

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

film

Web

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

React

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

Vue

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

film

Web

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

React

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

Vue

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

film

Web

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

React

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

Vue

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

How to add Font Awesome film Icon ?

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

HTML Code

Get complete html code for icon film

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

Tags

Movie,Cinema,Reel,Footage,Screen

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

 

Film Icon Font Awesome - FAQs

⭐What is the Font Awesome Film Icon code?

Icon Code is - fa fa-film.

⭐ What does the fa fa-film Icon mean?

fa fa-film is the Icon code of Font Awesome Film.

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

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

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

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

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

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

Advertisements



Advertisements



Looking For More Icons?