Looking to recreate a design featuring social media icons (LinkedIn, Facebook, Google Plus, Twitter) using HTML and CSS.
https://i.sstatic.net/016im.png
Although I have managed to create something similar in fiddle with font-awesome, it's not an exact match.
I'm curious if it's possible to replicate the above design using font-awesome. If not, are there any other libraries that could help achieve the same look?
The following is the HTML code I'm currently using for each social media icon in the fiddle:
<li class="navbar-icons">
<a href="" target="_blank">
<i class="fa fa-linkedin-square fa-6" aria-hidden="true"></i>
</a>
</li>