Skip to content

Instantly share code, notes, and snippets.

@JakeSteam
Last active December 28, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakeSteam/3d1d3dd9ff88d23f26da3f61f4f83bfa to your computer and use it in GitHub Desktop.
Save JakeSteam/3d1d3dd9ff88d23f26da3f61f4f83bfa to your computer and use it in GitHub Desktop.
"Creating custom stacked icons with FontAwesome" for https://blog.jakelee.co.uk/creating-custom-square-icons-with-fontawesome
<a class="fa-stack fa-2x fa-fw" href="https://www.linkedin.com/in/jake-lee" target="_blank">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://github.com/JakeSteam" target="_blank">
<i class="fab fa-github-square fa-2x"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://www.reddit.com/user/JakeSteam/" target="_blank">
<i class="fab fa-reddit-square fa-2x"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://facebook.com/Jake.L" target="_blank">
<i class="fab fa-facebook-square fa-2x"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://steamcommunity.com/id/jakethemedic" target="_blank">
<i class="fab fa-steam-square fa-2x"></i>
</a>
<br>
<a class="fa-stack fa-2x fa-fw" href="https://stackoverflow.com/u/608312" target="_blank">
<i class="fas fa-square fa-stack-2x"></i>
<i class="fab fa-stack-overflow fa-stack-1x fa-inverse"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://www.imdb.com/user/ur67633144" target="_blank">
<i class="fab fa-imdb fa-2x"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://www.amazon.co.uk/gp/registry/wishlist/25U6KHU9XCK4B" target="_blank">
<i class="fas fa-square fa-stack-2x"></i>
<i class="fab fa-amazon fa-stack-1x fa-inverse"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://open.spotify.com/user/1158672316" target="_blank">
<i class="fas fa-square fa-stack-2x"></i>
<i class="fab fa-spotify fa-stack-1x fa-inverse"></i>
</a>
<a class="fa-stack fa-2x fa-fw" href="https://www.instagram.com/jakeleeuk/" target="_blank">
<i class="fas fa-square fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment