Person-Harassing font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Person-Harassing
font awesome icon css class name is fa-person-harassing
and CSS Content Code is \e549
.
Person-Harassing
font awesome icon is part of solid icons.
Person-Harassing
font awesome icon usage
We can display Person-Harassing
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Person-Harassing
font awesome icon CSS class name
To display Person-Harassing
font awesome icon, add predefined class name i.e.,fa-person-harassing
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Person-Harassing
icon.
Person-Harassing
icon has 1 icon style i.e.,solid.
We need to append icon style class fas
.
<i class='fas fa-person-harassing'></i>
Output:
Person-Harassing
font awesome icon CSS Content Code
We can display Person-Harassing
font awesome icon using it’s CSS Content Code \e549
Use the following HTML code
<li><span class='Person-Harassing fontawesomeicon'></span>Person-Harassing</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Person-Harassing::before {
font: var(--fa-font-solid);
content: ' \e549';
}</style>
Output:
For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Person-Harassing
font awesome icon SVG
Use the following icon SVG to display Person-Harassing
font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 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="M192 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 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="M192 96c26.5 0 48-21.5 48-48s-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240c0-26.5-21.5-48-48-48s-48 21.5-48 48s21.5 48 48 48s48-21.5 48-48zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z"/></svg>
Person-Harassing displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
This Person-Harassing displayed using SVG
Change Person-Harassing
font awesome icon size
To increase Person-Harassing
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \e549.
Increase in icon size will be relative to their parent container.
<i class='fas fa-person-harassing fa-lg'>fa-lg</i><br/>
<i class='fas fa-person-harassing fa-2x'>fa-2x</i><br/>
<i class='fas fa-person-harassing fa-3x'>fa-3x</i><br/>
<i class='fas fa-person-harassing fa-4x'>fa-4x</i><br/>
<i class='fas fa-person-harassing fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Person-Harassing
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Person-Harassing
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-person-harassing fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fas fa-person-harassing 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
Person-Harassing
font awesome icon Border
To add border to Person-Harassing
font awesome icon, use fa-border
class.
<i class='fas fa-person-harassing fa-border fa-3x'></i>
Output:
Pull Person-Harassing
font awesome icon To the left
To pull Person-Harassing
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fas fa-person-harassing fa-pull-left fa-3x'></i>
... The text after Person-Harassing Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Person-Harassing
font awesome icon To the left
To pull Person-Harassing
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fas fa-person-harassing fa-pull-right fa-3x'></i>
... The text after Person-Harassing Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Person-Harassing
font awesome icon
To animate Person-Harassing
font awesome icon, use fa-spin
class.
<i class='fas fa-person-harassing fa-spin fa-3x'></i>
Output:
Animate Person-Harassing
font awesome icon with steps
While animating the font awesome icon,We can rotate Person-Harassing
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fas fa-person-harassing fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Person-Harassing
font awesome icon
To rotate Person-Harassing
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fas fa-person-harassing fa-3x'>R</i>normal<br/><br/>
<i class='fas fa-person-harassing fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fas fa-person-harassing fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fas fa-person-harassing 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 Person-Harassing
font awesome icon
To flip Person-Harassing
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fas fa-person-harassing fa-3x'>F</i> Normal <br>
<i class='fas fa-person-harassing fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fas fa-person-harassing fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Person-Harassing
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 Person-Harassing
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-person-harassing fa-stack-1x'></i>
</span>
Person-Harassing on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fas fa-person-harassing fa-stack-1x fa-inverse'></i>
</span>
Person-Harassing on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-person-harassing fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Person-Harassing on fa-ban
</div>
Output:
Person-Harassing on fa-circle
Person-Harassing on fa-ban