I am using font awesome on some project but I have some things that I want to do with font awesome icons, I can easily call an icon like this:
You can simply get round icon using this code:
Now your CSS will be:
.social-icons { display: inline-block;border-radius: 25px;box-shadow: 0px 0px 2px #888; padding: 0.5em; background: #0D47A1; font-size: 20px; } .socialicons{color: white;}