Skip to content

Instantly share code, notes, and snippets.

@dannydickson
Created July 7, 2017 15:35
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 dannydickson/104853806630ff85428d52df7c9878ba to your computer and use it in GitHub Desktop.
Save dannydickson/104853806630ff85428d52df7c9878ba to your computer and use it in GitHub Desktop.
Font awesome social media button examples with links
<a href="#"><i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i></a>
<a href="#"><i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-youtube fa-stack-1x"></i> </a>
<a href="#"><i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x"></i></a>
<a href="#"><i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i> </a>
<a href="#"><i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x"></i></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment