Cc-Visa font awesome icon Usage,CSS Class Name,SVG & CSS Content Code

Cc-Visa font awesome icon css class name is fa-cc-visa and CSS Content Code is \f1f0.

Cc-Visa font awesome icon is part of brands icons.

Cc-Visa font awesome icon usage

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

  1. Using CSS Class Name

  2. Using CSS Content Code

  3. Using SVG

Cc-Visa font awesome icon CSS class name

To display Cc-Visa font awesome icon, add predefined class name i.e.,fa-cc-visa (with prefix fa-) to the i tag.

And we need to add corresponding font awesome icon style for the Cc-Visa icon.

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

<i class='fab fa-cc-visa'></i>

Output:

Cc-Visa font awesome icon CSS Content Code

We can display Cc-Visa font awesome icon using it’s CSS Content Code \f1f0

Use the following HTML code

<li><span class='Cc-Visa fontawesomeicon'></span>Cc-Visa</li>

Apply CSS code

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

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

Output:

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

    Cc-Visa font awesome icon SVG

    Use the following icon SVG to display Cc-Visa 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="M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"/></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="M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"/></svg>
     Cc-Visa displayed using SVG</p>
    

    Apply CSS code

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

    Output:

    This Cc-Visa displayed using SVG

    Change Cc-Visa font awesome icon size

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

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

    Output:

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

    Cc-Visa font awesome icon with Fixed Width

    All the font awesome icons does not have same width.

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

    Cc-Visa font awesome icon Border

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

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

    Output:

    Pull Cc-Visa font awesome icon To the left

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

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

    Output:

    ... The text after Cc-Visa Icon will be displayed on the right side of the icon.

    Pull Cc-Visa font awesome icon To the left

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

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

    Output:

    ... The text after Cc-Visa Icon will be displayed on the left side of the icon.

    Animate Cc-Visa font awesome icon

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

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

    Output:

    Animate Cc-Visa font awesome icon with steps

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

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

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

    Output:

    Rotate Cc-Visa font awesome icon

    To rotate Cc-Visa font awesome icon, Use fa-rotate-x class

    Where ‘x’ represents degree of rotation.

    <div>
    <i class='fab fa-cc-visa fa-3x'>R</i>normal<br/><br/>
    <i class='fab fa-cc-visa fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> 
    <i class='fab fa-cc-visa fa-rotate-180  fa-3x'>R</i> fa-rotate-180<br/><br/> 
    <i class='fab fa-cc-visa 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 Cc-Visa font awesome icon

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

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

    Output:

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

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

    Output:

    Cc-Visa on fa-square
    Cc-Visa on fa-circle
    Cc-Visa on fa-ban
    Avatar

    Arunkumar Gudelli

    Liked this post? Subscribe