Asymmetrik font awesome icon Usage,CSS Class Name,SVG & CSS Content Code

Asymmetrik font awesome icon css class name is fa-asymmetrik and CSS Content Code is \f372.

Asymmetrik font awesome icon is part of brands icons.

Asymmetrik font awesome icon usage

We can display Asymmetrik font awesome icon using 3 different ways depending upon our requirement.

  1. Using CSS Class Name

  2. Using CSS Content Code

  3. Using SVG

Asymmetrik font awesome icon CSS class name

To display Asymmetrik font awesome icon, add predefined class name i.e.,fa-asymmetrik (with prefix fa-) to the i tag.

And we need to add corresponding font awesome icon style for the Asymmetrik icon.

Asymmetrik icon has 1 icon style i.e.,brands. We need to append icon style class fab.

<i class='fab fa-asymmetrik'></i>

Output:

Asymmetrik font awesome icon CSS Content Code

We can display Asymmetrik font awesome icon using it’s CSS Content Code \f372

Use the following HTML code

<li><span class='Asymmetrik fontawesomeicon'></span>Asymmetrik</li>

Apply CSS code

<style> 
.fontawesomeicon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 }

.Asymmetrik::before {
   font: var(--fa-font-brands);
    content: ' \f372';
 }</style>

Output:

  • Asymmetrik
  • For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/

    Asymmetrik font awesome icon SVG

    Use the following icon SVG to display Asymmetrik 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="M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"/></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="M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"/></svg>
     Asymmetrik displayed using SVG</p>
    

    Apply CSS code

    
      <style>
        .fontawesomesvg {width: 1em;
          height: 1em;
          vertical-align: -.125em;
        }
      </style>
    
    

    Output:

    This Asymmetrik displayed using SVG

    Change Asymmetrik font awesome icon size

    To increase Asymmetrik font awesome icon size, use the fa-lg(33 % increase), fa-2x, fa-3x, fa-4x, or fa-5x classes along with icon class \f372. Increase in icon size will be relative to their parent container.

    <i class='fab fa-asymmetrik fa-lg'>fa-lg</i><br/>
    <i class='fab fa-asymmetrik fa-2x'>fa-2x</i><br/>
    <i class='fab fa-asymmetrik fa-3x'>fa-3x</i><br/>
    <i class='fab fa-asymmetrik fa-4x'>fa-4x</i><br/>
    <i class='fab fa-asymmetrik fa-5x'>fa-5x</i><br/>
    
    

    Output:

    fa-lg
    fa-2x
    fa-3x
    fa-4x
    fa-5x

    Asymmetrik font awesome icon with Fixed Width

    All the font awesome icons does not have same width.

    For example Asymmetrik 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-asymmetrik fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-asymmetrik 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 WidthNormal
    Fixed WidthNormal

    Asymmetrik font awesome icon Border

    To add border to Asymmetrik font awesome icon, use fa-border class.

    <i class='fab fa-asymmetrik fa-border fa-3x'></i>
    

    Output:

    Pull Asymmetrik font awesome icon To the left

    To pull Asymmetrik icon to the left of the container use fa-pull-left class.

    <div style='width: 200px;'>
    <i class='fab fa-asymmetrik fa-pull-left fa-3x'></i>
      ... The text after Asymmetrik Icon will be displayed on the right side of the icon.
    </div>
    <div style = 'clear: both;'></div>
    

    Output:

    ... The text after Asymmetrik Icon will be displayed on the right side of the icon.

    Pull Asymmetrik font awesome icon To the left

    To pull Asymmetrik icon to the right of the container use fa-pull-right class.

    <div style='width: 200px;'>
    <i class='fab fa-asymmetrik fa-pull-right fa-3x'></i>
      ... The text after Asymmetrik Icon will be displayed on the left side of the icon.
    </div>
    <div style = 'clear: both;'></div>
    

    Output:

    ... The text after Asymmetrik Icon will be displayed on the left side of the icon.

    Animate Asymmetrik font awesome icon

    To animate Asymmetrik font awesome icon, use fa-spin class.

    <i class='fab fa-asymmetrik fa-spin fa-3x'></i>
    

    Output:

    Animate Asymmetrik font awesome icon with steps

    While animating the font awesome icon,We can rotate Asymmetrik icon in 8 steps instead of uniform rotation.

    We can use fa-pulse icon along with fa-spin class.

    <i class='fab fa-asymmetrik fa-spin fa-pulse fa-3x'></i>
    

    Output:

    Rotate Asymmetrik font awesome icon

    To rotate Asymmetrik font awesome icon, Use fa-rotate-x class

    Where ‘x’ represents degree of rotation.

    <div>
    <i class='fab fa-asymmetrik fa-3x'>R</i>normal<br/><br/>
    <i class='fab fa-asymmetrik fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> 
    <i class='fab fa-asymmetrik fa-rotate-180  fa-3x'>R</i> fa-rotate-180<br/><br/> 
    <i class='fab fa-asymmetrik fa-rotate-270 fa-3x'>R</i> fa-rotate-270<br/><br/>
    </div>
    

    Output:

    Rnormal

    R fa-rotate-90

    R fa-rotate-180

    R fa-rotate-270

    Flip Asymmetrik font awesome icon

    To flip Asymmetrik font awesome icon horizontally and vertically use fa-flip-horizontal and fa-flip-vertical classes.

    <div>
    <i class='fab fa-asymmetrik fa-3x'>F</i> Normal <br>
    <i class='fab fa-asymmetrik fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
    <i class='fab fa-asymmetrik fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
    </div>
    

    Output:

    F Normal
    F fa-flip-horizontal
    F fa-flip-vertical

    Combine Asymmetrik 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 Asymmetrik 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-asymmetrik fa-stack-1x'></i>
        </span>
          Asymmetrik on fa-square<br>
        <span class='fa-stack fa-lg'>
            <i class='fas fa-circle fa-stack-2x'></i>
            <i class='fab fa-asymmetrik fa-stack-1x fa-inverse'></i>
        </span>
          Asymmetrik on fa-circle<br>
    
        <span class='fa-stack fa-lg'>
            <i class='fab fa-asymmetrik fa-stack-1x'></i>
            <i class='fas fa-ban fa-stack-2x'></i>
        </span>
          Asymmetrik on fa-ban
    </div>
    

    Output:

    Asymmetrik on fa-square
    Asymmetrik on fa-circle
    Asymmetrik on fa-ban
    Avatar

    Arunkumar Gudelli

    Liked this post? Subscribe