Phoenix-Squadron font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Phoenix-Squadron
font awesome icon css class name is fa-phoenix-squadron
and CSS Content Code is \f511
.
Phoenix-Squadron
font awesome icon is part of brands icons.
Phoenix-Squadron
font awesome icon usage
We can display Phoenix-Squadron
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Phoenix-Squadron
font awesome icon CSS class name
To display Phoenix-Squadron
font awesome icon, add predefined class name i.e.,fa-phoenix-squadron
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Phoenix-Squadron
icon.
Phoenix-Squadron
icon has 1 icon style i.e.,brands.
We need to append icon style class fab
.
<i class='fab fa-phoenix-squadron'></i>
Output:
Phoenix-Squadron
font awesome icon CSS Content Code
We can display Phoenix-Squadron
font awesome icon using it’s CSS Content Code \f511
Use the following HTML code
<li><span class='Phoenix-Squadron fontawesomeicon'></span>Phoenix-Squadron</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Phoenix-Squadron::before {
font: var(--fa-font-brands);
content: ' \f511';
}</style>
Output:
.fontawesomeicon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .Phoenix-Squadron::before { font: var(--fa-font-brands); content: ' \f511'; }For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Phoenix-Squadron
font awesome icon SVG
Use the following icon SVG to display Phoenix-Squadron
font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"/></svg>
Phoenix-Squadron displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
.fontawesomesvg {width: 1em; height: 1em; vertical-align: -.125em; }This Phoenix-Squadron displayed using SVG
Change Phoenix-Squadron
font awesome icon size
To increase Phoenix-Squadron
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f511.
Increase in icon size will be relative to their parent container.
<i class='fab fa-phoenix-squadron fa-lg'>fa-lg</i><br/>
<i class='fab fa-phoenix-squadron fa-2x'>fa-2x</i><br/>
<i class='fab fa-phoenix-squadron fa-3x'>fa-3x</i><br/>
<i class='fab fa-phoenix-squadron fa-4x'>fa-4x</i><br/>
<i class='fab fa-phoenix-squadron fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Phoenix-Squadron
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Phoenix-Squadron
icon and home
icon may not have same height and width.
So to display two icons with fixed width and height we can use fa-fw
class.
<i style='border:1px solid;' class='fab fa-phoenix-squadron fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-phoenix-squadron fa-3x'></i>Normal<br/>
<i style='border:1px solid;' class='fas fa-home fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fas fa-home fa-3x'></i>Normal<br/>
Output:
Fixed WidthNormalFixed WidthNormal
Phoenix-Squadron
font awesome icon Border
To add border to Phoenix-Squadron
font awesome icon, use fa-border
class.
<i class='fab fa-phoenix-squadron fa-border fa-3x'></i>
Output:
Pull Phoenix-Squadron
font awesome icon To the left
To pull Phoenix-Squadron
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fab fa-phoenix-squadron fa-pull-left fa-3x'></i>
... The text after Phoenix-Squadron Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Phoenix-Squadron
font awesome icon To the left
To pull Phoenix-Squadron
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fab fa-phoenix-squadron fa-pull-right fa-3x'></i>
... The text after Phoenix-Squadron Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Phoenix-Squadron
font awesome icon
To animate Phoenix-Squadron
font awesome icon, use fa-spin
class.
<i class='fab fa-phoenix-squadron fa-spin fa-3x'></i>
Output:
Animate Phoenix-Squadron
font awesome icon with steps
While animating the font awesome icon,We can rotate Phoenix-Squadron
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fab fa-phoenix-squadron fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Phoenix-Squadron
font awesome icon
To rotate Phoenix-Squadron
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-phoenix-squadron fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-phoenix-squadron fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fab fa-phoenix-squadron fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fab fa-phoenix-squadron fa-rotate-270 fa-3x'>R</i> fa-rotate-270<br/><br/>
</div>
Output:
R fa-rotate-90
R fa-rotate-180
R fa-rotate-270
Flip Phoenix-Squadron
font awesome icon
To flip Phoenix-Squadron
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fab fa-phoenix-squadron fa-3x'>F</i> Normal <br>
<i class='fab fa-phoenix-squadron fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-phoenix-squadron fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Phoenix-Squadron
font awesome icon with other font awesome icons
In font awesome icons,using stacking we can combine multiple icons and display it as one icon.
To do that use the fa-stack
class on the parent, the fa-stack-1x
for the regularly sized icon, and fa-stack-2x
for the larger icon.
And use class fa-inverse
for an alternative icon color.
In the below example, I am displaying Phoenix-Squadron
font awesome icon on top of icons like fa-square
,fa-circle
and fa-ban
.
And used fa-inverse
in the second example to invert the color of the icon.
<div>
<span class='fa-stack fa-lg'>
<i class='far fa-square fa-stack-2x'></i>
<i class='fab fa-phoenix-squadron fa-stack-1x'></i>
</span>
Phoenix-Squadron on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fab fa-phoenix-squadron fa-stack-1x fa-inverse'></i>
</span>
Phoenix-Squadron on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fab fa-phoenix-squadron fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Phoenix-Squadron on fa-ban
</div>
Output:
Phoenix-Squadron on fa-circle
Phoenix-Squadron on fa-ban