Phone-Volume font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Phone-Volume
font awesome icon css class name is fa-phone-volume
and CSS Content Code is \f2a0
.
Phone-Volume
font awesome icon is part of solid icons.
Phone-Volume
font awesome icon usage
We can display Phone-Volume
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Phone-Volume
font awesome icon CSS class name
To display Phone-Volume
font awesome icon, add predefined class name i.e.,fa-phone-volume
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Phone-Volume
icon.
Phone-Volume
icon has 1 icon style i.e.,solid.
We need to append icon style class fas
.
<i class='fas fa-phone-volume'></i>
Output:
Phone-Volume
font awesome icon CSS Content Code
We can display Phone-Volume
font awesome icon using it’s CSS Content Code \f2a0
Use the following HTML code
<li><span class='Phone-Volume fontawesomeicon'></span>Phone-Volume</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Phone-Volume::before {
font: var(--fa-font-solid);
content: ' \f2a0';
}</style>
Output:
For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Phone-Volume
font awesome icon SVG
Use the following icon SVG to display Phone-Volume
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="M188.8 39.3c13.8 8.5 19.6 26.8 13.6 42.7L174.2 156c-5.3 14-18.5 22.5-32.4 21l-42.6-4.6c-17.4 54.1-17.4 113.2 0 167.3l42.6-4.6c13.9-1.5 27.1 7 32.4 21L202.4 430c6.1 15.9 .3 34.2-13.6 42.7l-56.4 34.8c-12.4 7.7-28 5.4-38.1-5.5C-31.4 366.1-31.4 145.9 94.3 10C104.4-.9 120.1-3.1 132.5 4.5l56.4 34.8zm218.4-5.5C471.2 86.6 512 166.6 512 256s-40.8 169.4-104.7 222.2c-10.2 8.4-25.3 7-33.8-3.2s-7-25.3 3.2-33.8C430.1 397.1 464 330.5 464 256s-33.9-141.1-87.3-185.2c-10.2-8.4-11.7-23.6-3.2-33.8s23.6-11.7 33.8-3.2zm-64.4 71.4C387.4 140.4 416 194.8 416 256s-28.6 115.6-73.1 150.8c-10.4 8.2-25.5 6.4-33.7-4s-6.4-25.5 4-33.7C346.6 342.7 368 301.8 368 256s-21.4-86.7-54.8-113.1c-10.4-8.2-12.2-23.3-4-33.7s23.3-12.2 33.7-4zm-65.4 71C303.1 193.5 320 222.8 320 256s-16.9 62.5-42.5 79.7c-11 7.4-25.9 4.5-33.3-6.5s-4.5-25.9 6.5-33.3c12.9-8.7 21.3-23.3 21.3-39.9s-8.4-31.2-21.3-39.9c-11-7.4-13.9-22.3-6.5-33.3s22.3-13.9 33.3-6.5z"/></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="M188.8 39.3c13.8 8.5 19.6 26.8 13.6 42.7L174.2 156c-5.3 14-18.5 22.5-32.4 21l-42.6-4.6c-17.4 54.1-17.4 113.2 0 167.3l42.6-4.6c13.9-1.5 27.1 7 32.4 21L202.4 430c6.1 15.9 .3 34.2-13.6 42.7l-56.4 34.8c-12.4 7.7-28 5.4-38.1-5.5C-31.4 366.1-31.4 145.9 94.3 10C104.4-.9 120.1-3.1 132.5 4.5l56.4 34.8zm218.4-5.5C471.2 86.6 512 166.6 512 256s-40.8 169.4-104.7 222.2c-10.2 8.4-25.3 7-33.8-3.2s-7-25.3 3.2-33.8C430.1 397.1 464 330.5 464 256s-33.9-141.1-87.3-185.2c-10.2-8.4-11.7-23.6-3.2-33.8s23.6-11.7 33.8-3.2zm-64.4 71.4C387.4 140.4 416 194.8 416 256s-28.6 115.6-73.1 150.8c-10.4 8.2-25.5 6.4-33.7-4s-6.4-25.5 4-33.7C346.6 342.7 368 301.8 368 256s-21.4-86.7-54.8-113.1c-10.4-8.2-12.2-23.3-4-33.7s23.3-12.2 33.7-4zm-65.4 71C303.1 193.5 320 222.8 320 256s-16.9 62.5-42.5 79.7c-11 7.4-25.9 4.5-33.3-6.5s-4.5-25.9 6.5-33.3c12.9-8.7 21.3-23.3 21.3-39.9s-8.4-31.2-21.3-39.9c-11-7.4-13.9-22.3-6.5-33.3s22.3-13.9 33.3-6.5z"/></svg>
Phone-Volume displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
This Phone-Volume displayed using SVG
Change Phone-Volume
font awesome icon size
To increase Phone-Volume
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f2a0.
Increase in icon size will be relative to their parent container.
<i class='fas fa-phone-volume fa-lg'>fa-lg</i><br/>
<i class='fas fa-phone-volume fa-2x'>fa-2x</i><br/>
<i class='fas fa-phone-volume fa-3x'>fa-3x</i><br/>
<i class='fas fa-phone-volume fa-4x'>fa-4x</i><br/>
<i class='fas fa-phone-volume fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Phone-Volume
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Phone-Volume
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-phone-volume fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fas fa-phone-volume 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
Phone-Volume
font awesome icon Border
To add border to Phone-Volume
font awesome icon, use fa-border
class.
<i class='fas fa-phone-volume fa-border fa-3x'></i>
Output:
Pull Phone-Volume
font awesome icon To the left
To pull Phone-Volume
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fas fa-phone-volume fa-pull-left fa-3x'></i>
... The text after Phone-Volume Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Phone-Volume
font awesome icon To the left
To pull Phone-Volume
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fas fa-phone-volume fa-pull-right fa-3x'></i>
... The text after Phone-Volume Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Phone-Volume
font awesome icon
To animate Phone-Volume
font awesome icon, use fa-spin
class.
<i class='fas fa-phone-volume fa-spin fa-3x'></i>
Output:
Animate Phone-Volume
font awesome icon with steps
While animating the font awesome icon,We can rotate Phone-Volume
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fas fa-phone-volume fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Phone-Volume
font awesome icon
To rotate Phone-Volume
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fas fa-phone-volume fa-3x'>R</i>normal<br/><br/>
<i class='fas fa-phone-volume fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fas fa-phone-volume fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fas fa-phone-volume 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 Phone-Volume
font awesome icon
To flip Phone-Volume
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fas fa-phone-volume fa-3x'>F</i> Normal <br>
<i class='fas fa-phone-volume fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fas fa-phone-volume fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Phone-Volume
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 Phone-Volume
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-phone-volume fa-stack-1x'></i>
</span>
Phone-Volume on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fas fa-phone-volume fa-stack-1x fa-inverse'></i>
</span>
Phone-Volume on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-phone-volume fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Phone-Volume on fa-ban
</div>
Output:
Phone-Volume on fa-circle
Phone-Volume on fa-ban