Face-Grin-Beam-Sweat font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Face-Grin-Beam-Sweat
font awesome icon css class name is fa-face-grin-beam-sweat
and CSS Content Code is \f583
.
Face-Grin-Beam-Sweat
font awesome icon has 2 style types i.e., regular(far), solid(fas)
Face-Grin-Beam-Sweat
font awesome icon usage
We can display Face-Grin-Beam-Sweat
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Face-Grin-Beam-Sweat
font awesome icon CSS class name
To display Face-Grin-Beam-Sweat
font awesome icon, add predefined class name i.e.,fa-face-grin-beam-sweat
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Face-Grin-Beam-Sweat
icon.
Face-Grin-Beam-Sweat
font awesome icon has 2 icon styles.
To Display regular icon use far
class.
To Display solid icon use fas
class.
<i class='far fa-face-grin-beam-sweat'></i>
<i class='fas fa-face-grin-beam-sweat'></i>
Output:
Face-Grin-Beam-Sweat
font awesome icon CSS Content Code
We can display Face-Grin-Beam-Sweat
font awesome icon using it’s CSS Content Code \f583
Use the following HTML code
<li><span class='Face-Grin-Beam-Sweat fontawesomeicon'></span>Face-Grin-Beam-Sweat</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Face-Grin-Beam-Sweat::before {
font: var(--fa-font-solid);
content: ' \f583';
}</style>
Output:
For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Face-Grin-Beam-Sweat
font awesome icon SVG
Use the following icon SVG to display Face-Grin-Beam-Sweat
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="M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z"/></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="M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z"/></svg>
Face-Grin-Beam-Sweat displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
This Face-Grin-Beam-Sweat displayed using SVG
Change Face-Grin-Beam-Sweat
font awesome icon size
To increase Face-Grin-Beam-Sweat
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f583.
Increase in icon size will be relative to their parent container.
<i class='fas fa-face-grin-beam-sweat fa-lg'>fa-lg</i><br/>
<i class='fas fa-face-grin-beam-sweat fa-2x'>fa-2x</i><br/>
<i class='fas fa-face-grin-beam-sweat fa-3x'>fa-3x</i><br/>
<i class='fas fa-face-grin-beam-sweat fa-4x'>fa-4x</i><br/>
<i class='fas fa-face-grin-beam-sweat fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Face-Grin-Beam-Sweat
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Face-Grin-Beam-Sweat
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='fas fa-face-grin-beam-sweat fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fas fa-face-grin-beam-sweat 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
Face-Grin-Beam-Sweat
font awesome icon Border
To add border to Face-Grin-Beam-Sweat
font awesome icon, use fa-border
class.
<i class='fas fa-face-grin-beam-sweat fa-border fa-3x'></i>
Output:
Pull Face-Grin-Beam-Sweat
font awesome icon To the left
To pull Face-Grin-Beam-Sweat
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fas fa-face-grin-beam-sweat fa-pull-left fa-3x'></i>
... The text after Face-Grin-Beam-Sweat Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Face-Grin-Beam-Sweat
font awesome icon To the left
To pull Face-Grin-Beam-Sweat
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fas fa-face-grin-beam-sweat fa-pull-right fa-3x'></i>
... The text after Face-Grin-Beam-Sweat Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Face-Grin-Beam-Sweat
font awesome icon
To animate Face-Grin-Beam-Sweat
font awesome icon, use fa-spin
class.
<i class='fas fa-face-grin-beam-sweat fa-spin fa-3x'></i>
Output:
Animate Face-Grin-Beam-Sweat
font awesome icon with steps
While animating the font awesome icon,We can rotate Face-Grin-Beam-Sweat
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fas fa-face-grin-beam-sweat fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Face-Grin-Beam-Sweat
font awesome icon
To rotate Face-Grin-Beam-Sweat
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fas fa-face-grin-beam-sweat fa-3x'>R</i>normal<br/><br/>
<i class='fas fa-face-grin-beam-sweat fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fas fa-face-grin-beam-sweat fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fas fa-face-grin-beam-sweat 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 Face-Grin-Beam-Sweat
font awesome icon
To flip Face-Grin-Beam-Sweat
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fas fa-face-grin-beam-sweat fa-3x'>F</i> Normal <br>
<i class='fas fa-face-grin-beam-sweat fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fas fa-face-grin-beam-sweat fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Face-Grin-Beam-Sweat
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 Face-Grin-Beam-Sweat
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='fas fa-face-grin-beam-sweat fa-stack-1x'></i>
</span>
Face-Grin-Beam-Sweat on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fas fa-face-grin-beam-sweat fa-stack-1x fa-inverse'></i>
</span>
Face-Grin-Beam-Sweat on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-face-grin-beam-sweat fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Face-Grin-Beam-Sweat on fa-ban
</div>
Output:
Face-Grin-Beam-Sweat on fa-circle
Face-Grin-Beam-Sweat on fa-ban