Last active
July 16, 2025 08:04
-
-
Save bacoords/3b635cf700df229fec034716c4172b76 to your computer and use it in GitHub Desktop.
Update the Twitter / X Icon in Font Awesome 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .fa.fa-twitter{ | |
| font-family:sans-serif; | |
| } | |
| .fa.fa-twitter::before{ | |
| content:"𝕏"; | |
| font-size:1.2em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just did this and it worked! although the X does not look exactly as the x logo, it is usable.
<a class="btn btn-outline-secondary me-2 btn-md-square rounded-circle" href=""><i class="fab">X</i></a>