Images Icons in Font Awesome

fas fa-image

<!-- version v5 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">

<i class='fas fa-image'></ i>
<i class='fas fa-image' style='font-size:24px'></i>
<i class='fas fa-image' style='font-size:36px'></i>
<i class='fas fa-image' style='font-size:48px;color:#d29a18'></i>

Output:

Icon class v5 Unicode
fas fa-adjust &#xf042;
fas fa-bolt &#xf0e7;
fas fa-camera &#xf030;
fas fa-camera-retro &#xf083;
fas fa-chalkboard &#xf51b;
fas fa-clone &#xf24d;
far fa-clone &#xf24d;
fas fa-compress &#xf066;
fas fa-expand &#xf065;
fas fa-eye &#xf06e;
far fa-eye &#xf06e;
fas fa-eye-dropper &#xf1fb;
fas fa-eye-slash &#xf070;
far fa-eye-slash &#xf070;
fas fa-file-image &#xf1c5;
far fa-file-image &#xf1c5;
fas fa-film &#xf008;
fas fa-id-badge &#xf2c1;
far fa-id-badge &#xf2c1;
fas fa-id-card &#xf2c2;
far fa-id-card &#xf2c2;
fas fa-image &#xf03e;
far fa-image &#xf03e;
fas fa-images &#xf302;
far fa-images &#xf302;
fas fa-portrait &#xf3e0;
fas fa-sliders-h &#xf1de;
fas fa-tint &#xf043;

Comments