Waze font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Waze
font awesome icon css class name is fa-waze
and CSS Content Code is \f83f
.
Waze
font awesome icon is part of brands icons.
Waze
font awesome icon usage
We can display Waze
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Waze
font awesome icon CSS class name
To display Waze
font awesome icon, add predefined class name i.e.,fa-waze
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Waze
icon.
Waze
icon has 1 icon style i.e.,brands.
We need to append icon style class fab
.
<i class='fab fa-waze'></i>
Output:
Waze
font awesome icon CSS Content Code
We can display Waze
font awesome icon using it’s CSS Content Code \f83f
Use the following HTML code
<li><span class='Waze fontawesomeicon'></span>Waze</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Waze::before {
font: var(--fa-font-brands);
content: ' \f83f';
}</style>
Output:
.fontawesomeicon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .Waze::before { font: var(--fa-font-brands); content: ' \f83f'; }For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Waze
font awesome icon SVG
Use the following icon SVG to display Waze
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="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"/></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="M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"/></svg>
Waze 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 Waze displayed using SVG
Change Waze
font awesome icon size
To increase Waze
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f83f.
Increase in icon size will be relative to their parent container.
<i class='fab fa-waze fa-lg'>fa-lg</i><br/>
<i class='fab fa-waze fa-2x'>fa-2x</i><br/>
<i class='fab fa-waze fa-3x'>fa-3x</i><br/>
<i class='fab fa-waze fa-4x'>fa-4x</i><br/>
<i class='fab fa-waze fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Waze
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Waze
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-waze fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-waze 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
Waze
font awesome icon Border
To add border to Waze
font awesome icon, use fa-border
class.
<i class='fab fa-waze fa-border fa-3x'></i>
Output:
Pull Waze
font awesome icon To the left
To pull Waze
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fab fa-waze fa-pull-left fa-3x'></i>
... The text after Waze Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Waze
font awesome icon To the left
To pull Waze
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fab fa-waze fa-pull-right fa-3x'></i>
... The text after Waze Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Waze
font awesome icon
To animate Waze
font awesome icon, use fa-spin
class.
<i class='fab fa-waze fa-spin fa-3x'></i>
Output:
Animate Waze
font awesome icon with steps
While animating the font awesome icon,We can rotate Waze
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fab fa-waze fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Waze
font awesome icon
To rotate Waze
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-waze fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-waze fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fab fa-waze fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fab fa-waze 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 Waze
font awesome icon
To flip Waze
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fab fa-waze fa-3x'>F</i> Normal <br>
<i class='fab fa-waze fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-waze fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Waze
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 Waze
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-waze fa-stack-1x'></i>
</span>
Waze on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fab fa-waze fa-stack-1x fa-inverse'></i>
</span>
Waze on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fab fa-waze fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Waze on fa-ban
</div>
Output:
Waze on fa-circle
Waze on fa-ban