My HTML code:
<i > </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?
CodePudding user response:
Use classes like these:
CodePudding user response:
It is an Paid icon you can check here
CodePudding user response:
I have used 4.7 icons.
<i > </i><a href="/app-debug.apk" download>You can download this app from here</a>
Working fiddle here