I have a design below having some social media icons (LinkedIn, Facebook, Google Plus, Twitter) which I am trying to replicate in HTML and CSS.
At this moment, I am able to get this in fiddle in font-awesome but it's not the same design.
I am wondering, is there any way in font-awesome we can replicate the above design? If it is not possible in font-awesome, then can we replicate the above design through some other library?
The HTML code in fiddle which I am using for every social media icon is:
<li class="navbar-icons">
<a href="" target="_blank">
<i class="fa fa-linkedin-square fa-6" aria-hidden="true"></i>
</a>
</li>