Font Awesome Align Right Icon

The Font Awesome Align Right Icon represents a text or page format that positions content on the right side, resulting in a right-aligned or justified appearance. This icon is also known as "fa-align-right." It aligns text, images, or other elements to the right within a layout.

Fontawesome Version 4.X

align right

<i class='fa fa-align-right'></i>

align right

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

align right

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

align right

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

align right

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


Fontawesome Version 5.X

align right

<i class='fas fa-align-right'></i>

align right

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

align right

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

align right

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

align right

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

Fontawesome Version 6.X

align right

Web

<i class='fa-solid fa-align-right'></i>

React

<FontAwesomeIcon icon="fa-solid fa-align-right" />

Vue

<font-awesome-icon icon="fa-solid fa-align-right" />

align right

Web

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

React

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

Vue

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

align right

Web

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

React

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

Vue

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

align right

Web

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

React

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

Vue

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

align right

Web

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

React

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

Vue

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

How to add Font Awesome align right Icon ?

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

HTML Code

Get complete html code for icon align right

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

Tags

justify,images,container,document,title,heading

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

Align Right Icon Font Awesome - FAQs

⭐What is the Font Awesome Align Right Icon code?

Icon Code is - fa fa-align-right.

⭐ What does the fa fa-align-right Icon mean?

fa fa-align-right is the Icon code of Font Awesome Align Right.

⭐ Can we add fa fa-align-right Icon in different sizes?

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

⭐ How to add a Blue color Font Awesome Align Right Icon?

Add the blue color Align Right icon of the font awesome by using code: fa fa-align-right style='color: blue;'.

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

To change the Align Right icon to white color use code: fa fa-align-right style='color: white;'.

Advertisements



Advertisements



Looking For More Icons?