Fork-Awesome/cheatsheet/index.html

6163 lines
202 KiB
HTML
Raw Normal View History

2013-05-10 18:00:01 +02:00
<!DOCTYPE html>
2013-10-23 17:12:39 +02:00
<html lang="en">
2013-05-10 18:00:01 +02:00
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
2015-04-17 23:04:59 +02:00
<meta name="viewport" content="width=device-width,initial-scale=1">
2014-05-14 22:13:14 +02:00
<meta name="description" content="Font Awesome, the iconic font and CSS framework">
2013-05-10 18:00:01 +02:00
<meta name="author" content="Dave Gandy">
2014-08-26 18:51:53 +02:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2013-10-23 17:12:39 +02:00
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
2013-05-10 18:00:01 +02:00
2013-10-23 17:12:39 +02:00
<title>Font Awesome Cheatsheet</title>
2013-05-10 18:00:01 +02:00
<!-- CSS
2013-10-23 17:12:39 +02:00
================================================== -->
2013-05-10 18:00:01 +02:00
<link rel="stylesheet" href="../assets/css/site.css">
<link rel="stylesheet" href="../assets/css/pygments.css">
2013-06-12 20:43:02 +02:00
<link rel="stylesheet" href="../assets/font-awesome/css/font-awesome.css">
2013-10-23 17:12:39 +02:00
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<script src="../assets/js/respond.min.js"></script>
2013-05-10 18:00:01 +02:00
<![endif]-->
2015-09-01 20:52:06 +02:00
<script src="https://use.fonticons.com/ffe176a3.js"></script>
2013-05-10 18:00:01 +02:00
2015-04-17 23:04:59 +02:00
<script>
2013-05-10 18:00:01 +02:00
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30136587-1']);
_gaq.push(['_trackPageview']);
(function() {
2015-04-17 23:04:59 +02:00
var ga = document.createElement('script');
ga.src = 'https://www.google-analytics.com/ga.js';
var s = document.scripts[0];
s.parentNode.insertBefore(ga, s);
2013-05-10 18:00:01 +02:00
})();
</script>
</head>
2016-04-20 20:45:06 +02:00
<body class="font-awesome ">
<script>
(function(){
var bsa = document.createElement('script');
bsa.src = 'https://s3.buysellads.com/ac/bsa.js';
var s = document.scripts[0];
s.parentNode.insertBefore(bsa, s);
})();
</script>
<div id="wrap"> <!-- necessary for sticky footer. wrap all content except footer -->
2016-02-24 23:06:49 +01:00
<div class="collapse hidden-print" id="banner">
<div class="container">
<div class="message-container">
<div class="tagline">
<span id="rotating-message"></span>
</div>
<div class="action">
<a id="rotating-url" class="btn btn-primary btn-block" href=""></a>
</div>
</div>
</div>
</div>
<div class="navbar navbar-org navbar-static-top">
2015-01-22 19:55:45 +01:00
<div class="container">
2015-12-16 22:02:59 +01:00
<ul class="nav navbar-nav navbar-right">
2016-01-09 00:03:37 +01:00
<li>
<a href="http://fortawesome.com/start?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Take your front end game<br>to the next level!">
2016-05-13 17:45:24 +02:00
<i class="fa fa-fort-awesome fa-lg valign-baseline"></i>&nbsp;
2016-01-09 00:03:37 +01:00
Fort Awesome
</a>
</li>
<li>
<a href="http://symbolset.com/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="Get the perfect icon set!">
<i class="fas fas-heart-ss"></i>&nbsp;
Symbolset
</a>
</li>
2016-01-09 00:03:37 +01:00
<li class="active">
<a href="http://fontawesome.io/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.6_update" data-toggle="tooltip" data-container="body" data-placement="bottom" data-html="true" title="The iconic font<br>&amp; CSS toolkit">
2016-05-13 17:45:24 +02:00
<i class="fa fa-font-awesome"></i>&nbsp;
2016-01-09 00:03:37 +01:00
Font Awesome</a>
</li>
2015-12-16 22:02:59 +01:00
</ul>
<div class="navbar-text navbar-right hide-xs">Build and serve a faster front end!</div>
2015-01-22 19:55:45 +01:00
</div>
</div>
<div class="navbar navbar-inverse navbar-static-top hidden-print">
2013-10-23 17:12:39 +02:00
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
2016-04-11 20:10:07 +02:00
<i class="fa fa-bars fa-lg" aria-hidden="true" title="Toggle navigation"></i>
2013-10-23 17:12:39 +02:00
<span class="sr-only">Toggle navigation</span>
</button>
2016-05-13 17:45:24 +02:00
<a class="navbar-brand" href="../"><i class="fa fa-font-awesome" aria-hidden="true"></i> Font Awesome</a>
2013-10-23 17:12:39 +02:00
</div>
2013-06-12 20:43:02 +02:00
2013-10-23 17:12:39 +02:00
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="hidden-sm "><a href="../">Home</a></li>
<li class="hidden-sm">
<a href="../whats-new/">What's New</a>
</li>
<li class="hidden-xs hidden-md hidden-lg">
<a href="../whats-new/">New</a>
</li>
2016-04-11 20:10:07 +02:00
<li class="hidden-sm"><a href="../get-started/">Get Started</a></li>
<li class="hidden-xs hidden-md hidden-lg">
<a href="../get-started/">Start</a>
</li>
2013-10-23 17:12:39 +02:00
<li class="dropdown-split-left"><a href="../icons/">Icons</a></li>
<li class="dropdown dropdown-split-right hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
2016-04-11 20:10:07 +02:00
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
<span class="sr-only">Toggle dropdown menu</span>
<span class="toggle drop down"></span>
2013-10-23 17:12:39 +02:00
</a>
<ul class="dropdown-menu pull-right">
2016-04-11 20:10:07 +02:00
<li><a href="../icons/"><i class="fa fa-flag fa-fw" aria-hidden="true"></i>&nbsp; All Icons</a></li>
2013-10-23 17:12:39 +02:00
<li class="divider"></li>
2016-04-11 20:10:07 +02:00
<li><a href="../icons/#new"><i class="fa fa-wheelchair-alt fa-fw" aria-hidden="true"></i>&nbsp; New Icons in 4.6</a></li>
<li><a href="../icons/#web-application"><i class="fa fa-camera-retro fa-fw" aria-hidden="true"></i>&nbsp; Web Application Icons</a></li>
<li><a href="../icons/#accessibility"><i class="fa fa-universal-access fa-fw" aria-hidden="true"></i>&nbsp; Accessibility Icons</a></li>
<li><a href="../icons/#hand"><i class="fa fa-hand-spock-o fa-fw" aria-hidden="true"></i>&nbsp; Hand Icons</a></li>
<li><a href="../icons/#transportation"><i class="fa fa-ship fa-fw" aria-hidden="true"></i>&nbsp; Transportation Icons</a></li>
<li><a href="../icons/#gender"><i class="fa fa-venus fa-fw" aria-hidden="true"></i>&nbsp; Gender Icons</a></li>
<li><a href="../icons/#file-type"><i class="fa fa-file-image-o fa-fw" aria-hidden="true"></i>&nbsp; File Type Icons</a></li>
<li><a href="../icons/#spinner"><i class="fa fa-spinner fa-fw" aria-hidden="true"></i>&nbsp; Spinner Icons</a></li>
<li><a href="../icons/#form-control"><i class="fa fa-check-square fa-fw" aria-hidden="true"></i>&nbsp; Form Control Icons</a></li>
<li><a href="../icons/#payment"><i class="fa fa-credit-card fa-fw" aria-hidden="true"></i>&nbsp; Payment Icons</a></li>
<li><a href="../icons/#chart"><i class="fa fa-pie-chart fa-fw" aria-hidden="true"></i>&nbsp; Chart Icons</a></li>
<li><a href="../icons/#currency"><i class="fa fa-won fa-fw" aria-hidden="true"></i>&nbsp; Currency Icons</a></li>
<li><a href="../icons/#text-editor"><i class="fa fa-file-text-o fa-fw" aria-hidden="true"></i>&nbsp; Text Editor Icons</a></li>
<li><a href="../icons/#directional"><i class="fa fa-arrow-right fa-fw" aria-hidden="true"></i>&nbsp; Directional Icons</a></li>
<li><a href="../icons/#video-player"><i class="fa fa-play-circle fa-fw" aria-hidden="true"></i>&nbsp; Video Player Icons</a></li>
<li><a href="../icons/#brand"><i class="fa fa-facebook-official fa-fw" aria-hidden="true"></i>&nbsp; Brand Icons</a></li>
<li><a href="../icons/#medical"><i class="fa fa-medkit fa-fw" aria-hidden="true"></i>&nbsp; Medical Icons</a></li>
2013-10-23 17:12:39 +02:00
</ul>
</li>
<li class="dropdown-split-left"><a href="../examples/">Examples</a></li>
<li class="dropdown dropdown-split-right hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
2016-04-11 20:10:07 +02:00
<i class="fa fa-caret-down" aria-hidden="true" title="Toggle dropdown menu"></i>
<span class="sr-only">Toggle dropdown menu</span>
<span class="toggle drop down"></span>
2013-10-23 17:12:39 +02:00
</a>
<ul class="dropdown-menu pull-right">
<li><a href="../examples/">Examples</a></li>
<li class="divider"></li>
2014-05-14 22:13:14 +02:00
<li><a href="../examples/#basic">Basic Icons</a></li>
2013-10-23 17:12:39 +02:00
<li><a href="../examples/#larger">Larger Icons</a></li>
<li><a href="../examples/#fixed-width">Fixed Width Icons</a></li>
<li><a href="../examples/#list">List Icons</a></li>
<li><a href="../examples/#bordered-pulled">Bordered & Pulled Icons</a></li>
2015-01-22 19:55:45 +01:00
<li><a href="../examples/#animated">Animated Icons</a></li>
2016-04-11 20:10:07 +02:00
<li><a href="../examples/#accessible">Accessibility-Minded</a></li>
2013-10-23 17:12:39 +02:00
<li><a href="../examples/#rotated-flipped">Rotated &amp; Flipped Icons</a></li>
<li><a href="../examples/#stacked">Stacked Icons</a></li>
<li><a href="../examples/#bootstrap">Bootstrap 3 Examples</a></li>
<li><a href="../examples/#custom">Custom CSS</a></li>
</ul>
</li>
2016-04-22 17:35:08 +02:00
<li class="hidden-sm"><a href="../accessibility/">Accessibility</a></li>
<li class="hidden-xs hidden-md hidden-lg"><a href="../accessibility/"><i class="fa fa-universal-access"></i></a></li>
2013-10-23 17:12:39 +02:00
<li><a href="../community/">Community</a></li>
<li><a href="../license/">License</a></li>
2016-04-27 19:02:47 +02:00
<li class="hidden-sm hidden-xs"><a href="http://articles.fortawesome.com">Blog</a></li>
2013-10-23 17:12:39 +02:00
</ul>
2016-04-12 17:03:45 +02:00
2016-04-22 17:35:08 +02:00
<ul class="nav navbar-nav navbar-right">
<li><a href="../store/"><i class="fa fa-shopping-cart margin-right-sm hidden-sm hidden-md"></i>Store</a></li>
2016-04-12 17:03:45 +02:00
</ul>
2013-05-10 18:00:01 +02:00
</div>
</div>
</div>
2014-06-18 00:23:21 +02:00
2013-05-10 18:00:01 +02:00
<div class="jumbotron jumbotron-ad hidden-print">
<div class="container">
2016-04-20 20:45:06 +02:00
2016-04-11 20:10:07 +02:00
<h1><i class="fa fa-list-ul" aria-hidden="true"></i>&nbsp; Cheatsheet</h1>
2016-05-13 17:45:24 +02:00
<p>The complete Font Awesome 4.6.3 icon reference</p>
2016-04-20 20:45:06 +02:00
2013-05-10 18:00:01 +02:00
</div>
2016-04-20 20:45:06 +02:00
2013-05-10 18:00:01 +02:00
</div>
<div id="social-buttons" class="hidden-print">
<div class="container">
<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
<div class="row">
<div class="col-md-4 col-md-offset-2 col-sm-6">
<div class="form-group margin-bottom">
<input name="email" type="email" class="form-control" id="email" placeholder="Enter your email address&hellip;" required>
</div>
</div>
<div class="col-md-4 col-sm-6">
<button type="submit" class="btn btn-success btn-block margin-bottom-lg"
data-toggle="popover" data-trigger="hover" data-placement="top" title="Stay up to date with the Awesome"
data-content="We'll send you updates on new Font Awesome releases, icons, and other stuff that we're working on. We won't spam you. Scout's honor.">
2016-04-11 20:10:07 +02:00
Subscribe to Font Awesome Updates&nbsp;&nbsp;<i class="fa fa-envelope" aria-hidden="true"></i>
</button>
</div>
</div>
</form>
2013-10-23 17:12:39 +02:00
<ul class="list-inline">
2013-05-10 18:00:01 +02:00
<li>
2015-07-28 23:58:57 +02:00
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
2013-05-10 18:00:01 +02:00
</li>
<li>
2015-07-28 23:58:57 +02:00
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=FortAwesome&repo=Font-Awesome&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
2013-05-10 18:00:01 +02:00
</li>
<li class="follow-btn">
2013-05-11 02:23:47 +02:00
<a href="https://twitter.com/fontawesome" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @fontawesome</a>
2013-05-10 18:00:01 +02:00
</li>
2013-06-12 20:43:02 +02:00
<li class="tweet-btn hidden-phone">
2014-05-14 22:13:14 +02:00
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://fontawesome.io" data-text="Font Awesome, the iconic font and CSS framework" data-counturl="http://fortawesome.github.com/Font-Awesome/" data-count="horizontal" data-via="fontawesome" data-related="davegandy:Creator of Font Awesome">Tweet</a>
2013-05-10 18:00:01 +02:00
</li>
</ul>
</div>
</div>
<div class="container">
2013-10-23 17:12:39 +02:00
<section class="hidden-print">
<div class="stripe-ad">
2015-04-17 23:04:59 +02:00
<script src="https://cdn.fusionads.net/fusion.js?zoneid=1332&amp;serve=C6SDP2Y&amp;placement=fontawesome" id="_fusionads_js"></script>
2013-10-23 17:12:39 +02:00
<p class="lead">
2014-05-14 22:13:14 +02:00
Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf, set it as the font in your application, and copy and paste the icons (not the unicode) directly from this page into your designs.
2013-10-23 17:12:39 +02:00
</p>
2013-05-10 18:00:01 +02:00
</div>
</section>
2016-05-13 17:45:24 +02:00
<h2 class="page-header">Every Font Awesome 4.6.3 Icon, CSS Class, &amp; Unicode</h2>
2013-06-12 20:43:02 +02:00
2013-10-23 17:12:39 +02:00
<div class="row">
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use 500px">&#xf26e</i>
2015-07-28 23:58:57 +02:00
fa-500px
<span class="text-muted">[&amp;#xf26e;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use adjust">&#xf042</i>
2014-05-14 22:13:14 +02:00
fa-adjust
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf042;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use adn">&#xf170</i>
2014-05-14 22:13:14 +02:00
fa-adn
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf170;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use align-center">&#xf037</i>
2014-05-14 22:13:14 +02:00
fa-align-center
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf037;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use align-justify">&#xf039</i>
2014-05-14 22:13:14 +02:00
fa-align-justify
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf039;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use align-left">&#xf036</i>
2014-05-14 22:13:14 +02:00
fa-align-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf036;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use align-right">&#xf038</i>
2014-05-14 22:13:14 +02:00
fa-align-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf038;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use amazon">&#xf270</i>
2015-07-28 23:58:57 +02:00
fa-amazon
<span class="text-muted">[&amp;#xf270;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ambulance">&#xf0f9</i>
2014-05-14 22:13:14 +02:00
fa-ambulance
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f9;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use american-sign-language-interpreting">&#xf2a3</i>
2016-04-11 20:10:07 +02:00
fa-american-sign-language-interpreting
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2a3;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use anchor">&#xf13d</i>
2014-05-14 22:13:14 +02:00
fa-anchor
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf13d;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use android">&#xf17b</i>
2014-05-14 22:13:14 +02:00
fa-android
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf17b;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angellist">&#xf209</i>
2014-08-26 18:51:53 +02:00
fa-angellist
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf209;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-down">&#xf103</i>
2014-05-14 22:13:14 +02:00
fa-angle-double-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf103;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-left">&#xf100</i>
2014-05-14 22:13:14 +02:00
fa-angle-double-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf100;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-right">&#xf101</i>
2014-05-14 22:13:14 +02:00
fa-angle-double-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf101;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-double-up">&#xf102</i>
2014-05-14 22:13:14 +02:00
fa-angle-double-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf102;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-down">&#xf107</i>
2014-05-14 22:13:14 +02:00
fa-angle-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf107;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-left">&#xf104</i>
2014-05-14 22:13:14 +02:00
fa-angle-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf104;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-right">&#xf105</i>
2014-05-14 22:13:14 +02:00
fa-angle-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf105;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use angle-up">&#xf106</i>
2014-05-14 22:13:14 +02:00
fa-angle-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf106;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use apple">&#xf179</i>
2014-05-14 22:13:14 +02:00
fa-apple
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf179;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use archive">&#xf187</i>
2014-05-14 22:13:14 +02:00
fa-archive
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf187;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use area-chart">&#xf1fe</i>
2014-08-26 18:51:53 +02:00
fa-area-chart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1fe;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-down">&#xf0ab</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ab;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-left">&#xf0a8</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a8;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-down">&#xf01a</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-o-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-left">&#xf190</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-o-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf190;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-right">&#xf18e</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-o-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf18e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-o-up">&#xf01b</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-o-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01b;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-right">&#xf0a9</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a9;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-circle-up">&#xf0aa</i>
2014-05-14 22:13:14 +02:00
fa-arrow-circle-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0aa;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-down">&#xf063</i>
2014-05-14 22:13:14 +02:00
fa-arrow-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf063;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-left">&#xf060</i>
2014-05-14 22:13:14 +02:00
fa-arrow-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf060;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-right">&#xf061</i>
2014-05-14 22:13:14 +02:00
fa-arrow-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf061;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrow-up">&#xf062</i>
2014-05-14 22:13:14 +02:00
fa-arrow-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf062;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows">&#xf047</i>
2014-05-14 22:13:14 +02:00
fa-arrows
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf047;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-alt">&#xf0b2</i>
2014-05-14 22:13:14 +02:00
fa-arrows-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0b2;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-h">&#xf07e</i>
2014-05-14 22:13:14 +02:00
fa-arrows-h
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf07e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use arrows-v">&#xf07d</i>
2014-05-14 22:13:14 +02:00
fa-arrows-v
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf07d;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use asl-interpreting">&#xf2a3</i>
2016-04-11 20:10:07 +02:00
fa-asl-interpreting
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2a3;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use assistive-listening-systems">&#xf2a2</i>
2016-04-11 20:10:07 +02:00
fa-assistive-listening-systems
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2a2;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use asterisk">&#xf069</i>
2014-05-14 22:13:14 +02:00
fa-asterisk
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf069;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use at">&#xf1fa</i>
2014-08-26 18:51:53 +02:00
fa-at
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1fa;]</span>
2014-08-26 18:51:53 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use audio-description">&#xf29e</i>
2016-04-11 20:10:07 +02:00
fa-audio-description
<span class="text-muted">[&amp;#xf29e;]</span>
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use automobile">&#xf1b9</i>
2014-05-14 22:13:14 +02:00
fa-automobile
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b9;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use backward">&#xf04a</i>
2014-05-14 22:13:14 +02:00
fa-backward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf04a;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use balance-scale">&#xf24e</i>
2015-07-28 23:58:57 +02:00
fa-balance-scale
<span class="text-muted">[&amp;#xf24e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ban">&#xf05e</i>
2014-05-14 22:13:14 +02:00
fa-ban
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf05e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bank">&#xf19c</i>
2014-05-14 22:13:14 +02:00
fa-bank
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19c;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bar-chart">&#xf080</i>
2014-08-26 18:51:53 +02:00
fa-bar-chart
2014-05-14 22:13:14 +02:00
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf080;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bar-chart-o">&#xf080</i>
2014-08-26 18:51:53 +02:00
fa-bar-chart-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf080;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use barcode">&#xf02a</i>
2014-05-14 22:13:14 +02:00
fa-barcode
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bars">&#xf0c9</i>
2014-05-14 22:13:14 +02:00
fa-bars
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c9;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-0">&#xf244</i>
2015-07-28 23:58:57 +02:00
fa-battery-0
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf244;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-1">&#xf243</i>
2015-07-28 23:58:57 +02:00
fa-battery-1
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf243;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-2">&#xf242</i>
2015-07-28 23:58:57 +02:00
fa-battery-2
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf242;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-3">&#xf241</i>
2015-07-28 23:58:57 +02:00
fa-battery-3
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf241;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-4">&#xf240</i>
2015-07-28 23:58:57 +02:00
fa-battery-4
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf240;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-empty">&#xf244</i>
2015-07-28 23:58:57 +02:00
fa-battery-empty
<span class="text-muted">[&amp;#xf244;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-full">&#xf240</i>
2015-07-28 23:58:57 +02:00
fa-battery-full
<span class="text-muted">[&amp;#xf240;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-half">&#xf242</i>
2015-07-28 23:58:57 +02:00
fa-battery-half
<span class="text-muted">[&amp;#xf242;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-quarter">&#xf243</i>
2015-07-28 23:58:57 +02:00
fa-battery-quarter
<span class="text-muted">[&amp;#xf243;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use battery-three-quarters">&#xf241</i>
2015-07-28 23:58:57 +02:00
fa-battery-three-quarters
<span class="text-muted">[&amp;#xf241;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bed">&#xf236</i>
2015-01-22 19:55:45 +01:00
fa-bed
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf236;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use beer">&#xf0fc</i>
2014-05-14 22:13:14 +02:00
fa-beer
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0fc;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use behance">&#xf1b4</i>
2014-05-14 22:13:14 +02:00
fa-behance
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b4;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use behance-square">&#xf1b5</i>
2014-05-14 22:13:14 +02:00
fa-behance-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b5;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell">&#xf0f3</i>
2014-05-14 22:13:14 +02:00
fa-bell
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f3;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-o">&#xf0a2</i>
2014-05-14 22:13:14 +02:00
fa-bell-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a2;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash">&#xf1f6</i>
2014-08-26 18:51:53 +02:00
fa-bell-slash
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f6;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bell-slash-o">&#xf1f7</i>
2014-08-26 18:51:53 +02:00
fa-bell-slash-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f7;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bicycle">&#xf206</i>
2014-08-26 18:51:53 +02:00
fa-bicycle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf206;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use binoculars">&#xf1e5</i>
2014-08-26 18:51:53 +02:00
fa-binoculars
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e5;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use birthday-cake">&#xf1fd</i>
2014-08-26 18:51:53 +02:00
fa-birthday-cake
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1fd;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bitbucket">&#xf171</i>
2014-05-14 22:13:14 +02:00
fa-bitbucket
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf171;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bitbucket-square">&#xf172</i>
2014-05-14 22:13:14 +02:00
fa-bitbucket-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf172;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bitcoin">&#xf15a</i>
2014-05-14 22:13:14 +02:00
fa-bitcoin
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use black-tie">&#xf27e</i>
2015-07-28 23:58:57 +02:00
fa-black-tie
<span class="text-muted">[&amp;#xf27e;]</span>
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use blind">&#xf29d</i>
2016-04-11 20:10:07 +02:00
fa-blind
<span class="text-muted">[&amp;#xf29d;]</span>
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth">&#xf293</i>
2015-11-23 15:34:19 +01:00
fa-bluetooth
<span class="text-muted">[&amp;#xf293;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bluetooth-b">&#xf294</i>
2015-11-23 15:34:19 +01:00
fa-bluetooth-b
<span class="text-muted">[&amp;#xf294;]</span>
</div>
2015-07-28 23:58:57 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bold">&#xf032</i>
2014-05-14 22:13:14 +02:00
fa-bold
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf032;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bolt">&#xf0e7</i>
2014-05-14 22:13:14 +02:00
fa-bolt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e7;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bomb">&#xf1e2</i>
2014-05-14 22:13:14 +02:00
fa-bomb
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e2;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use book">&#xf02d</i>
2014-05-14 22:13:14 +02:00
fa-book
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02d;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bookmark">&#xf02e</i>
2014-05-14 22:13:14 +02:00
fa-bookmark
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bookmark-o">&#xf097</i>
2014-05-14 22:13:14 +02:00
fa-bookmark-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf097;]</span>
2014-05-14 22:13:14 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use braille">&#xf2a1</i>
2016-04-11 20:10:07 +02:00
fa-braille
<span class="text-muted">[&amp;#xf2a1;]</span>
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use briefcase">&#xf0b1</i>
2014-05-14 22:13:14 +02:00
fa-briefcase
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0b1;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use btc">&#xf15a</i>
2014-05-14 22:13:14 +02:00
fa-btc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bug">&#xf188</i>
2014-05-14 22:13:14 +02:00
fa-bug
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf188;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use building">&#xf1ad</i>
2014-05-14 22:13:14 +02:00
fa-building
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ad;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use building-o">&#xf0f7</i>
2014-05-14 22:13:14 +02:00
fa-building-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f7;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bullhorn">&#xf0a1</i>
2014-05-14 22:13:14 +02:00
fa-bullhorn
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a1;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bullseye">&#xf140</i>
2014-05-14 22:13:14 +02:00
fa-bullseye
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf140;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use bus">&#xf207</i>
2014-08-26 18:51:53 +02:00
fa-bus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf207;]</span>
2014-08-26 18:51:53 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use buysellads">&#xf20d</i>
2015-01-22 19:55:45 +01:00
fa-buysellads
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20d;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cab">&#xf1ba</i>
2014-05-14 22:13:14 +02:00
fa-cab
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ba;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calculator">&#xf1ec</i>
2014-08-26 18:51:53 +02:00
fa-calculator
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ec;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar">&#xf073</i>
2014-05-14 22:13:14 +02:00
fa-calendar
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf073;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-check-o">&#xf274</i>
2015-07-28 23:58:57 +02:00
fa-calendar-check-o
<span class="text-muted">[&amp;#xf274;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-minus-o">&#xf272</i>
2015-07-28 23:58:57 +02:00
fa-calendar-minus-o
<span class="text-muted">[&amp;#xf272;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-o">&#xf133</i>
2014-05-14 22:13:14 +02:00
fa-calendar-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf133;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-plus-o">&#xf271</i>
2015-07-28 23:58:57 +02:00
fa-calendar-plus-o
<span class="text-muted">[&amp;#xf271;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use calendar-times-o">&#xf273</i>
2015-07-28 23:58:57 +02:00
fa-calendar-times-o
<span class="text-muted">[&amp;#xf273;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use camera">&#xf030</i>
2014-05-14 22:13:14 +02:00
fa-camera
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf030;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use camera-retro">&#xf083</i>
2014-05-14 22:13:14 +02:00
fa-camera-retro
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf083;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use car">&#xf1b9</i>
2014-05-14 22:13:14 +02:00
fa-car
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b9;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-down">&#xf0d7</i>
2014-05-14 22:13:14 +02:00
fa-caret-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d7;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-left">&#xf0d9</i>
2014-05-14 22:13:14 +02:00
fa-caret-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d9;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-right">&#xf0da</i>
2014-05-14 22:13:14 +02:00
fa-caret-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0da;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-down">&#xf150</i>
2014-05-14 22:13:14 +02:00
fa-caret-square-o-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf150;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-left">&#xf191</i>
2014-05-14 22:13:14 +02:00
fa-caret-square-o-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf191;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-right">&#xf152</i>
2014-05-14 22:13:14 +02:00
fa-caret-square-o-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf152;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-square-o-up">&#xf151</i>
2014-05-14 22:13:14 +02:00
fa-caret-square-o-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf151;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use caret-up">&#xf0d8</i>
2014-05-14 22:13:14 +02:00
fa-caret-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d8;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cart-arrow-down">&#xf218</i>
2015-01-22 19:55:45 +01:00
fa-cart-arrow-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf218;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cart-plus">&#xf217</i>
2015-01-22 19:55:45 +01:00
fa-cart-plus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf217;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc">&#xf20a</i>
2014-08-26 18:51:53 +02:00
fa-cc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20a;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-amex">&#xf1f3</i>
2014-08-26 18:51:53 +02:00
fa-cc-amex
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f3;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-diners-club">&#xf24c</i>
2015-07-28 23:58:57 +02:00
fa-cc-diners-club
<span class="text-muted">[&amp;#xf24c;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-discover">&#xf1f2</i>
2014-08-26 18:51:53 +02:00
fa-cc-discover
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f2;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-jcb">&#xf24b</i>
2015-07-28 23:58:57 +02:00
fa-cc-jcb
<span class="text-muted">[&amp;#xf24b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-mastercard">&#xf1f1</i>
2014-08-26 18:51:53 +02:00
fa-cc-mastercard
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f1;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-paypal">&#xf1f4</i>
2014-08-26 18:51:53 +02:00
fa-cc-paypal
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f4;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-stripe">&#xf1f5</i>
2014-08-26 18:51:53 +02:00
fa-cc-stripe
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f5;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cc-visa">&#xf1f0</i>
2014-08-26 18:51:53 +02:00
fa-cc-visa
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f0;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use certificate">&#xf0a3</i>
2014-05-14 22:13:14 +02:00
fa-certificate
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a3;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chain">&#xf0c1</i>
2014-05-14 22:13:14 +02:00
fa-chain
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c1;]</span>
2014-05-14 22:13:14 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chain-broken">&#xf127</i>
2014-05-14 22:13:14 +02:00
fa-chain-broken
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf127;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use check">&#xf00c</i>
2014-05-14 22:13:14 +02:00
fa-check
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use check-circle">&#xf058</i>
2014-05-14 22:13:14 +02:00
fa-check-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf058;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use check-circle-o">&#xf05d</i>
2014-05-14 22:13:14 +02:00
fa-check-circle-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf05d;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use check-square">&#xf14a</i>
2014-05-14 22:13:14 +02:00
fa-check-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf14a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use check-square-o">&#xf046</i>
2014-05-14 22:13:14 +02:00
fa-check-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf046;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-down">&#xf13a</i>
2014-05-14 22:13:14 +02:00
fa-chevron-circle-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf13a;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-left">&#xf137</i>
2014-05-14 22:13:14 +02:00
fa-chevron-circle-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf137;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-right">&#xf138</i>
2014-05-14 22:13:14 +02:00
fa-chevron-circle-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf138;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-circle-up">&#xf139</i>
2014-05-14 22:13:14 +02:00
fa-chevron-circle-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf139;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-down">&#xf078</i>
2014-05-14 22:13:14 +02:00
fa-chevron-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf078;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-left">&#xf053</i>
2014-05-14 22:13:14 +02:00
fa-chevron-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf053;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-right">&#xf054</i>
2014-05-14 22:13:14 +02:00
fa-chevron-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf054;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chevron-up">&#xf077</i>
2014-05-14 22:13:14 +02:00
fa-chevron-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf077;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use child">&#xf1ae</i>
2014-05-14 22:13:14 +02:00
fa-child
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ae;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use chrome">&#xf268</i>
2015-07-28 23:58:57 +02:00
fa-chrome
<span class="text-muted">[&amp;#xf268;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use circle">&#xf111</i>
2014-05-14 22:13:14 +02:00
fa-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf111;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-o">&#xf10c</i>
2014-05-14 22:13:14 +02:00
fa-circle-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10c;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-o-notch">&#xf1ce</i>
2014-05-14 22:13:14 +02:00
fa-circle-o-notch
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ce;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use circle-thin">&#xf1db</i>
2014-05-14 22:13:14 +02:00
fa-circle-thin
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1db;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use clipboard">&#xf0ea</i>
2014-05-14 22:13:14 +02:00
fa-clipboard
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ea;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use clock-o">&#xf017</i>
2014-05-14 22:13:14 +02:00
fa-clock-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf017;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use clone">&#xf24d</i>
2015-07-28 23:58:57 +02:00
fa-clone
<span class="text-muted">[&amp;#xf24d;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use close">&#xf00d</i>
2014-08-26 18:51:53 +02:00
fa-close
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00d;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud">&#xf0c2</i>
2014-05-14 22:13:14 +02:00
fa-cloud
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c2;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud-download">&#xf0ed</i>
2014-05-14 22:13:14 +02:00
fa-cloud-download
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ed;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cloud-upload">&#xf0ee</i>
2014-05-14 22:13:14 +02:00
fa-cloud-upload
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ee;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cny">&#xf157</i>
2014-05-14 22:13:14 +02:00
fa-cny
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf157;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use code">&#xf121</i>
2014-05-14 22:13:14 +02:00
fa-code
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf121;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use code-fork">&#xf126</i>
2014-05-14 22:13:14 +02:00
fa-code-fork
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf126;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use codepen">&#xf1cb</i>
2014-05-14 22:13:14 +02:00
fa-codepen
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cb;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use codiepie">&#xf284</i>
2015-11-23 15:34:19 +01:00
fa-codiepie
<span class="text-muted">[&amp;#xf284;]</span>
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use coffee">&#xf0f4</i>
2014-05-14 22:13:14 +02:00
fa-coffee
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f4;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cog">&#xf013</i>
2014-05-14 22:13:14 +02:00
fa-cog
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf013;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cogs">&#xf085</i>
2014-05-14 22:13:14 +02:00
fa-cogs
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf085;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use columns">&#xf0db</i>
2014-05-14 22:13:14 +02:00
fa-columns
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0db;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use comment">&#xf075</i>
2014-05-14 22:13:14 +02:00
fa-comment
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf075;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use comment-o">&#xf0e5</i>
2014-05-14 22:13:14 +02:00
fa-comment-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e5;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use commenting">&#xf27a</i>
2015-07-28 23:58:57 +02:00
fa-commenting
<span class="text-muted">[&amp;#xf27a;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use commenting-o">&#xf27b</i>
2015-07-28 23:58:57 +02:00
fa-commenting-o
<span class="text-muted">[&amp;#xf27b;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use comments">&#xf086</i>
2014-05-14 22:13:14 +02:00
fa-comments
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf086;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use comments-o">&#xf0e6</i>
2014-05-14 22:13:14 +02:00
fa-comments-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e6;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use compass">&#xf14e</i>
2014-05-14 22:13:14 +02:00
fa-compass
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf14e;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use compress">&#xf066</i>
2014-05-14 22:13:14 +02:00
fa-compress
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf066;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use connectdevelop">&#xf20e</i>
2015-01-22 19:55:45 +01:00
fa-connectdevelop
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20e;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use contao">&#xf26d</i>
2015-07-28 23:58:57 +02:00
fa-contao
<span class="text-muted">[&amp;#xf26d;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use copy">&#xf0c5</i>
2014-05-14 22:13:14 +02:00
fa-copy
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c5;]</span>
2014-05-14 22:13:14 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use copyright">&#xf1f9</i>
2014-08-26 18:51:53 +02:00
fa-copyright
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f9;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use creative-commons">&#xf25e</i>
2015-07-28 23:58:57 +02:00
fa-creative-commons
<span class="text-muted">[&amp;#xf25e;]</span>
2014-08-26 18:51:53 +02:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card">&#xf09d</i>
2014-05-14 22:13:14 +02:00
fa-credit-card
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09d;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use credit-card-alt">&#xf283</i>
2015-11-23 15:34:19 +01:00
fa-credit-card-alt
<span class="text-muted">[&amp;#xf283;]</span>
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use crop">&#xf125</i>
2014-05-14 22:13:14 +02:00
fa-crop
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf125;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use crosshairs">&#xf05b</i>
2014-05-14 22:13:14 +02:00
fa-crosshairs
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf05b;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use css3">&#xf13c</i>
2014-05-14 22:13:14 +02:00
fa-css3
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf13c;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cube">&#xf1b2</i>
2014-05-14 22:13:14 +02:00
fa-cube
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b2;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cubes">&#xf1b3</i>
2014-05-14 22:13:14 +02:00
fa-cubes
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b3;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cut">&#xf0c4</i>
2014-05-14 22:13:14 +02:00
fa-cut
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c4;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use cutlery">&#xf0f5</i>
2014-05-14 22:13:14 +02:00
fa-cutlery
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f5;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dashboard">&#xf0e4</i>
2014-05-14 22:13:14 +02:00
fa-dashboard
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e4;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dashcube">&#xf210</i>
2015-01-22 19:55:45 +01:00
fa-dashcube
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf210;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use database">&#xf1c0</i>
2014-05-14 22:13:14 +02:00
fa-database
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c0;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use deaf">&#xf2a4</i>
2016-04-11 20:10:07 +02:00
fa-deaf
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2a4;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use deafness">&#xf2a4</i>
2016-04-11 20:10:07 +02:00
fa-deafness
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2a4;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dedent">&#xf03b</i>
2014-05-14 22:13:14 +02:00
fa-dedent
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03b;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use delicious">&#xf1a5</i>
2014-05-14 22:13:14 +02:00
fa-delicious
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a5;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use desktop">&#xf108</i>
2014-05-14 22:13:14 +02:00
fa-desktop
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf108;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use deviantart">&#xf1bd</i>
2014-05-14 22:13:14 +02:00
fa-deviantart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1bd;]</span>
2014-05-14 22:13:14 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use diamond">&#xf219</i>
2015-01-22 19:55:45 +01:00
fa-diamond
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf219;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-05-14 22:13:14 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use digg">&#xf1a6</i>
2014-05-14 22:13:14 +02:00
fa-digg
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a6;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dollar">&#xf155</i>
2014-05-14 22:13:14 +02:00
fa-dollar
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf155;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dot-circle-o">&#xf192</i>
2014-05-14 22:13:14 +02:00
fa-dot-circle-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf192;]</span>
2014-05-14 22:13:14 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use download">&#xf019</i>
2014-05-14 22:13:14 +02:00
fa-download
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf019;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dribbble">&#xf17d</i>
2014-05-14 22:13:14 +02:00
fa-dribbble
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf17d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use dropbox">&#xf16b</i>
2014-05-14 22:13:14 +02:00
fa-dropbox
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf16b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use drupal">&#xf1a9</i>
2014-05-14 22:13:14 +02:00
fa-drupal
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a9;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use edge">&#xf282</i>
2015-11-23 15:34:19 +01:00
fa-edge
<span class="text-muted">[&amp;#xf282;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use edit">&#xf044</i>
2014-05-14 22:13:14 +02:00
fa-edit
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf044;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eject">&#xf052</i>
2014-05-14 22:13:14 +02:00
fa-eject
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf052;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ellipsis-h">&#xf141</i>
2014-05-14 22:13:14 +02:00
fa-ellipsis-h
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf141;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ellipsis-v">&#xf142</i>
2014-05-14 22:13:14 +02:00
fa-ellipsis-v
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf142;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use empire">&#xf1d1</i>
2014-05-14 22:13:14 +02:00
fa-empire
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope">&#xf0e0</i>
2014-05-14 22:13:14 +02:00
fa-envelope
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope-o">&#xf003</i>
2014-05-14 22:13:14 +02:00
fa-envelope-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf003;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use envelope-square">&#xf199</i>
2014-05-14 22:13:14 +02:00
fa-envelope-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf199;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use envira">&#xf299</i>
2016-04-11 20:10:07 +02:00
fa-envira
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf299;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eraser">&#xf12d</i>
2014-05-14 22:13:14 +02:00
fa-eraser
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf12d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eur">&#xf153</i>
2014-05-14 22:13:14 +02:00
fa-eur
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf153;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use euro">&#xf153</i>
2014-05-14 22:13:14 +02:00
fa-euro
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf153;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use exchange">&#xf0ec</i>
2014-05-14 22:13:14 +02:00
fa-exchange
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ec;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation">&#xf12a</i>
2014-05-14 22:13:14 +02:00
fa-exclamation
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf12a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation-circle">&#xf06a</i>
2014-05-14 22:13:14 +02:00
fa-exclamation-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf06a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use exclamation-triangle">&#xf071</i>
2014-05-14 22:13:14 +02:00
fa-exclamation-triangle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf071;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use expand">&#xf065</i>
2014-05-14 22:13:14 +02:00
fa-expand
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf065;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use expeditedssl">&#xf23e</i>
2015-07-28 23:58:57 +02:00
fa-expeditedssl
<span class="text-muted">[&amp;#xf23e;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use external-link">&#xf08e</i>
2014-05-14 22:13:14 +02:00
fa-external-link
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf08e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use external-link-square">&#xf14c</i>
2014-05-14 22:13:14 +02:00
fa-external-link-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf14c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eye">&#xf06e</i>
2014-05-14 22:13:14 +02:00
fa-eye
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf06e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eye-slash">&#xf070</i>
2014-05-14 22:13:14 +02:00
fa-eye-slash
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf070;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use eyedropper">&#xf1fb</i>
2014-08-26 18:51:53 +02:00
fa-eyedropper
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1fb;]</span>
2014-08-26 18:51:53 +02:00
</div>
2016-05-13 17:45:24 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fa">&#xf2b4</i>
fa-fa
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2b4;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook">&#xf09a</i>
2014-05-14 22:13:14 +02:00
fa-facebook
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09a;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-f">&#xf09a</i>
2015-01-22 19:55:45 +01:00
fa-facebook-f
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09a;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-official">&#xf230</i>
2015-01-22 19:55:45 +01:00
fa-facebook-official
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf230;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use facebook-square">&#xf082</i>
2014-05-14 22:13:14 +02:00
fa-facebook-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf082;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fast-backward">&#xf049</i>
2014-05-14 22:13:14 +02:00
fa-fast-backward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf049;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fast-forward">&#xf050</i>
2014-05-14 22:13:14 +02:00
fa-fast-forward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf050;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fax">&#xf1ac</i>
2014-05-14 22:13:14 +02:00
fa-fax
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ac;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use feed">&#xf09e</i>
2015-07-28 23:58:57 +02:00
fa-feed
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf09e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use female">&#xf182</i>
2014-05-14 22:13:14 +02:00
fa-female
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf182;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fighter-jet">&#xf0fb</i>
2014-05-14 22:13:14 +02:00
fa-fighter-jet
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0fb;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file">&#xf15b</i>
2014-05-14 22:13:14 +02:00
fa-file
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-archive-o">&#xf1c6</i>
2014-05-14 22:13:14 +02:00
fa-file-archive-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-audio-o">&#xf1c7</i>
2014-05-14 22:13:14 +02:00
fa-file-audio-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-code-o">&#xf1c9</i>
2014-05-14 22:13:14 +02:00
fa-file-code-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c9;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-excel-o">&#xf1c3</i>
2014-05-14 22:13:14 +02:00
fa-file-excel-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-image-o">&#xf1c5</i>
2014-05-14 22:13:14 +02:00
fa-file-image-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-movie-o">&#xf1c8</i>
2014-05-14 22:13:14 +02:00
fa-file-movie-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-o">&#xf016</i>
2014-05-14 22:13:14 +02:00
fa-file-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf016;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-pdf-o">&#xf1c1</i>
2014-05-14 22:13:14 +02:00
fa-file-pdf-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-photo-o">&#xf1c5</i>
2014-05-14 22:13:14 +02:00
fa-file-photo-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-picture-o">&#xf1c5</i>
2014-05-14 22:13:14 +02:00
fa-file-picture-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-powerpoint-o">&#xf1c4</i>
2014-05-14 22:13:14 +02:00
fa-file-powerpoint-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c4;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-sound-o">&#xf1c7</i>
2014-05-14 22:13:14 +02:00
fa-file-sound-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-text">&#xf15c</i>
2014-05-14 22:13:14 +02:00
fa-file-text
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-text-o">&#xf0f6</i>
2014-05-14 22:13:14 +02:00
fa-file-text-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-video-o">&#xf1c8</i>
2014-05-14 22:13:14 +02:00
fa-file-video-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-word-o">&#xf1c2</i>
2014-05-14 22:13:14 +02:00
fa-file-word-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c2;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use file-zip-o">&#xf1c6</i>
2014-05-14 22:13:14 +02:00
fa-file-zip-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1c6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use files-o">&#xf0c5</i>
2014-05-14 22:13:14 +02:00
fa-files-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use film">&#xf008</i>
2014-05-14 22:13:14 +02:00
fa-film
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf008;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use filter">&#xf0b0</i>
2014-05-14 22:13:14 +02:00
fa-filter
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0b0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fire">&#xf06d</i>
2014-05-14 22:13:14 +02:00
fa-fire
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf06d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fire-extinguisher">&#xf134</i>
2014-05-14 22:13:14 +02:00
fa-fire-extinguisher
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf134;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use firefox">&#xf269</i>
2015-07-28 23:58:57 +02:00
fa-firefox
<span class="text-muted">[&amp;#xf269;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-04 18:12:43 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use first-order">&#xf2b0</i>
fa-first-order
<span class="text-muted">[&amp;#xf2b0;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flag">&#xf024</i>
2014-05-14 22:13:14 +02:00
fa-flag
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf024;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flag-checkered">&#xf11e</i>
2014-05-14 22:13:14 +02:00
fa-flag-checkered
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf11e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flag-o">&#xf11d</i>
2014-05-14 22:13:14 +02:00
fa-flag-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf11d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flash">&#xf0e7</i>
2014-05-14 22:13:14 +02:00
fa-flash
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flask">&#xf0c3</i>
2014-05-14 22:13:14 +02:00
fa-flask
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use flickr">&#xf16e</i>
2014-05-14 22:13:14 +02:00
fa-flickr
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf16e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use floppy-o">&#xf0c7</i>
2014-05-14 22:13:14 +02:00
fa-floppy-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use folder">&#xf07b</i>
2014-05-14 22:13:14 +02:00
fa-folder
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf07b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-o">&#xf114</i>
2014-05-14 22:13:14 +02:00
fa-folder-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf114;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-open">&#xf07c</i>
2014-05-14 22:13:14 +02:00
fa-folder-open
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf07c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use folder-open-o">&#xf115</i>
2014-05-14 22:13:14 +02:00
fa-folder-open-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf115;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use font">&#xf031</i>
2014-05-14 22:13:14 +02:00
fa-font
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf031;]</span>
</div>
2016-05-13 17:45:24 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use font-awesome">&#xf2b4</i>
fa-font-awesome
<span class="text-muted">[&amp;#xf2b4;]</span>
</div>
2015-07-28 23:58:57 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fonticons">&#xf280</i>
2015-07-28 23:58:57 +02:00
fa-fonticons
<span class="text-muted">[&amp;#xf280;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use fort-awesome">&#xf286</i>
2015-11-23 15:34:19 +01:00
fa-fort-awesome
<span class="text-muted">[&amp;#xf286;]</span>
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use forumbee">&#xf211</i>
2015-01-22 19:55:45 +01:00
fa-forumbee
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf211;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use forward">&#xf04e</i>
2014-05-14 22:13:14 +02:00
fa-forward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf04e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use foursquare">&#xf180</i>
2014-05-14 22:13:14 +02:00
fa-foursquare
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf180;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use frown-o">&#xf119</i>
2014-05-14 22:13:14 +02:00
fa-frown-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf119;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use futbol-o">&#xf1e3</i>
2014-08-26 18:51:53 +02:00
fa-futbol-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e3;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gamepad">&#xf11b</i>
2014-05-14 22:13:14 +02:00
fa-gamepad
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf11b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gavel">&#xf0e3</i>
2014-05-14 22:13:14 +02:00
fa-gavel
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gbp">&#xf154</i>
2014-05-14 22:13:14 +02:00
fa-gbp
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf154;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ge">&#xf1d1</i>
2014-05-14 22:13:14 +02:00
fa-ge
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gear">&#xf013</i>
2014-05-14 22:13:14 +02:00
fa-gear
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf013;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gears">&#xf085</i>
2014-05-14 22:13:14 +02:00
fa-gears
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf085;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use genderless">&#xf22d</i>
2015-01-22 19:55:45 +01:00
fa-genderless
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf22d;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use get-pocket">&#xf265</i>
2015-07-28 23:58:57 +02:00
fa-get-pocket
<span class="text-muted">[&amp;#xf265;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gg">&#xf260</i>
2015-07-28 23:58:57 +02:00
fa-gg
<span class="text-muted">[&amp;#xf260;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gg-circle">&#xf261</i>
2015-07-28 23:58:57 +02:00
fa-gg-circle
<span class="text-muted">[&amp;#xf261;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gift">&#xf06b</i>
2014-05-14 22:13:14 +02:00
fa-gift
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf06b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use git">&#xf1d3</i>
2014-05-14 22:13:14 +02:00
fa-git
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use git-square">&#xf1d2</i>
2014-05-14 22:13:14 +02:00
fa-git-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d2;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use github">&#xf09b</i>
2014-05-14 22:13:14 +02:00
fa-github
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use github-alt">&#xf113</i>
2014-05-14 22:13:14 +02:00
fa-github-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf113;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use github-square">&#xf092</i>
2014-05-14 22:13:14 +02:00
fa-github-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf092;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gitlab">&#xf296</i>
2016-04-11 20:10:07 +02:00
fa-gitlab
<span class="text-muted">[&amp;#xf296;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gittip">&#xf184</i>
2014-05-14 22:13:14 +02:00
fa-gittip
2015-01-22 19:55:45 +01:00
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf184;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use glass">&#xf000</i>
2014-05-14 22:13:14 +02:00
fa-glass
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf000;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use glide">&#xf2a5</i>
2016-04-11 20:10:07 +02:00
fa-glide
<span class="text-muted">[&amp;#xf2a5;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use glide-g">&#xf2a6</i>
2016-04-11 20:10:07 +02:00
fa-glide-g
<span class="text-muted">[&amp;#xf2a6;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use globe">&#xf0ac</i>
2014-05-14 22:13:14 +02:00
fa-globe
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ac;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google">&#xf1a0</i>
2014-05-14 22:13:14 +02:00
fa-google
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus">&#xf0d5</i>
2014-05-14 22:13:14 +02:00
fa-google-plus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d5;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-13 17:45:24 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-circle">&#xf2b3</i>
fa-google-plus-circle
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2b3;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-official">&#xf2b3</i>
fa-google-plus-official
<span class="text-muted">[&amp;#xf2b3;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-plus-square">&#xf0d4</i>
2014-05-14 22:13:14 +02:00
fa-google-plus-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d4;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use google-wallet">&#xf1ee</i>
2014-08-26 18:51:53 +02:00
fa-google-wallet
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ee;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use graduation-cap">&#xf19d</i>
2014-05-14 22:13:14 +02:00
fa-graduation-cap
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19d;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use gratipay">&#xf184</i>
2015-01-22 19:55:45 +01:00
fa-gratipay
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf184;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use group">&#xf0c0</i>
2014-05-14 22:13:14 +02:00
fa-group
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use h-square">&#xf0fd</i>
2014-05-14 22:13:14 +02:00
fa-h-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0fd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hacker-news">&#xf1d4</i>
2014-05-14 22:13:14 +02:00
fa-hacker-news
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d4;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-grab-o">&#xf255</i>
2015-07-28 23:58:57 +02:00
fa-hand-grab-o
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf255;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-lizard-o">&#xf258</i>
2015-07-28 23:58:57 +02:00
fa-hand-lizard-o
<span class="text-muted">[&amp;#xf258;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-down">&#xf0a7</i>
2014-05-14 22:13:14 +02:00
fa-hand-o-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-left">&#xf0a5</i>
2014-05-14 22:13:14 +02:00
fa-hand-o-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-right">&#xf0a4</i>
2014-05-14 22:13:14 +02:00
fa-hand-o-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a4;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-o-up">&#xf0a6</i>
2014-05-14 22:13:14 +02:00
fa-hand-o-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a6;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-paper-o">&#xf256</i>
2015-07-28 23:58:57 +02:00
fa-hand-paper-o
<span class="text-muted">[&amp;#xf256;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-peace-o">&#xf25b</i>
2015-07-28 23:58:57 +02:00
fa-hand-peace-o
<span class="text-muted">[&amp;#xf25b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-pointer-o">&#xf25a</i>
2015-07-28 23:58:57 +02:00
fa-hand-pointer-o
<span class="text-muted">[&amp;#xf25a;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-rock-o">&#xf255</i>
2015-07-28 23:58:57 +02:00
fa-hand-rock-o
<span class="text-muted">[&amp;#xf255;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-scissors-o">&#xf257</i>
2015-07-28 23:58:57 +02:00
fa-hand-scissors-o
<span class="text-muted">[&amp;#xf257;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-spock-o">&#xf259</i>
2015-07-28 23:58:57 +02:00
fa-hand-spock-o
<span class="text-muted">[&amp;#xf259;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hand-stop-o">&#xf256</i>
2015-07-28 23:58:57 +02:00
fa-hand-stop-o
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf256;]</span>
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hard-of-hearing">&#xf2a4</i>
2016-04-11 20:10:07 +02:00
fa-hard-of-hearing
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2a4;]</span>
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hashtag">&#xf292</i>
2015-11-23 15:34:19 +01:00
fa-hashtag
<span class="text-muted">[&amp;#xf292;]</span>
</div>
2015-07-28 23:58:57 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hdd-o">&#xf0a0</i>
2014-05-14 22:13:14 +02:00
fa-hdd-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0a0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use header">&#xf1dc</i>
2014-05-14 22:13:14 +02:00
fa-header
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1dc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use headphones">&#xf025</i>
2014-05-14 22:13:14 +02:00
fa-headphones
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf025;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use heart">&#xf004</i>
2014-05-14 22:13:14 +02:00
fa-heart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf004;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use heart-o">&#xf08a</i>
2014-05-14 22:13:14 +02:00
fa-heart-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf08a;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use heartbeat">&#xf21e</i>
2015-01-22 19:55:45 +01:00
fa-heartbeat
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf21e;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use history">&#xf1da</i>
2014-05-14 22:13:14 +02:00
fa-history
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1da;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use home">&#xf015</i>
2014-05-14 22:13:14 +02:00
fa-home
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf015;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hospital-o">&#xf0f8</i>
2014-05-14 22:13:14 +02:00
fa-hospital-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f8;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hotel">&#xf236</i>
2015-01-22 19:55:45 +01:00
fa-hotel
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf236;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass">&#xf254</i>
2015-07-28 23:58:57 +02:00
fa-hourglass
<span class="text-muted">[&amp;#xf254;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-1">&#xf251</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-1
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf251;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-2">&#xf252</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-2
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf252;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-3">&#xf253</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-3
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf253;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-end">&#xf253</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-end
<span class="text-muted">[&amp;#xf253;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-half">&#xf252</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-half
<span class="text-muted">[&amp;#xf252;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-o">&#xf250</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-o
<span class="text-muted">[&amp;#xf250;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use hourglass-start">&#xf251</i>
2015-07-28 23:58:57 +02:00
fa-hourglass-start
<span class="text-muted">[&amp;#xf251;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use houzz">&#xf27c</i>
2015-07-28 23:58:57 +02:00
fa-houzz
<span class="text-muted">[&amp;#xf27c;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use html5">&#xf13b</i>
2014-05-14 22:13:14 +02:00
fa-html5
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf13b;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use i-cursor">&#xf246</i>
2015-07-28 23:58:57 +02:00
fa-i-cursor
<span class="text-muted">[&amp;#xf246;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ils">&#xf20b</i>
2014-08-26 18:51:53 +02:00
fa-ils
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20b;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use image">&#xf03e</i>
2014-05-14 22:13:14 +02:00
fa-image
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use inbox">&#xf01c</i>
2014-05-14 22:13:14 +02:00
fa-inbox
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use indent">&#xf03c</i>
2014-05-14 22:13:14 +02:00
fa-indent
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use industry">&#xf275</i>
2015-07-28 23:58:57 +02:00
fa-industry
<span class="text-muted">[&amp;#xf275;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use info">&#xf129</i>
2014-05-14 22:13:14 +02:00
fa-info
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf129;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use info-circle">&#xf05a</i>
2014-05-14 22:13:14 +02:00
fa-info-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf05a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use inr">&#xf156</i>
2014-05-14 22:13:14 +02:00
fa-inr
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf156;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-05-13 17:45:24 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use instagram">&#xf16d</i>
2014-05-14 22:13:14 +02:00
fa-instagram
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf16d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use institution">&#xf19c</i>
2014-05-14 22:13:14 +02:00
fa-institution
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use internet-explorer">&#xf26b</i>
2015-07-28 23:58:57 +02:00
fa-internet-explorer
<span class="text-muted">[&amp;#xf26b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use intersex">&#xf224</i>
2015-07-28 23:58:57 +02:00
fa-intersex
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf224;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ioxhost">&#xf208</i>
2014-08-26 18:51:53 +02:00
fa-ioxhost
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf208;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use italic">&#xf033</i>
2014-05-14 22:13:14 +02:00
fa-italic
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf033;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use joomla">&#xf1aa</i>
2014-05-14 22:13:14 +02:00
fa-joomla
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1aa;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use jpy">&#xf157</i>
2014-05-14 22:13:14 +02:00
fa-jpy
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf157;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use jsfiddle">&#xf1cc</i>
2014-05-14 22:13:14 +02:00
fa-jsfiddle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use key">&#xf084</i>
2014-05-14 22:13:14 +02:00
fa-key
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf084;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use keyboard-o">&#xf11c</i>
2014-05-14 22:13:14 +02:00
fa-keyboard-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf11c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use krw">&#xf159</i>
2014-05-14 22:13:14 +02:00
fa-krw
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf159;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use language">&#xf1ab</i>
2014-05-14 22:13:14 +02:00
fa-language
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ab;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use laptop">&#xf109</i>
2014-05-14 22:13:14 +02:00
fa-laptop
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf109;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use lastfm">&#xf202</i>
2014-08-26 18:51:53 +02:00
fa-lastfm
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf202;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use lastfm-square">&#xf203</i>
2014-08-26 18:51:53 +02:00
fa-lastfm-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf203;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use leaf">&#xf06c</i>
2014-05-14 22:13:14 +02:00
fa-leaf
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf06c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use leanpub">&#xf212</i>
2015-01-22 19:55:45 +01:00
fa-leanpub
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf212;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use legal">&#xf0e3</i>
2014-05-14 22:13:14 +02:00
fa-legal
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use lemon-o">&#xf094</i>
2014-05-14 22:13:14 +02:00
fa-lemon-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf094;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use level-down">&#xf149</i>
2014-05-14 22:13:14 +02:00
fa-level-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf149;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use level-up">&#xf148</i>
2014-05-14 22:13:14 +02:00
fa-level-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf148;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use life-bouy">&#xf1cd</i>
2014-05-14 22:13:14 +02:00
fa-life-bouy
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cd;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use life-buoy">&#xf1cd</i>
2014-08-26 18:51:53 +02:00
fa-life-buoy
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cd;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use life-ring">&#xf1cd</i>
2014-05-14 22:13:14 +02:00
fa-life-ring
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use life-saver">&#xf1cd</i>
2014-05-14 22:13:14 +02:00
fa-life-saver
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use lightbulb-o">&#xf0eb</i>
2014-05-14 22:13:14 +02:00
fa-lightbulb-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0eb;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use line-chart">&#xf201</i>
2014-08-26 18:51:53 +02:00
fa-line-chart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf201;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use link">&#xf0c1</i>
2014-05-14 22:13:14 +02:00
fa-link
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use linkedin">&#xf0e1</i>
2014-05-14 22:13:14 +02:00
fa-linkedin
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use linkedin-square">&#xf08c</i>
2014-05-14 22:13:14 +02:00
fa-linkedin-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf08c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use linux">&#xf17c</i>
2014-05-14 22:13:14 +02:00
fa-linux
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf17c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use list">&#xf03a</i>
2014-05-14 22:13:14 +02:00
fa-list
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use list-alt">&#xf022</i>
2014-05-14 22:13:14 +02:00
fa-list-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf022;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use list-ol">&#xf0cb</i>
2014-05-14 22:13:14 +02:00
fa-list-ol
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0cb;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use list-ul">&#xf0ca</i>
2014-05-14 22:13:14 +02:00
fa-list-ul
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ca;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use location-arrow">&#xf124</i>
2014-05-14 22:13:14 +02:00
fa-location-arrow
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf124;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use lock">&#xf023</i>
2014-05-14 22:13:14 +02:00
fa-lock
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf023;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-down">&#xf175</i>
2014-05-14 22:13:14 +02:00
fa-long-arrow-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf175;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-left">&#xf177</i>
2014-05-14 22:13:14 +02:00
fa-long-arrow-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf177;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-right">&#xf178</i>
2014-05-14 22:13:14 +02:00
fa-long-arrow-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf178;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use long-arrow-up">&#xf176</i>
2014-05-14 22:13:14 +02:00
fa-long-arrow-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf176;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use low-vision">&#xf2a8</i>
2016-04-11 20:10:07 +02:00
fa-low-vision
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2a8;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use magic">&#xf0d0</i>
2014-05-14 22:13:14 +02:00
fa-magic
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use magnet">&#xf076</i>
2014-05-14 22:13:14 +02:00
fa-magnet
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf076;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-forward">&#xf064</i>
2014-05-14 22:13:14 +02:00
fa-mail-forward
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf064;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-reply">&#xf112</i>
2014-05-14 22:13:14 +02:00
fa-mail-reply
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf112;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mail-reply-all">&#xf122</i>
2014-05-14 22:13:14 +02:00
fa-mail-reply-all
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf122;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use male">&#xf183</i>
2014-05-14 22:13:14 +02:00
fa-male
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf183;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use map">&#xf279</i>
2015-07-28 23:58:57 +02:00
fa-map
<span class="text-muted">[&amp;#xf279;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use map-marker">&#xf041</i>
2014-05-14 22:13:14 +02:00
fa-map-marker
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf041;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use map-o">&#xf278</i>
2015-07-28 23:58:57 +02:00
fa-map-o
<span class="text-muted">[&amp;#xf278;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use map-pin">&#xf276</i>
2015-07-28 23:58:57 +02:00
fa-map-pin
<span class="text-muted">[&amp;#xf276;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use map-signs">&#xf277</i>
2015-07-28 23:58:57 +02:00
fa-map-signs
<span class="text-muted">[&amp;#xf277;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars">&#xf222</i>
2015-01-22 19:55:45 +01:00
fa-mars
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf222;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-double">&#xf227</i>
2015-01-22 19:55:45 +01:00
fa-mars-double
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf227;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke">&#xf229</i>
2015-01-22 19:55:45 +01:00
fa-mars-stroke
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf229;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke-h">&#xf22b</i>
2015-01-22 19:55:45 +01:00
fa-mars-stroke-h
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf22b;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mars-stroke-v">&#xf22a</i>
2015-01-22 19:55:45 +01:00
fa-mars-stroke-v
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf22a;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use maxcdn">&#xf136</i>
2014-05-14 22:13:14 +02:00
fa-maxcdn
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf136;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use meanpath">&#xf20c</i>
2014-08-26 18:51:53 +02:00
fa-meanpath
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20c;]</span>
2014-08-26 18:51:53 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use medium">&#xf23a</i>
2015-01-22 19:55:45 +01:00
fa-medium
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf23a;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use medkit">&#xf0fa</i>
2014-05-14 22:13:14 +02:00
fa-medkit
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0fa;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use meh-o">&#xf11a</i>
2014-05-14 22:13:14 +02:00
fa-meh-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf11a;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mercury">&#xf223</i>
2015-01-22 19:55:45 +01:00
fa-mercury
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf223;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use microphone">&#xf130</i>
2014-05-14 22:13:14 +02:00
fa-microphone
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf130;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use microphone-slash">&#xf131</i>
2014-05-14 22:13:14 +02:00
fa-microphone-slash
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf131;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use minus">&#xf068</i>
2014-05-14 22:13:14 +02:00
fa-minus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf068;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-circle">&#xf056</i>
2014-05-14 22:13:14 +02:00
fa-minus-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf056;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-square">&#xf146</i>
2014-05-14 22:13:14 +02:00
fa-minus-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf146;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use minus-square-o">&#xf147</i>
2014-05-14 22:13:14 +02:00
fa-minus-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf147;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mixcloud">&#xf289</i>
2015-11-23 15:34:19 +01:00
fa-mixcloud
<span class="text-muted">[&amp;#xf289;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mobile">&#xf10b</i>
2014-05-14 22:13:14 +02:00
fa-mobile
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mobile-phone">&#xf10b</i>
2014-05-14 22:13:14 +02:00
fa-mobile-phone
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10b;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use modx">&#xf285</i>
2015-11-23 15:34:19 +01:00
fa-modx
<span class="text-muted">[&amp;#xf285;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use money">&#xf0d6</i>
2014-05-14 22:13:14 +02:00
fa-money
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use moon-o">&#xf186</i>
2014-05-14 22:13:14 +02:00
fa-moon-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf186;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mortar-board">&#xf19d</i>
2014-05-14 22:13:14 +02:00
fa-mortar-board
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19d;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use motorcycle">&#xf21c</i>
2015-01-22 19:55:45 +01:00
fa-motorcycle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf21c;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use mouse-pointer">&#xf245</i>
2015-07-28 23:58:57 +02:00
fa-mouse-pointer
<span class="text-muted">[&amp;#xf245;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use music">&#xf001</i>
2014-05-14 22:13:14 +02:00
fa-music
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf001;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use navicon">&#xf0c9</i>
2014-05-14 22:13:14 +02:00
fa-navicon
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c9;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use neuter">&#xf22c</i>
2015-01-22 19:55:45 +01:00
fa-neuter
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf22c;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use newspaper-o">&#xf1ea</i>
2014-08-26 18:51:53 +02:00
fa-newspaper-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ea;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use object-group">&#xf247</i>
2015-07-28 23:58:57 +02:00
fa-object-group
<span class="text-muted">[&amp;#xf247;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use object-ungroup">&#xf248</i>
2015-07-28 23:58:57 +02:00
fa-object-ungroup
<span class="text-muted">[&amp;#xf248;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use odnoklassniki">&#xf263</i>
2015-07-28 23:58:57 +02:00
fa-odnoklassniki
<span class="text-muted">[&amp;#xf263;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use odnoklassniki-square">&#xf264</i>
2015-07-28 23:58:57 +02:00
fa-odnoklassniki-square
<span class="text-muted">[&amp;#xf264;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use opencart">&#xf23d</i>
2015-07-28 23:58:57 +02:00
fa-opencart
<span class="text-muted">[&amp;#xf23d;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use openid">&#xf19b</i>
2014-05-14 22:13:14 +02:00
fa-openid
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use opera">&#xf26a</i>
2015-07-28 23:58:57 +02:00
fa-opera
<span class="text-muted">[&amp;#xf26a;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use optin-monster">&#xf23c</i>
2015-07-28 23:58:57 +02:00
fa-optin-monster
<span class="text-muted">[&amp;#xf23c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use outdent">&#xf03b</i>
2014-05-14 22:13:14 +02:00
fa-outdent
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pagelines">&#xf18c</i>
2014-05-14 22:13:14 +02:00
fa-pagelines
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf18c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paint-brush">&#xf1fc</i>
2014-08-26 18:51:53 +02:00
fa-paint-brush
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1fc;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paper-plane">&#xf1d8</i>
2014-05-14 22:13:14 +02:00
fa-paper-plane
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paper-plane-o">&#xf1d9</i>
2014-05-14 22:13:14 +02:00
fa-paper-plane-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d9;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paperclip">&#xf0c6</i>
2013-10-23 17:12:39 +02:00
fa-paperclip
2014-05-14 22:13:14 +02:00
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paragraph">&#xf1dd</i>
2014-05-14 22:13:14 +02:00
fa-paragraph
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1dd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paste">&#xf0ea</i>
2014-05-14 22:13:14 +02:00
fa-paste
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ea;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pause">&#xf04c</i>
2014-05-14 22:13:14 +02:00
fa-pause
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf04c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pause-circle">&#xf28b</i>
2015-11-23 15:34:19 +01:00
fa-pause-circle
<span class="text-muted">[&amp;#xf28b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pause-circle-o">&#xf28c</i>
2015-11-23 15:34:19 +01:00
fa-pause-circle-o
<span class="text-muted">[&amp;#xf28c;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paw">&#xf1b0</i>
2014-05-14 22:13:14 +02:00
fa-paw
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b0;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use paypal">&#xf1ed</i>
2014-08-26 18:51:53 +02:00
fa-paypal
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ed;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil">&#xf040</i>
2014-05-14 22:13:14 +02:00
fa-pencil
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf040;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil-square">&#xf14b</i>
2014-05-14 22:13:14 +02:00
fa-pencil-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf14b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pencil-square-o">&#xf044</i>
2014-05-14 22:13:14 +02:00
fa-pencil-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf044;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use percent">&#xf295</i>
2015-11-23 15:34:19 +01:00
fa-percent
<span class="text-muted">[&amp;#xf295;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use phone">&#xf095</i>
2014-05-14 22:13:14 +02:00
fa-phone
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf095;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use phone-square">&#xf098</i>
2014-05-14 22:13:14 +02:00
fa-phone-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf098;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use photo">&#xf03e</i>
2014-05-14 22:13:14 +02:00
fa-photo
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use picture-o">&#xf03e</i>
2014-05-14 22:13:14 +02:00
fa-picture-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03e;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pie-chart">&#xf200</i>
2014-08-26 18:51:53 +02:00
fa-pie-chart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf200;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2016-05-04 18:12:43 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper">&#xf2ae</i>
2014-05-14 22:13:14 +02:00
fa-pied-piper
2016-05-04 18:12:43 +02:00
<span class="text-muted">[&amp;#xf2ae;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper-alt">&#xf1a8</i>
2014-05-14 22:13:14 +02:00
fa-pied-piper-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a8;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-04 18:12:43 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pied-piper-pp">&#xf1a7</i>
fa-pied-piper-pp
<span class="text-muted">[&amp;#xf1a7;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest">&#xf0d2</i>
2014-05-14 22:13:14 +02:00
fa-pinterest
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d2;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest-p">&#xf231</i>
2015-01-22 19:55:45 +01:00
fa-pinterest-p
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf231;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use pinterest-square">&#xf0d3</i>
2014-05-14 22:13:14 +02:00
fa-pinterest-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plane">&#xf072</i>
2014-05-14 22:13:14 +02:00
fa-plane
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf072;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use play">&#xf04b</i>
2014-05-14 22:13:14 +02:00
fa-play
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf04b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use play-circle">&#xf144</i>
2014-05-14 22:13:14 +02:00
fa-play-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf144;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use play-circle-o">&#xf01d</i>
2014-05-14 22:13:14 +02:00
fa-play-circle-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01d;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plug">&#xf1e6</i>
2014-08-26 18:51:53 +02:00
fa-plug
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e6;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus">&#xf067</i>
2014-05-14 22:13:14 +02:00
fa-plus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf067;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-circle">&#xf055</i>
2014-05-14 22:13:14 +02:00
fa-plus-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf055;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-square">&#xf0fe</i>
2014-05-14 22:13:14 +02:00
fa-plus-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0fe;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use plus-square-o">&#xf196</i>
2014-05-14 22:13:14 +02:00
fa-plus-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf196;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use power-off">&#xf011</i>
2014-05-14 22:13:14 +02:00
fa-power-off
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf011;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use print">&#xf02f</i>
2014-05-14 22:13:14 +02:00
fa-print
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02f;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use product-hunt">&#xf288</i>
2015-11-23 15:34:19 +01:00
fa-product-hunt
<span class="text-muted">[&amp;#xf288;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use puzzle-piece">&#xf12e</i>
2014-05-14 22:13:14 +02:00
fa-puzzle-piece
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf12e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use qq">&#xf1d6</i>
2014-05-14 22:13:14 +02:00
fa-qq
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use qrcode">&#xf029</i>
2014-05-14 22:13:14 +02:00
fa-qrcode
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf029;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use question">&#xf128</i>
2014-05-14 22:13:14 +02:00
fa-question
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf128;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use question-circle">&#xf059</i>
2014-05-14 22:13:14 +02:00
fa-question-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf059;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use question-circle-o">&#xf29c</i>
2016-04-11 20:10:07 +02:00
fa-question-circle-o
<span class="text-muted">[&amp;#xf29c;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use quote-left">&#xf10d</i>
2014-05-14 22:13:14 +02:00
fa-quote-left
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use quote-right">&#xf10e</i>
2014-05-14 22:13:14 +02:00
fa-quote-right
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ra">&#xf1d0</i>
2014-05-14 22:13:14 +02:00
fa-ra
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use random">&#xf074</i>
2014-05-14 22:13:14 +02:00
fa-random
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf074;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rebel">&#xf1d0</i>
2014-05-14 22:13:14 +02:00
fa-rebel
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use recycle">&#xf1b8</i>
2014-05-14 22:13:14 +02:00
fa-recycle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit">&#xf1a1</i>
2014-05-14 22:13:14 +02:00
fa-reddit
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a1;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit-alien">&#xf281</i>
2015-11-23 15:34:19 +01:00
fa-reddit-alien
<span class="text-muted">[&amp;#xf281;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reddit-square">&#xf1a2</i>
2014-05-14 22:13:14 +02:00
fa-reddit-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a2;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use refresh">&#xf021</i>
2014-05-14 22:13:14 +02:00
fa-refresh
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf021;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use registered">&#xf25d</i>
2015-07-28 23:58:57 +02:00
fa-registered
<span class="text-muted">[&amp;#xf25d;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use remove">&#xf00d</i>
2014-08-26 18:51:53 +02:00
fa-remove
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00d;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use renren">&#xf18b</i>
2014-05-14 22:13:14 +02:00
fa-renren
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf18b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reorder">&#xf0c9</i>
2014-05-14 22:13:14 +02:00
fa-reorder
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c9;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use repeat">&#xf01e</i>
2014-05-14 22:13:14 +02:00
fa-repeat
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reply">&#xf112</i>
2014-05-14 22:13:14 +02:00
fa-reply
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf112;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use reply-all">&#xf122</i>
2014-05-14 22:13:14 +02:00
fa-reply-all
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf122;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-04 18:12:43 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use resistance">&#xf1d0</i>
fa-resistance
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf1d0;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use retweet">&#xf079</i>
2014-05-14 22:13:14 +02:00
fa-retweet
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf079;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rmb">&#xf157</i>
2014-05-14 22:13:14 +02:00
fa-rmb
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf157;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use road">&#xf018</i>
2014-05-14 22:13:14 +02:00
fa-road
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf018;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rocket">&#xf135</i>
2014-05-14 22:13:14 +02:00
fa-rocket
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf135;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rotate-left">&#xf0e2</i>
2014-05-14 22:13:14 +02:00
fa-rotate-left
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e2;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rotate-right">&#xf01e</i>
2014-05-14 22:13:14 +02:00
fa-rotate-right
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf01e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rouble">&#xf158</i>
2014-05-14 22:13:14 +02:00
fa-rouble
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf158;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rss">&#xf09e</i>
2014-05-14 22:13:14 +02:00
fa-rss
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rss-square">&#xf143</i>
2014-05-14 22:13:14 +02:00
fa-rss-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf143;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rub">&#xf158</i>
2014-05-14 22:13:14 +02:00
fa-rub
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf158;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ruble">&#xf158</i>
2014-05-14 22:13:14 +02:00
fa-ruble
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf158;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use rupee">&#xf156</i>
2014-05-14 22:13:14 +02:00
fa-rupee
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf156;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use safari">&#xf267</i>
2015-07-28 23:58:57 +02:00
fa-safari
<span class="text-muted">[&amp;#xf267;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use save">&#xf0c7</i>
2014-05-14 22:13:14 +02:00
fa-save
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use scissors">&#xf0c4</i>
2014-05-14 22:13:14 +02:00
fa-scissors
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c4;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use scribd">&#xf28a</i>
2015-11-23 15:34:19 +01:00
fa-scribd
<span class="text-muted">[&amp;#xf28a;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use search">&#xf002</i>
2014-05-14 22:13:14 +02:00
fa-search
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf002;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use search-minus">&#xf010</i>
2014-05-14 22:13:14 +02:00
fa-search-minus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf010;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use search-plus">&#xf00e</i>
2014-05-14 22:13:14 +02:00
fa-search-plus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00e;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sellsy">&#xf213</i>
2015-01-22 19:55:45 +01:00
fa-sellsy
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf213;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use send">&#xf1d8</i>
2014-05-14 22:13:14 +02:00
fa-send
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use send-o">&#xf1d9</i>
2014-05-14 22:13:14 +02:00
fa-send-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d9;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use server">&#xf233</i>
2015-01-22 19:55:45 +01:00
fa-server
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf233;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use share">&#xf064</i>
2014-05-14 22:13:14 +02:00
fa-share
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf064;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use share-alt">&#xf1e0</i>
2014-05-14 22:13:14 +02:00
fa-share-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e0;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use share-alt-square">&#xf1e1</i>
2014-05-14 22:13:14 +02:00
fa-share-alt-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use share-square">&#xf14d</i>
2014-05-14 22:13:14 +02:00
fa-share-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf14d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use share-square-o">&#xf045</i>
2014-05-14 22:13:14 +02:00
fa-share-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf045;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shekel">&#xf20b</i>
2014-08-26 18:51:53 +02:00
fa-shekel
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20b;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sheqel">&#xf20b</i>
2014-08-26 18:51:53 +02:00
fa-sheqel
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf20b;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shield">&#xf132</i>
2014-05-14 22:13:14 +02:00
fa-shield
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf132;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ship">&#xf21a</i>
2015-01-22 19:55:45 +01:00
fa-ship
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf21a;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shirtsinbulk">&#xf214</i>
2015-01-22 19:55:45 +01:00
fa-shirtsinbulk
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf214;]</span>
2015-01-22 19:55:45 +01:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-bag">&#xf290</i>
2015-11-23 15:34:19 +01:00
fa-shopping-bag
<span class="text-muted">[&amp;#xf290;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-basket">&#xf291</i>
2015-11-23 15:34:19 +01:00
fa-shopping-basket
<span class="text-muted">[&amp;#xf291;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use shopping-cart">&#xf07a</i>
2014-05-14 22:13:14 +02:00
fa-shopping-cart
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf07a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-in">&#xf090</i>
2014-05-14 22:13:14 +02:00
fa-sign-in
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf090;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-language">&#xf2a7</i>
2016-04-11 20:10:07 +02:00
fa-sign-language
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2a7;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sign-out">&#xf08b</i>
2014-05-14 22:13:14 +02:00
fa-sign-out
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf08b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use signal">&#xf012</i>
2014-05-14 22:13:14 +02:00
fa-signal
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf012;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use signing">&#xf2a7</i>
2016-04-11 20:10:07 +02:00
fa-signing
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf2a7;]</span>
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use simplybuilt">&#xf215</i>
2015-01-22 19:55:45 +01:00
fa-simplybuilt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf215;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sitemap">&#xf0e8</i>
2014-05-14 22:13:14 +02:00
fa-sitemap
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e8;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use skyatlas">&#xf216</i>
2015-01-22 19:55:45 +01:00
fa-skyatlas
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf216;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use skype">&#xf17e</i>
2014-05-14 22:13:14 +02:00
fa-skype
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf17e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use slack">&#xf198</i>
2014-05-14 22:13:14 +02:00
fa-slack
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf198;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sliders">&#xf1de</i>
2014-05-14 22:13:14 +02:00
fa-sliders
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1de;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use slideshare">&#xf1e7</i>
2014-08-26 18:51:53 +02:00
fa-slideshare
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e7;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use smile-o">&#xf118</i>
2014-05-14 22:13:14 +02:00
fa-smile-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf118;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat">&#xf2ab</i>
2016-04-11 20:10:07 +02:00
fa-snapchat
<span class="text-muted">[&amp;#xf2ab;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat-ghost">&#xf2ac</i>
2016-04-11 20:10:07 +02:00
fa-snapchat-ghost
<span class="text-muted">[&amp;#xf2ac;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use snapchat-square">&#xf2ad</i>
2016-04-11 20:10:07 +02:00
fa-snapchat-square
<span class="text-muted">[&amp;#xf2ad;]</span>
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use soccer-ball-o">&#xf1e3</i>
2014-08-26 18:51:53 +02:00
fa-soccer-ball-o
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e3;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort">&#xf0dc</i>
2014-05-14 22:13:14 +02:00
fa-sort
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0dc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-alpha-asc">&#xf15d</i>
2014-05-14 22:13:14 +02:00
fa-sort-alpha-asc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-alpha-desc">&#xf15e</i>
2014-05-14 22:13:14 +02:00
fa-sort-alpha-desc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf15e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-amount-asc">&#xf160</i>
2014-05-14 22:13:14 +02:00
fa-sort-amount-asc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf160;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-amount-desc">&#xf161</i>
2014-05-14 22:13:14 +02:00
fa-sort-amount-desc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf161;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-asc">&#xf0de</i>
2014-05-14 22:13:14 +02:00
fa-sort-asc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0de;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-desc">&#xf0dd</i>
2014-05-14 22:13:14 +02:00
fa-sort-desc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0dd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-down">&#xf0dd</i>
2014-05-14 22:13:14 +02:00
fa-sort-down
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0dd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-numeric-asc">&#xf162</i>
2014-05-14 22:13:14 +02:00
fa-sort-numeric-asc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf162;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-numeric-desc">&#xf163</i>
2014-05-14 22:13:14 +02:00
fa-sort-numeric-desc
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf163;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sort-up">&#xf0de</i>
2014-05-14 22:13:14 +02:00
fa-sort-up
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0de;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use soundcloud">&#xf1be</i>
2014-05-14 22:13:14 +02:00
fa-soundcloud
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1be;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use space-shuttle">&#xf197</i>
2014-05-14 22:13:14 +02:00
fa-space-shuttle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf197;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use spinner">&#xf110</i>
2014-05-14 22:13:14 +02:00
fa-spinner
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf110;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use spoon">&#xf1b1</i>
2014-05-14 22:13:14 +02:00
fa-spoon
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use spotify">&#xf1bc</i>
2014-05-14 22:13:14 +02:00
fa-spotify
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1bc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use square">&#xf0c8</i>
2014-05-14 22:13:14 +02:00
fa-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c8;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use square-o">&#xf096</i>
2014-05-14 22:13:14 +02:00
fa-square-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf096;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stack-exchange">&#xf18d</i>
2014-05-14 22:13:14 +02:00
fa-stack-exchange
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf18d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stack-overflow">&#xf16c</i>
2014-05-14 22:13:14 +02:00
fa-stack-overflow
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf16c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star">&#xf005</i>
2014-05-14 22:13:14 +02:00
fa-star
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf005;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half">&#xf089</i>
2014-05-14 22:13:14 +02:00
fa-star-half
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf089;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-empty">&#xf123</i>
2014-05-14 22:13:14 +02:00
fa-star-half-empty
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf123;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-full">&#xf123</i>
2014-05-14 22:13:14 +02:00
fa-star-half-full
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf123;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star-half-o">&#xf123</i>
2014-05-14 22:13:14 +02:00
fa-star-half-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf123;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use star-o">&#xf006</i>
2014-05-14 22:13:14 +02:00
fa-star-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf006;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use steam">&#xf1b6</i>
2014-05-14 22:13:14 +02:00
fa-steam
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b6;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use steam-square">&#xf1b7</i>
2014-05-14 22:13:14 +02:00
fa-steam-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1b7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use step-backward">&#xf048</i>
2014-05-14 22:13:14 +02:00
fa-step-backward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf048;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use step-forward">&#xf051</i>
2014-05-14 22:13:14 +02:00
fa-step-forward
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf051;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stethoscope">&#xf0f1</i>
2014-05-14 22:13:14 +02:00
fa-stethoscope
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f1;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sticky-note">&#xf249</i>
2015-07-28 23:58:57 +02:00
fa-sticky-note
<span class="text-muted">[&amp;#xf249;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sticky-note-o">&#xf24a</i>
2015-07-28 23:58:57 +02:00
fa-sticky-note-o
<span class="text-muted">[&amp;#xf24a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stop">&#xf04d</i>
2014-05-14 22:13:14 +02:00
fa-stop
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf04d;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stop-circle">&#xf28d</i>
2015-11-23 15:34:19 +01:00
fa-stop-circle
<span class="text-muted">[&amp;#xf28d;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stop-circle-o">&#xf28e</i>
2015-11-23 15:34:19 +01:00
fa-stop-circle-o
<span class="text-muted">[&amp;#xf28e;]</span>
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use street-view">&#xf21d</i>
2015-01-22 19:55:45 +01:00
fa-street-view
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf21d;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use strikethrough">&#xf0cc</i>
2014-05-14 22:13:14 +02:00
fa-strikethrough
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0cc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stumbleupon">&#xf1a4</i>
2014-05-14 22:13:14 +02:00
fa-stumbleupon
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a4;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use stumbleupon-circle">&#xf1a3</i>
2014-05-14 22:13:14 +02:00
fa-stumbleupon-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1a3;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use subscript">&#xf12c</i>
2014-05-14 22:13:14 +02:00
fa-subscript
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf12c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use subway">&#xf239</i>
2015-01-22 19:55:45 +01:00
fa-subway
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf239;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use suitcase">&#xf0f2</i>
2014-05-14 22:13:14 +02:00
fa-suitcase
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f2;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use sun-o">&#xf185</i>
2014-05-14 22:13:14 +02:00
fa-sun-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf185;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use superscript">&#xf12b</i>
2014-05-14 22:13:14 +02:00
fa-superscript
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf12b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use support">&#xf1cd</i>
2014-05-14 22:13:14 +02:00
fa-support
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1cd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use table">&#xf0ce</i>
2014-05-14 22:13:14 +02:00
fa-table
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ce;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tablet">&#xf10a</i>
2014-05-14 22:13:14 +02:00
fa-tablet
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf10a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tachometer">&#xf0e4</i>
2014-05-14 22:13:14 +02:00
fa-tachometer
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e4;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tag">&#xf02b</i>
2014-05-14 22:13:14 +02:00
fa-tag
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02b;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tags">&#xf02c</i>
2014-05-14 22:13:14 +02:00
fa-tags
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf02c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tasks">&#xf0ae</i>
2014-05-14 22:13:14 +02:00
fa-tasks
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ae;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use taxi">&#xf1ba</i>
2014-05-14 22:13:14 +02:00
fa-taxi
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ba;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use television">&#xf26c</i>
2015-07-28 23:58:57 +02:00
fa-television
<span class="text-muted">[&amp;#xf26c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tencent-weibo">&#xf1d5</i>
2014-05-14 22:13:14 +02:00
fa-tencent-weibo
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d5;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use terminal">&#xf120</i>
2014-05-14 22:13:14 +02:00
fa-terminal
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf120;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use text-height">&#xf034</i>
2014-05-14 22:13:14 +02:00
fa-text-height
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf034;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use text-width">&#xf035</i>
2014-05-14 22:13:14 +02:00
fa-text-width
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf035;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use th">&#xf00a</i>
2014-05-14 22:13:14 +02:00
fa-th
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use th-large">&#xf009</i>
2014-05-14 22:13:14 +02:00
fa-th-large
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf009;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use th-list">&#xf00b</i>
2014-05-14 22:13:14 +02:00
fa-th-list
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00b;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-04 18:12:43 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use themeisle">&#xf2b2</i>
fa-themeisle
<span class="text-muted">[&amp;#xf2b2;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use thumb-tack">&#xf08d</i>
2014-05-14 22:13:14 +02:00
fa-thumb-tack
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf08d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-down">&#xf165</i>
2014-05-14 22:13:14 +02:00
fa-thumbs-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf165;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-o-down">&#xf088</i>
2014-05-14 22:13:14 +02:00
fa-thumbs-o-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf088;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-o-up">&#xf087</i>
2014-05-14 22:13:14 +02:00
fa-thumbs-o-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf087;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use thumbs-up">&#xf164</i>
2014-05-14 22:13:14 +02:00
fa-thumbs-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf164;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use ticket">&#xf145</i>
2014-05-14 22:13:14 +02:00
fa-ticket
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf145;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use times">&#xf00d</i>
2014-05-14 22:13:14 +02:00
fa-times
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf00d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use times-circle">&#xf057</i>
2014-05-14 22:13:14 +02:00
fa-times-circle
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf057;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use times-circle-o">&#xf05c</i>
2014-05-14 22:13:14 +02:00
fa-times-circle-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf05c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tint">&#xf043</i>
2014-05-14 22:13:14 +02:00
fa-tint
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf043;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-down">&#xf150</i>
2014-05-14 22:13:14 +02:00
fa-toggle-down
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf150;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-left">&#xf191</i>
2014-05-14 22:13:14 +02:00
fa-toggle-left
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf191;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-off">&#xf204</i>
2014-08-26 18:51:53 +02:00
fa-toggle-off
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf204;]</span>
2014-08-26 18:51:53 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-on">&#xf205</i>
2014-08-26 18:51:53 +02:00
fa-toggle-on
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf205;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-right">&#xf152</i>
2014-05-14 22:13:14 +02:00
fa-toggle-right
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf152;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use toggle-up">&#xf151</i>
2014-05-14 22:13:14 +02:00
fa-toggle-up
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf151;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trademark">&#xf25c</i>
2015-07-28 23:58:57 +02:00
fa-trademark
<span class="text-muted">[&amp;#xf25c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use train">&#xf238</i>
2015-01-22 19:55:45 +01:00
fa-train
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf238;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use transgender">&#xf224</i>
2015-01-22 19:55:45 +01:00
fa-transgender
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf224;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use transgender-alt">&#xf225</i>
2015-01-22 19:55:45 +01:00
fa-transgender-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf225;]</span>
2015-01-22 19:55:45 +01:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trash">&#xf1f8</i>
2014-08-26 18:51:53 +02:00
fa-trash
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1f8;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trash-o">&#xf014</i>
2014-05-14 22:13:14 +02:00
fa-trash-o
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf014;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tree">&#xf1bb</i>
2014-05-14 22:13:14 +02:00
fa-tree
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1bb;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trello">&#xf181</i>
2014-05-14 22:13:14 +02:00
fa-trello
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf181;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tripadvisor">&#xf262</i>
2015-07-28 23:58:57 +02:00
fa-tripadvisor
<span class="text-muted">[&amp;#xf262;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use trophy">&#xf091</i>
2014-05-14 22:13:14 +02:00
fa-trophy
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf091;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use truck">&#xf0d1</i>
2014-05-14 22:13:14 +02:00
fa-truck
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0d1;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use try">&#xf195</i>
2014-05-14 22:13:14 +02:00
fa-try
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf195;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tty">&#xf1e4</i>
2014-08-26 18:51:53 +02:00
fa-tty
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e4;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tumblr">&#xf173</i>
2014-05-14 22:13:14 +02:00
fa-tumblr
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf173;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tumblr-square">&#xf174</i>
2014-05-14 22:13:14 +02:00
fa-tumblr-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf174;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use turkish-lira">&#xf195</i>
2014-05-14 22:13:14 +02:00
fa-turkish-lira
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf195;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use tv">&#xf26c</i>
2015-07-28 23:58:57 +02:00
fa-tv
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf26c;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use twitch">&#xf1e8</i>
2014-08-26 18:51:53 +02:00
fa-twitch
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e8;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use twitter">&#xf099</i>
2014-05-14 22:13:14 +02:00
fa-twitter
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf099;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use twitter-square">&#xf081</i>
2014-05-14 22:13:14 +02:00
fa-twitter-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf081;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use umbrella">&#xf0e9</i>
2014-05-14 22:13:14 +02:00
fa-umbrella
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e9;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use underline">&#xf0cd</i>
2014-05-14 22:13:14 +02:00
fa-underline
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0cd;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use undo">&#xf0e2</i>
2014-05-14 22:13:14 +02:00
fa-undo
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0e2;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use universal-access">&#xf29a</i>
2016-04-11 20:10:07 +02:00
fa-universal-access
<span class="text-muted">[&amp;#xf29a;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use university">&#xf19c</i>
2014-05-14 22:13:14 +02:00
fa-university
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use unlink">&#xf127</i>
2014-05-14 22:13:14 +02:00
fa-unlink
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf127;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use unlock">&#xf09c</i>
2014-05-14 22:13:14 +02:00
fa-unlock
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf09c;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use unlock-alt">&#xf13e</i>
2014-05-14 22:13:14 +02:00
fa-unlock-alt
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf13e;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use unsorted">&#xf0dc</i>
2014-05-14 22:13:14 +02:00
fa-unsorted
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0dc;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use upload">&#xf093</i>
2014-05-14 22:13:14 +02:00
fa-upload
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf093;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-11-23 15:34:19 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.5</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use usb">&#xf287</i>
2015-11-23 15:34:19 +01:00
fa-usb
<span class="text-muted">[&amp;#xf287;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use usd">&#xf155</i>
2014-05-14 22:13:14 +02:00
fa-usd
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf155;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use user">&#xf007</i>
2014-05-14 22:13:14 +02:00
fa-user
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf007;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use user-md">&#xf0f0</i>
2014-05-14 22:13:14 +02:00
fa-user-md
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0f0;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use user-plus">&#xf234</i>
2015-01-22 19:55:45 +01:00
fa-user-plus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf234;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use user-secret">&#xf21b</i>
2015-01-22 19:55:45 +01:00
fa-user-secret
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf21b;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use user-times">&#xf235</i>
2015-01-22 19:55:45 +01:00
fa-user-times
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf235;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use users">&#xf0c0</i>
2014-05-14 22:13:14 +02:00
fa-users
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0c0;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use venus">&#xf221</i>
2015-01-22 19:55:45 +01:00
fa-venus
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf221;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use venus-double">&#xf226</i>
2015-01-22 19:55:45 +01:00
fa-venus-double
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf226;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use venus-mars">&#xf228</i>
2015-01-22 19:55:45 +01:00
fa-venus-mars
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf228;]</span>
2015-01-22 19:55:45 +01:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use viacoin">&#xf237</i>
2015-01-22 19:55:45 +01:00
fa-viacoin
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf237;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2016-04-11 20:10:07 +02:00
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use viadeo">&#xf2a9</i>
2016-04-11 20:10:07 +02:00
fa-viadeo
<span class="text-muted">[&amp;#xf2a9;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use viadeo-square">&#xf2aa</i>
2016-04-11 20:10:07 +02:00
fa-viadeo-square
2015-07-28 23:58:57 +02:00
2016-04-11 20:10:07 +02:00
<span class="text-muted">[&amp;#xf2aa;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw" aria-hidden="true" title="Copy to use video-camera">&#xf03d</i>
2014-05-14 22:13:14 +02:00
fa-video-camera
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf03d;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vimeo">&#xf27d</i>
2015-07-28 23:58:57 +02:00
fa-vimeo
<span class="text-muted">[&amp;#xf27d;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vimeo-square">&#xf194</i>
2014-05-14 22:13:14 +02:00
fa-vimeo-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf194;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vine">&#xf1ca</i>
2014-05-14 22:13:14 +02:00
fa-vine
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1ca;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use vk">&#xf189</i>
2014-05-14 22:13:14 +02:00
fa-vk
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf189;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-control-phone">&#xf2a0</i>
2016-04-11 20:10:07 +02:00
fa-volume-control-phone
<span class="text-muted">[&amp;#xf2a0;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-down">&#xf027</i>
2014-05-14 22:13:14 +02:00
fa-volume-down
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf027;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-off">&#xf026</i>
2014-05-14 22:13:14 +02:00
fa-volume-off
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf026;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use volume-up">&#xf028</i>
2014-05-14 22:13:14 +02:00
fa-volume-up
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf028;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use warning">&#xf071</i>
2014-05-14 22:13:14 +02:00
fa-warning
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf071;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wechat">&#xf1d7</i>
2014-05-14 22:13:14 +02:00
fa-wechat
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d7;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use weibo">&#xf18a</i>
2014-05-14 22:13:14 +02:00
fa-weibo
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf18a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use weixin">&#xf1d7</i>
2014-05-14 22:13:14 +02:00
fa-weixin
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1d7;]</span>
2013-10-23 17:12:39 +02:00
</div>
2015-01-22 19:55:45 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.3</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use whatsapp">&#xf232</i>
2015-01-22 19:55:45 +01:00
fa-whatsapp
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf232;]</span>
2015-01-22 19:55:45 +01:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.0</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wheelchair">&#xf193</i>
2014-05-14 22:13:14 +02:00
fa-wheelchair
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf193;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wheelchair-alt">&#xf29b</i>
2016-04-11 20:10:07 +02:00
fa-wheelchair-alt
<span class="text-muted">[&amp;#xf29b;]</span>
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wifi">&#xf1eb</i>
2014-08-26 18:51:53 +02:00
fa-wifi
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1eb;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wikipedia-w">&#xf266</i>
2015-07-28 23:58:57 +02:00
fa-wikipedia-w
<span class="text-muted">[&amp;#xf266;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use windows">&#xf17a</i>
2014-05-14 22:13:14 +02:00
fa-windows
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf17a;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use won">&#xf159</i>
2014-05-14 22:13:14 +02:00
fa-won
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf159;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wordpress">&#xf19a</i>
2014-05-14 22:13:14 +02:00
fa-wordpress
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19a;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-04-11 20:10:07 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wpbeginner">&#xf297</i>
2016-04-11 20:10:07 +02:00
fa-wpbeginner
<span class="text-muted">[&amp;#xf297;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wpforms">&#xf298</i>
2016-04-11 20:10:07 +02:00
fa-wpforms
<span class="text-muted">[&amp;#xf298;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use wrench">&#xf0ad</i>
2014-05-14 22:13:14 +02:00
fa-wrench
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf0ad;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use xing">&#xf168</i>
2014-05-14 22:13:14 +02:00
fa-xing
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf168;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use xing-square">&#xf169</i>
2014-05-14 22:13:14 +02:00
fa-xing-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf169;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use y-combinator">&#xf23b</i>
2015-07-28 23:58:57 +02:00
fa-y-combinator
<span class="text-muted">[&amp;#xf23b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use y-combinator-square">&#xf1d4</i>
2015-07-28 23:58:57 +02:00
fa-y-combinator-square
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf1d4;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yahoo">&#xf19e</i>
2014-05-14 22:13:14 +02:00
fa-yahoo
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf19e;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.4</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yc">&#xf23b</i>
2015-07-28 23:58:57 +02:00
fa-yc
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf23b;]</span>
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.1</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yc-square">&#xf1d4</i>
2015-07-28 23:58:57 +02:00
fa-yc-square
<span class="text-muted">(alias)</span>
<span class="text-muted">[&amp;#xf1d4;]</span>
2013-10-23 17:12:39 +02:00
</div>
2014-08-26 18:51:53 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<small class="text-muted pull-right">4.2</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yelp">&#xf1e9</i>
2014-08-26 18:51:53 +02:00
fa-yelp
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf1e9;]</span>
2014-08-26 18:51:53 +02:00
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yen">&#xf157</i>
2014-05-14 22:13:14 +02:00
fa-yen
<span class="text-muted">(alias)</span>
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf157;]</span>
2013-10-23 17:12:39 +02:00
</div>
2016-05-04 18:12:43 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
<small class="text-muted pull-right">4.6</small>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use yoast">&#xf2b1</i>
fa-yoast
<span class="text-muted">[&amp;#xf2b1;]</span>
</div>
2013-10-23 17:12:39 +02:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube">&#xf167</i>
2014-05-14 22:13:14 +02:00
fa-youtube
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf167;]</span>
2013-10-23 17:12:39 +02:00
</div>
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube-play">&#xf16a</i>
2014-05-14 22:13:14 +02:00
fa-youtube-play
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf16a;]</span>
2013-10-23 17:12:39 +02:00
</div>
2013-11-04 18:53:03 +01:00
<div class="col-md-4 col-sm-6 col-lg-3">
2015-07-28 23:58:57 +02:00
<i class="fa fa-fw" aria-hidden="true" title="Copy to use youtube-square">&#xf166</i>
2014-05-14 22:13:14 +02:00
fa-youtube-square
2015-07-28 23:58:57 +02:00
<span class="text-muted">[&amp;#xf166;]</span>
2013-11-04 18:53:03 +01:00
</div>
2013-06-12 20:43:02 +02:00
</div>
2013-05-10 18:00:01 +02:00
</div>
2015-03-27 19:50:32 +01:00
</div>
<footer id="footer" class="footer hidden-print">
2013-05-10 18:00:01 +02:00
<div class="container text-center">
<div id="bsap_1298241" class="bsarocks bsap_b1146e3f9fa32a794fc6d2c7be47ece8">
<a href="http://www.wpbeginner.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome"
title="Beginner's Guide to WordPress" target="_blank" rel="nofollow"
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);">
<img src="../assets/img/logo-wpbeginner.png" width="220" height="65" alt="">
</a>
2016-05-09 16:02:34 +02:00
<a href="http://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome"
title="Premium Wordpress Themes" target="_blank" rel="nofollow"
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);">
2015-04-17 23:04:59 +02:00
<img src="../assets/img/logo-themeisle.png" width="220" height="65" alt="">
</a>
</div>
2013-05-10 18:00:01 +02:00
<div>
2016-05-13 17:45:24 +02:00
<i class="fa fa-flag" aria-hidden="true"></i> Font Awesome 4.6.3
2013-10-23 17:12:39 +02:00
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
2015-04-17 23:04:59 +02:00
Created by <a href="https://twitter.com/davegandy">Dave Gandy</a>
2013-05-10 18:00:01 +02:00
</div>
<div>
2013-06-12 20:43:02 +02:00
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
2013-10-23 17:12:39 +02:00
<span class="hide-xs">&middot;</span><br class="hide-sm hide-md hide-lg">
2013-06-12 20:43:02 +02:00
Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
2013-10-23 17:12:39 +02:00
<span class="hide-xs hide-sm">&middot;</span><br class="hide-md hide-lg">
2013-05-10 18:00:01 +02:00
Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
</div>
<div>
2016-09-12 21:01:07 +02:00
Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378/"><i class="fa fa-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="https://www.bootstrapcdn.com/fontawesome/">BootstrapCDN for Font Awesome</a>
2013-05-10 18:00:01 +02:00
</div>
<div class="project">
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> &middot;
2013-10-27 21:38:45 +01:00
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a> &middot;
<a href="../3.2.1">Old 3.2.1 Docs</a>
2013-05-10 18:00:01 +02:00
</div>
</div>
</footer>
<script src="https://platform.twitter.com/widgets.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
2015-07-28 23:58:57 +02:00
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
2016-04-25 18:01:25 +02:00
<script src="https://cdn.jsdelivr.net/algoliasearch/3.13.1/algoliasearch.jquery.min.js" integrity="sha256-2MTQjOt4Q02v+W/QjgCO5yv+si9RAo/o/RGR5alVYzY=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/algoliasearch.helper/2.9.1/algoliasearch.helper.min.js" integrity="sha256-MhjLBzVVNkMEKnIE2ueYNb7QSj+oiSv4x89dlui09hg=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/underscorejs/1.8.3/underscore-min.js" integrity="sha256-obZACiHd7gkOk9iIL/pimWMTJ4W/pBsKu+oZnSeBIek=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/backbonejs/1.2.2/backbone-min.js" integrity="sha256-p6bkfFqmxtebrKOS+wyGi+Qf3d111eWUQP67keyXJ6Q=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/jsdelivr-rum/1.5/jsdelivr-rum.min.js" integrity="sha256-HlY2rbkgbiHhtilMXmQ86rjL/EIxGDtdg9GU9/T2ZxE=" crossorigin="anonymous"></script>
<script src="../assets/js/site.js"></script>
2015-09-01 20:52:06 +02:00
<script src="../assets/js/search.js"></script>
2016-09-07 18:38:26 +02:00
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '590758314440297');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=590758314440297&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</body>
2013-05-10 18:00:01 +02:00
</html>