Square-Instagram font awesome icon Usage,CSS Class Name,SVG & CSS Content Code

Square-Instagram font awesome icon css class name is fa-square-instagram and CSS Content Code is \e055.

Square-Instagram font awesome icon is part of brands icons.

Square-Instagram font awesome icon usage

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

  1. Using CSS Class Name

  2. Using CSS Content Code

  3. Using SVG

Square-Instagram font awesome icon CSS class name

To display Square-Instagram font awesome icon, add predefined class name i.e.,fa-square-instagram (with prefix fa-) to the i tag.

And we need to add corresponding font awesome icon style for the Square-Instagram icon.

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

<i class='fab fa-square-instagram'></i>

Output:

Square-Instagram font awesome icon CSS Content Code

We can display Square-Instagram font awesome icon using it’s CSS Content Code \e055

Use the following HTML code

<li><span class='Square-Instagram fontawesomeicon'></span>Square-Instagram</li>

Apply CSS code

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

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

Output:

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

    Square-Instagram font awesome icon SVG

    Use the following icon SVG to display Square-Instagram 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="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"/></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="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"/></svg>
     Square-Instagram displayed using SVG</p>
    

    Apply CSS code

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

    Output:

    This Square-Instagram displayed using SVG

    Change Square-Instagram font awesome icon size

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

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

    Output:

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

    Square-Instagram font awesome icon with Fixed Width

    All the font awesome icons does not have same width.

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

    Square-Instagram font awesome icon Border

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

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

    Output:

    Pull Square-Instagram font awesome icon To the left

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

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

    Output:

    ... The text after Square-Instagram Icon will be displayed on the right side of the icon.

    Pull Square-Instagram font awesome icon To the left

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

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

    Output:

    ... The text after Square-Instagram Icon will be displayed on the left side of the icon.

    Animate Square-Instagram font awesome icon

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

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

    Output:

    Animate Square-Instagram font awesome icon with steps

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

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

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

    Output:

    Rotate Square-Instagram font awesome icon

    To rotate Square-Instagram font awesome icon, Use fa-rotate-x class

    Where ‘x’ represents degree of rotation.

    <div>
    <i class='fab fa-square-instagram fa-3x'>R</i>normal<br/><br/>
    <i class='fab fa-square-instagram fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> 
    <i class='fab fa-square-instagram fa-rotate-180  fa-3x'>R</i> fa-rotate-180<br/><br/> 
    <i class='fab fa-square-instagram 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 Square-Instagram font awesome icon

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

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

    Output:

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

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

    Output:

    Square-Instagram on fa-square
    Square-Instagram on fa-circle
    Square-Instagram on fa-ban
    Avatar

    Arunkumar Gudelli

    Liked this post? Subscribe