Fa-archive Icon In Font Awesome Icons - Angular Wiki
Maybe your like
fa-archive icon in font awesome icons has 1 variant fas i.e.,solid.
| Name | Class Name | Css Content Code |
|---|---|---|
| fa-archive | fa-archive | f187 |
Table of Contents
- fa-archive icon Usage
- Change fa-archive icon size
- fa-archive Icon with Fixed Width
- fa-archive Icon Border
- Pull fa-archive icon To the left
- Pull fa-archive icon To the right
- Animate fa-archive icon using fa-spin
- Animate fa-archive icon with steps
- Rotate fa-archive Icon using fa-rotate-x
- Flip fa-archive Icon using fa-flip-*
- Combine fa-archive icon with other font awesome icons
fa-archive icon Usage
To display fa-archive icon add predefined class name i.e.,fa-archive (with prefix fa-) to the ‘i’ tag.
Here ‘i’ tag represents icon.
And we need to add corresponding category for fa-archive icon. i.e., fas.
<i class='fas fa-archive'>fa-archive</i>fa-archive
Change fa-archive icon size
To increase fa-archive font awesome icon size, use the fa-lg (33% increase), fa-2x, fa-3x, fa-4x, or fa-5x classes along with icon class fa-archive.
Increase in icon size will be relative to their parent container.
<i class='fas fa-archive fa-lg'>fa-lg</i><br/> <i class='fas fa-archive fa-2x'>fa-2x</i><br/> <i class='fas fa-archive fa-3x'>fa-3x</i><br/> <i class='fas fa-archive fa-4x'>fa-4x</i><br/> <i class='fas fa-archive fa-5x'>fa-5x</i><br/>fa-lgfa-2xfa-3xfa-4xfa-5x
fa-archive Icon with Fixed Width
All the font awesome icons does not have same width.
For example fa-archive icon and fa-home may not have same height and width.
So to display two icons with fixed width and height we can use fa-fw class.
<i class='fas fa-archive fa-fw fa-3x'></i>Fixed Width<i class='fas fa-archive fa-3x'></i>Normal<br/> <i class='fas fa-home fa-fw fa-3x'></i>Fixed Width<i class='fas fa-home fa-3x'></i>Normal<br/>Fixed WidthNormalFixed WidthNormal
fa-archive Icon Border
To add border to fa-archive icon, use fa-border class.
<i class='fas fa-archive fa-border fa-3x'></i>Pull fa-archive icon To the left
To pull icon fa-archive to the left of the container use fa-pull-left class.\n
<div style='width: 200px;'> <i class='fas fa-archive fa-pull-left fa-3x'></i> ... The text after fa-archive Icon will be displayed on the right side of the icons </div> <div style = 'clear: both;'></div> ... The text after fa-archive Icon will be displayed on the right side of the iconsPull fa-archive icon To the right
To pull icon fa-archive to the right of the container use fa-pull-right class.
<div style='width: 200px;'> <i class='fas fa-archive fa-pull-right fa-3x'></i> ... The text after fa-archive Icon will be displayed on the left side of the icons </div> <div style = 'clear: both;'></div> ... The text after fa-archive Icon will be displayed on the left side of the iconsThese two classes can used to add single quotes or double quotes to the text.
Animate fa-archive icon using fa-spin
To animate font awesome fa-archive icon, use fa-spin class.
<i class='fas fa-archive fa-spin fa-3x'></i>Animate fa-archive icon with steps
While animating the font awesome icon,We can rotate fa-archive icon in 8 steps instead of uniform rotation.
To animate font awesome fa-archive icon with 8 step rotation, use fa-pulse icon along with fa-spin class.
<i class='fas fa-archive fa-pulse fa-spin fa-3x'></i>Rotate fa-archive Icon using fa-rotate-x
To rotate the font awesome icon fa-archive, Use fa-rotate-x class
Where ‘x’ represents degree of rotation.
<div> <i class='fas fa-archive fa-3x'>R</i>normal<br/><br/> <i class='fas fa-archive fa-rotate-90 fa-3x'>R</i> fa-rotate-90<br/><br/> <i class='fas fa-archive fa-rotate-180 fa-3x'>R</i> fa-rotate-180<br/><br/> <i class='fas fa-archive fa-rotate-270 fa-3x'>R</i> fa-rotate-270<br/><br/> </div> RnormalR fa-rotate-90R fa-rotate-180R fa-rotate-270Flip fa-archive Icon using fa-flip-*
To flip fa-archive font awesome icon horizontally and vertically use fa-flip-horizontal and fa-flip-vertical classes.
<i class='fas fa-archive fa-3x'>F</i> Normal <br> <i class='fas fa-archive fa-flip-horizontal fa-3x'>F</i> fa-flip-horizontal<br> <i class='fas fa-archive fa-flip-vertical fa-3x'>F</i> fa-flip-vertical<br>F NormalF fa-flip-horizontalF fa-flip-vertical
Combine fa-archive 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 fa-archive 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='fas fa-archive fa-stack-1x'></i> </span> fa-archive on fa-square<br> <span class='fa-stack fa-lg'> <i class='fas fa-circle fa-stack-2x'></i> <i class='fas fa-archive fa-stack-1x fa-inverse'></i> </span> fa-archive on fa-circle<br> <span class='fa-stack fa-lg'> <i class='fas fa-archive fa-stack-1x'></i> <i class='fas fa-ban fa-stack-2x'></i> </span> fa-archive on fa-ban </div> fa-archive on fa-squarefa-archive on fa-circlefa-archive on fa-banTag » Archive Font Awesome Icons
-
Fa-archive: Font Awesome Icons
-
Archive - Font Awesome
-
Box Archive - Font Awesome
-
Fa-file-archive-o: Font Awesome Icons
-
Icon-archive · Unicode - Font Awesome
-
Fa Fa-archive - Tryit Editor V3.7
-
Font Awesome Icon Archive Icon | Fa Fa Archive | HTML, CSS
-
How To Use Font Awesome Archive Icon - W3resource
-
Font Awesome Archive Icon - Codes Program
-
Archive • Font Awesome 4 • Iconify
-
Font Awesome Icon Not Reacting To Event Listener Javascript
-
Font Awesome Icons
-
Fontawesome 5 Icons | Keenthemes
-
FortAwesome/Font-Awesome - Icon Request: Fa-archive-out - GitHub