Itch-Io font awesome icon Usage,CSS Class Name,SVG & CSS Content Code

Itch-Io font awesome icon css class name is fa-itch-io and CSS Content Code is \f83a.

Itch-Io font awesome icon is part of brands icons.

Itch-Io font awesome icon usage

We can display Itch-Io font awesome icon using 3 different ways depending upon our requirement.

  1. Using CSS Class Name

  2. Using CSS Content Code

  3. Using SVG

Itch-Io font awesome icon CSS class name

To display Itch-Io font awesome icon, add predefined class name i.e.,fa-itch-io (with prefix fa-) to the i tag.

And we need to add corresponding font awesome icon style for the Itch-Io icon.

Itch-Io icon has 1 icon style i.e.,brands. We need to append icon style class fab.

<i class='fab fa-itch-io'></i>

Output:

Itch-Io font awesome icon CSS Content Code

We can display Itch-Io font awesome icon using it’s CSS Content Code \f83a

Use the following HTML code

<li><span class='Itch-Io fontawesomeicon'></span>Itch-Io</li>

Apply CSS code

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

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

Output:

  • Itch-Io
  • For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/

    Itch-Io font awesome icon SVG

    Use the following icon SVG to display Itch-Io 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="M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"/></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="M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"/></svg>
     Itch-Io displayed using SVG</p>
    

    Apply CSS code

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

    Output:

    This Itch-Io displayed using SVG

    Change Itch-Io font awesome icon size

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

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

    Output:

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

    Itch-Io font awesome icon with Fixed Width

    All the font awesome icons does not have same width.

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

    Itch-Io font awesome icon Border

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

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

    Output:

    Pull Itch-Io font awesome icon To the left

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

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

    Output:

    ... The text after Itch-Io Icon will be displayed on the right side of the icon.

    Pull Itch-Io font awesome icon To the left

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

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

    Output:

    ... The text after Itch-Io Icon will be displayed on the left side of the icon.

    Animate Itch-Io font awesome icon

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

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

    Output:

    Animate Itch-Io font awesome icon with steps

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

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

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

    Output:

    Rotate Itch-Io font awesome icon

    To rotate Itch-Io font awesome icon, Use fa-rotate-x class

    Where ‘x’ represents degree of rotation.

    <div>
    <i class='fab fa-itch-io fa-3x'>R</i>normal<br/><br/>
    <i class='fab fa-itch-io fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> 
    <i class='fab fa-itch-io fa-rotate-180  fa-3x'>R</i> fa-rotate-180<br/><br/> 
    <i class='fab fa-itch-io 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 Itch-Io font awesome icon

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

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

    Output:

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

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

    Output:

    Itch-Io on fa-square
    Itch-Io on fa-circle
    Itch-Io on fa-ban
    Avatar

    Arunkumar Gudelli

    Liked this post? Subscribe