Schlix font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Schlix
font awesome icon css class name is fa-schlix
and CSS Content Code is \f3ea
.
Schlix
font awesome icon is part of brands icons.
Schlix
font awesome icon usage
We can display Schlix
font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Schlix
font awesome icon CSS class name
To display Schlix
font awesome icon, add predefined class name i.e.,fa-schlix
(with prefix fa-
) to the i
tag.
And we need to add corresponding font awesome icon style for the Schlix
icon.
Schlix
icon has 1 icon style i.e.,brands.
We need to append icon style class fab
.
<i class='fab fa-schlix'></i>
Output:
Schlix
font awesome icon CSS Content Code
We can display Schlix
font awesome icon using it’s CSS Content Code \f3ea
Use the following HTML code
<li><span class='Schlix fontawesomeicon'></span>Schlix</li>
Apply CSS code
<style>
.fontawesomeicon::before {
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.Schlix::before {
font: var(--fa-font-brands);
content: ' \f3ea';
}</style>
Output:
For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Schlix
font awesome icon SVG
Use the following icon SVG to display Schlix
font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 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="M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 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="M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"/></svg>
Schlix displayed using SVG</p>
Apply CSS code
<style>
.fontawesomesvg {width: 1em;
height: 1em;
vertical-align: -.125em;
}
</style>
Output:
This Schlix displayed using SVG
Change Schlix
font awesome icon size
To increase Schlix
font awesome icon size, use the fa-lg(33 % increase)
, fa-2x
, fa-3x
, fa-4x
, or fa-5x
classes along with icon class \f3ea.
Increase in icon size will be relative to their parent container.
<i class='fab fa-schlix fa-lg'>fa-lg</i><br/>
<i class='fab fa-schlix fa-2x'>fa-2x</i><br/>
<i class='fab fa-schlix fa-3x'>fa-3x</i><br/>
<i class='fab fa-schlix fa-4x'>fa-4x</i><br/>
<i class='fab fa-schlix fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Schlix
font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Schlix
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-schlix fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-schlix 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
Schlix
font awesome icon Border
To add border to Schlix
font awesome icon, use fa-border
class.
<i class='fab fa-schlix fa-border fa-3x'></i>
Output:
Pull Schlix
font awesome icon To the left
To pull Schlix
icon to the left of the container use fa-pull-left
class.
<div style='width: 200px;'>
<i class='fab fa-schlix fa-pull-left fa-3x'></i>
... The text after Schlix Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Schlix
font awesome icon To the left
To pull Schlix
icon to the right of the container use fa-pull-right
class.
<div style='width: 200px;'>
<i class='fab fa-schlix fa-pull-right fa-3x'></i>
... The text after Schlix Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Schlix
font awesome icon
To animate Schlix
font awesome icon, use fa-spin
class.
<i class='fab fa-schlix fa-spin fa-3x'></i>
Output:
Animate Schlix
font awesome icon with steps
While animating the font awesome icon,We can rotate Schlix
icon in 8 steps instead of uniform rotation.
We can use fa-pulse
icon along with fa-spin
class.
<i class='fab fa-schlix fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Schlix
font awesome icon
To rotate Schlix
font awesome icon, Use fa-rotate-x
class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-schlix fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-schlix fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/>
<i class='fab fa-schlix fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/>
<i class='fab fa-schlix 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 Schlix
font awesome icon
To flip Schlix
font awesome icon horizontally and vertically use fa-flip-horizontal
and fa-flip-vertical
classes.
<div>
<i class='fab fa-schlix fa-3x'>F</i> Normal <br>
<i class='fab fa-schlix fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-schlix fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Schlix
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 Schlix
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-schlix fa-stack-1x'></i>
</span>
Schlix on fa-square<br>
<span class='fa-stack fa-lg'>
<i class='fas fa-circle fa-stack-2x'></i>
<i class='fab fa-schlix fa-stack-1x fa-inverse'></i>
</span>
Schlix on fa-circle<br>
<span class='fa-stack fa-lg'>
<i class='fab fa-schlix fa-stack-1x'></i>
<i class='fas fa-ban fa-stack-2x'></i>
</span>
Schlix on fa-ban
</div>
Output:
Schlix on fa-circle
Schlix on fa-ban