Font Awesome Praying Hands Icon

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

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



Fontawesome Version 5.X

praying hands

<i class='fas fa-praying-hands'></i>

praying hands

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

praying hands

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

praying hands

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

praying hands

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

How to add Font Awesome praying hands Icon ?

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

HTML Code

Get complete html code for icon praying hands

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

Font Awesome Icon praying hands Icon | fas fa praying hands | HTML, CSS

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

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

Praying Hands Icon Font Awesome - FAQs

⭐What is the Font Awesome Praying Hands Icon code?

Icon Code is - fas fa-praying-hands.

⭐ What does the fas fa-praying-hands Icon mean?

fas fa-praying-hands is the Icon code of Font Awesome Praying Hands.

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

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

⭐ How to add a Blue color Font Awesome Praying Hands Icon?

Add the blue color Praying Hands icon of the font awesome by using code: fas fa-praying-hands style='color: blue;'.

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

To change the Praying Hands icon to white color use code: fas fa-praying-hands style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?