Cloudversify font awesome icon Usage,CSS Class Name,SVG & CSS Content Code
Cloudversify font awesome icon css class name is fa-cloudversify and CSS Content Code is \f385.
Cloudversify font awesome icon is part of brands icons.
Cloudversify font awesome icon usage
We can display Cloudversify font awesome icon using 3 different ways depending upon our requirement.
Using CSS Class Name
Using CSS Content Code
Using SVG
Cloudversify font awesome icon CSS class name
To display Cloudversify font awesome icon, add predefined class name i.e.,fa-cloudversify (with prefix fa-) to the i tag.
And we need to add corresponding font awesome icon style for the Cloudversify icon.
Cloudversify icon has 1 icon style i.e.,brands.
We need to append icon style class fab.
<i class='fab fa-cloudversify'></i>
Output:
Cloudversify font awesome icon CSS Content Code
We can display Cloudversify font awesome icon using it’s CSS Content Code \f385
Use the following HTML code
<li><span class='Cloudversify fontawesomeicon'></span>Cloudversify</li>
Apply CSS code
<style> 
.fontawesomeicon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
 }
.Cloudversify::before {
   font: var(--fa-font-brands);
    content: ' \f385';
 }</style>
Output:
.fontawesomeicon::before { display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .Cloudversify::before { font: var(--fa-font-brands); content: ' \f385'; }For the detailed tutorial visit https://www.angularjswiki.com/fontawesome/csscontentcode/
Cloudversify font awesome icon SVG
Use the following icon SVG to display Cloudversify font awesome icon.
<svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 616 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="M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"/></svg>
Use the following HTML code
<p>This <svg class='fontawesomesvg' xmlns="http://www.w3.org/2000/svg" viewBox="0 0 616 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="M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"/></svg>
 Cloudversify displayed using SVG</p>
Apply CSS code
  <style>
    .fontawesomesvg {width: 1em;
      height: 1em;
      vertical-align: -.125em;
    }
  </style>
Output:
.fontawesomesvg {width: 1em; height: 1em; vertical-align: -.125em; }This Cloudversify displayed using SVG
Change Cloudversify font awesome icon size
To increase Cloudversify font awesome icon size, use the fa-lg(33 % increase), fa-2x, fa-3x, fa-4x, or fa-5x classes along with icon class \f385.
Increase in icon size will be relative to their parent container.
<i class='fab fa-cloudversify fa-lg'>fa-lg</i><br/>
<i class='fab fa-cloudversify fa-2x'>fa-2x</i><br/>
<i class='fab fa-cloudversify fa-3x'>fa-3x</i><br/>
<i class='fab fa-cloudversify fa-4x'>fa-4x</i><br/>
<i class='fab fa-cloudversify fa-5x'>fa-5x</i><br/>
Output:
fa-lgfa-2x
fa-3x
fa-4x
fa-5x
Cloudversify font awesome icon with Fixed Width
All the font awesome icons does not have same width.
For example Cloudversify 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-cloudversify fa-fw fa-3x'></i>Fixed Width<i style='border:1px solid;' class='fab fa-cloudversify 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
Cloudversify font awesome icon Border
To add border to Cloudversify font awesome icon, use fa-border class.
<i class='fab fa-cloudversify fa-border fa-3x'></i>
Output:
Pull Cloudversify font awesome icon To the left
To pull Cloudversify icon to the left of the container use fa-pull-left class.
<div style='width: 200px;'>
<i class='fab fa-cloudversify fa-pull-left fa-3x'></i>
  ... The text after Cloudversify Icon will be displayed on the right side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Pull Cloudversify font awesome icon To the left
To pull Cloudversify icon to the right of the container use fa-pull-right class.
<div style='width: 200px;'>
<i class='fab fa-cloudversify fa-pull-right fa-3x'></i>
  ... The text after Cloudversify Icon will be displayed on the left side of the icon.
</div>
<div style = 'clear: both;'></div>
Output:
Animate Cloudversify font awesome icon
To animate Cloudversify font awesome icon, use fa-spin class.
<i class='fab fa-cloudversify fa-spin fa-3x'></i>
Output:
Animate Cloudversify font awesome icon with steps
While animating the font awesome icon,We can rotate Cloudversify icon in 8 steps instead of uniform rotation.
We can use fa-pulse icon along with fa-spin class.
<i class='fab fa-cloudversify fa-spin fa-pulse fa-3x'></i>
Output:
Rotate Cloudversify font awesome icon
To rotate Cloudversify font awesome icon, Use fa-rotate-x class
Where ‘x’ represents degree of rotation.
<div>
<i class='fab fa-cloudversify fa-3x'>R</i>normal<br/><br/>
<i class='fab fa-cloudversify fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> 
<i class='fab fa-cloudversify fa-rotate-180  fa-3x'>R</i> fa-rotate-180<br/><br/> 
<i class='fab fa-cloudversify 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 Cloudversify font awesome icon
To flip Cloudversify font awesome icon horizontally and vertically use fa-flip-horizontal and fa-flip-vertical classes.
<div>
<i class='fab fa-cloudversify fa-3x'>F</i> Normal <br>
<i class='fab fa-cloudversify fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br>
<i class='fab fa-cloudversify fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>
</div>
Output:
F fa-flip-horizontal
F fa-flip-vertical
Combine Cloudversify 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 Cloudversify 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-cloudversify fa-stack-1x'></i>
    </span>
      Cloudversify on fa-square<br>
    <span class='fa-stack fa-lg'>
        <i class='fas fa-circle fa-stack-2x'></i>
        <i class='fab fa-cloudversify fa-stack-1x fa-inverse'></i>
    </span>
      Cloudversify on fa-circle<br>
    <span class='fa-stack fa-lg'>
        <i class='fab fa-cloudversify fa-stack-1x'></i>
        <i class='fas fa-ban fa-stack-2x'></i>
    </span>
      Cloudversify on fa-ban
</div>
Output:
Cloudversify on fa-circle
Cloudversify on fa-ban