Use classes like these:
class="fa fa-desktop"
Use classes like these:
class="fa fa-desktop"
It is an Paid icon
you can check here
I have used 4.7 icons.
<i class="fa fa-download"> </i><a href="/app-debug.apk" download>You can download this app from here</a>
Working fiddle here
My HTML code:
<i class="fas fa-desktop-arrow-down fa-fade"> </i><a href="/app-debug.apk" download>You can download this app from here</a>
When I run the HTML page, the fontawesome
icon doesn’t show.
I have also included my kit in my HTML
page:
<script src="https://kit.fontawesome.com/03d58ba9c7.js" crossorigin="anonymous"></script>
Where am I going wrong?