Wpressr font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Wpressr
font awesome icon css class name is fa-wpressr
and CSS Content Code is \f3e4
.
Wpressr
font awesome icon is part of brands icons.
Wpressr
font awesome icon usage
We can display Wpressr
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Wpressr
font awesome icon CSS class name
To display Wpressr
font awesome icon, add predefined class name i.e.,fa-wpressr
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Wpressr
icon.
Wpressr
icon has 1 icon style i.e.,brands.
We need to append icon style class fab
.
<i class='fab fa-wpressr'></i>
Output:
Wpressr
font awesome icon CSS Content Code
We can display Wpressr
font awesome icon using it’s CSS Content Code \f3e4
Use the following HTML code
<li><span class='Wpressr fontawesomeicon'></span>Wpressr</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Wpressr::before {
font: var(--fa-font-brands);
content: ' \f3e4';
}</style>
Output:
.fontawesomeicon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .Wpressr::before { font: var(--fa-font-brands); content: ' \f3e4'; }For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Wpressr
font awesome icon SVG
Use the following icon SVG to display Wpressr
font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 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="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 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="M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"/></svg>
Wpressr 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 Wpressr displayed using SVG
Change Wpressr
font awesome icon size
To increase Wpressr
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f3e4.
Increase in icon size will be relative to their parent container.
<i class='fab fa-wpressr fa-lg'>fa-lg</i><br/>
<i class='fab fa-wpressr fa-2x'>fa-2x</i><br/>
<i class='fab fa-wpressr fa-3x'>fa-3x</i><br/>
<i class='fab fa-wpressr fa-4x'>fa-4x</i><br/>
<i class='fab fa-wpressr fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Wpressr
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Wpressr
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-wpressr fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-wpressr 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
Wpressr
font awesome icon Border
To add border to Wpressr
font awesome icon, use fa-border
class.
<i class='fab fa-wpressr fa-border fa-3x'></i>
Output:
Pull Wpressr
font awesome icon To the left
To pull Wpressr
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fab fa-wpressr fa-pull-left fa-3x'></i>
... The text after Wpressr Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Wpressr
font awesome icon To the left
To pull Wpressr
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fab fa-wpressr fa-pull-right fa-3x'></i>
... The text after Wpressr Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Wpressr
font awesome icon
To animate Wpressr
font awesome icon, use fa-spin
class.
<i class='fab fa-wpressr fa-spin fa-3x'></i>
Output:
Animate Wpressr
font awesome icon with steps
While animating the font awesome icon,We can rotate Wpressr
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fab fa-wpressr fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Wpressr
font awesome icon
To rotate Wpressr
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-wpressr fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-wpressr fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fab fa-wpressr fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fab fa-wpressr 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 Wpressr
font awesome icon
To flip Wpressr
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fab fa-wpressr fa-3x'>F</i> Normal <br>
<i class='fab fa-wpressr fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-wpressr fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Wpressr
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 Wpressr
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-wpressr fa-stack-1x'></i>
</span>
Wpressr on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fab fa-wpressr fa-stack-1x fa-inverse'></i>
</span>
Wpressr on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fab fa-wpressr fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Wpressr on fa-ban
</div>
Output:
Wpressr on fa-circle
Wpressr on fa-ban