Files
Font-Awesome-Pro/docs/svg-sprite.html
2017-08-04 16:32:29 -05:00

20630 lines
1.3 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SVG Sprite Demo - Font Awesome 5</title>
<!-- font awesome team specific styling. ignore/replace with your own -->
<link rel="stylesheet" href="https://static.fontawesome.com/css/fontawesome-app.css">
<script src="https://use.fortawesome.com/349cfdf6.js"></script>
<style>
.icon {
width: 48px;
height: 48px;
}
</style>
</head>
<body class="no-js min-vh-100 bg-gray1 gray7 ma0">
<div class="w-100" id="page-top">
<div class="mw9 center overflow-auto relative bg-near-white flex flex-column min-vh-100 shadow-wrap">
<div class="w-100 flex-grow-1 flex-shrink-none flex-basis-auto flex flex-column flex-row-ns flex-nowrap-ns">
<div class="bg-gray8 ph4 ph6-ns pv6 w-third-ns w-20-l br bw2 b--black-10 relative">
<h1 class="mt0 mb6 f4 tc">
<a href="https://fontawesome.com/" class="link white dib">
<i class="fa5 fa5-2x fa5-logo-o dib v-mid mr2 mr0-ns db-ns mb2-ns hover-blue4 link"></i>
<span class="f5 f4-m f5-l f5-xl fw6 sans-serif db-ns">Font Awesome</span>
</a>
</h1>
<nav>
<a href="/docs/index.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-flag-r fa5-lg"></i></span>
<span class="fw6">Getting Started</span>
</a>
<a href="/docs/inventory.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-book-r fa5-lg"></i></span>
<span class="fw6">All Icons</span>
</a>
<a href="/docs/recent.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-clock-r fa5-lg"></i></span>
<span class="fw6">Recently Added</span>
</a>
<a href="/docs/svg-framework.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-magic-r fa5-lg"></i></span>
<span class="fw6">SVG Framework</span>
</a>
<a href="/docs/svg-sprite.html" class="db link blue4 tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns "><i class="fa5 fa5-th-r fa5-lg"></i></span>
<span class="fw6">SVG Sprites</span>
</a>
<a href="/docs/webfont.html" class="db link white o-80 glow tc-ns f3 mb4 bb bw1 b--white-05 pb4">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-font-r fa5-lg"></i></span>
<span class="fw6">Web Font</span>
</a>
<a href="https://github.com/FortAwesome/Font-Awesome-Pro" target="_blank" class="db link white o-80 glow tc-ns f3">
<span class="dib v-mid db-ns mb2-ns mr2 mr0-ns o-40"><i class="fa5 fa5-github fa5-2x"></i></span>
<span class="fw6">GitHub Project</span>
</a>
</nav>
<a href="#page-top" class="dn db-ns link white o-40 glow absolute bottom-2 center-h">
<i class="fa5 fa5-arrow-to-top-r fa5-2x" title="Back to top of page"></i>
</a>
</div>
<div class="w-80-l">
<div role="alert" class="dt w-100 relative bb bw2 b--warning2 bg-warning1">
<div class="dtc v-mid w-1 pv4 pl4 pl6-ns warning5 tc">
<i class="fa5 fa5-exclamation-triangle fa5-2x" aria-hidden="true"></i>
</div>
<div class="dtc v-mid pa4 br--right br2">
<p class="mv0 lh-copy"><strong class="fw7">Psst! These demos are for you, an official Supporter. Please don't distribute them to the general public</strong>.</p>
</div>
</div>
<script>
var check = function () {
if (window.location.toString().indexOf('file://') === 0) {
document.getElementById('webserver-warning').style.display = 'block';
}
}
document.addEventListener('DOMContentLoaded', check)
</script>
<div class="ph4 ph6-ns pv6">
<div role="alert" class="dt w-100 relative mb4">
<div class="dtc v-mid w-1 pa3 tc bg-red7 red2 br2 br--left">
<i class="fa5 fa5-lightbulb fa5-2x animated infinite pulseOpacity animated3" aria-hidden="true"></i>
</div>
<div class="dtc v-mid pa3 br--right br2 bg-red5 red0">
<p class="mv0 lh-copy fw6">View this demo's source to see how these icons are rendered!</p>
</div>
</div>
<h1 class="mt0 mb2 b f6">
<span class="db gray5 mb2 f3 fw6">Demo</span>
<span class="db">Using Font Awesome 5's SVG Sprites</span>
</h1>
<nav class="db w-100 mb6 pt4 bt bw2 b--gray1 cf">
<a class="db dib-l v-mid-l link underline-hover blue4 pv2 mb2 mb0-l bb bw b--gray1 bn-l pv0-l" href="#renderings">Icon Renderings</a>
<a class="db dib-l v-mid-l link underline-hover blue4 ml2-l fr-l pv2 mb2 mb0-l bb bw b--gray1 bn-l pv0-l" href="index.html#svg-sprites">How to Get Started</a>
</nav>
<div id="webserver-warning" style="display: none;" role="alert" class="dt w-100 relative mb6 mt4">
<div class="dtc v-mid w-1 pa3 tc bg-info6 info0 br2 br--left">
<i class="fa5 fa5-exclamation-triangle fa5-2x animated infinite pulseOpacity animated3" aria-hidden="true"></i>
</div>
<div class="dtc v-mid pa3 br--right br2 bg-info0">
<p class="mv0 lh-copy">Oh no! The icons are broken below aren't they? You need to serve this file using a web server (ex: http://localhost) because of how SVG sprites work. Try using the included demo web server.</p>
</div>
</div>
<div id="renderings">
<section id="fas" class="mb6">
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Solid <span class="pl3 gray5 fr mt1 f3">524 icons</span></h2>
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/address-book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#address-book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-book</span>
<span class="mt1 f2 o-30">f2b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/address-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#address-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-card</span>
<span class="mt1 f2 o-30">f2bb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/adjust.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#adjust"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">adjust</span>
<span class="mt1 f2 o-30">f042</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/alarm-clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#alarm-clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">alarm-clock</span>
<span class="mt1 f2 o-30">f34e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/align-center.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#align-center"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-center</span>
<span class="mt1 f2 o-30">f037</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/align-justify.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#align-justify"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-justify</span>
<span class="mt1 f2 o-30">f039</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/align-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#align-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-left</span>
<span class="mt1 f2 o-30">f036</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/align-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#align-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-right</span>
<span class="mt1 f2 o-30">f038</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ambulance.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ambulance"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ambulance</span>
<span class="mt1 f2 o-30">f0f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/anchor.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#anchor"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">anchor</span>
<span class="mt1 f2 o-30">f13d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-down</span>
<span class="mt1 f2 o-30">f103</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-left</span>
<span class="mt1 f2 o-30">f100</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-right</span>
<span class="mt1 f2 o-30">f101</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-up</span>
<span class="mt1 f2 o-30">f102</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-down</span>
<span class="mt1 f2 o-30">f107</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-left</span>
<span class="mt1 f2 o-30">f104</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-right</span>
<span class="mt1 f2 o-30">f105</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/angle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#angle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-up</span>
<span class="mt1 f2 o-30">f106</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">archive</span>
<span class="mt1 f2 o-30">f187</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-down</span>
<span class="mt1 f2 o-30">f358</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-left</span>
<span class="mt1 f2 o-30">f359</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-right</span>
<span class="mt1 f2 o-30">f35a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-up</span>
<span class="mt1 f2 o-30">f35b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-down</span>
<span class="mt1 f2 o-30">f354</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-bottom</span>
<span class="mt1 f2 o-30">f346</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-left</span>
<span class="mt1 f2 o-30">f347</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-right</span>
<span class="mt1 f2 o-30">f348</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-top</span>
<span class="mt1 f2 o-30">f349</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-left</span>
<span class="mt1 f2 o-30">f355</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-right</span>
<span class="mt1 f2 o-30">f356</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-down</span>
<span class="mt1 f2 o-30">f350</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-left</span>
<span class="mt1 f2 o-30">f351</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-right</span>
<span class="mt1 f2 o-30">f352</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-up</span>
<span class="mt1 f2 o-30">f353</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-bottom</span>
<span class="mt1 f2 o-30">f34a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-left</span>
<span class="mt1 f2 o-30">f34b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-right</span>
<span class="mt1 f2 o-30">f34c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-top</span>
<span class="mt1 f2 o-30">f34d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-up</span>
<span class="mt1 f2 o-30">f357</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-down</span>
<span class="mt1 f2 o-30">f0ab</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-left</span>
<span class="mt1 f2 o-30">f0a8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-right</span>
<span class="mt1 f2 o-30">f0a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-up</span>
<span class="mt1 f2 o-30">f0aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-down</span>
<span class="mt1 f2 o-30">f063</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-bottom</span>
<span class="mt1 f2 o-30">f342</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-left</span>
<span class="mt1 f2 o-30">f343</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-right</span>
<span class="mt1 f2 o-30">f344</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-top</span>
<span class="mt1 f2 o-30">f345</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-left</span>
<span class="mt1 f2 o-30">f060</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-right</span>
<span class="mt1 f2 o-30">f061</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-down</span>
<span class="mt1 f2 o-30">f339</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-left</span>
<span class="mt1 f2 o-30">f33a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-right</span>
<span class="mt1 f2 o-30">f33b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-up</span>
<span class="mt1 f2 o-30">f33c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-bottom</span>
<span class="mt1 f2 o-30">f33d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-left</span>
<span class="mt1 f2 o-30">f33e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-right</span>
<span class="mt1 f2 o-30">f340</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-top</span>
<span class="mt1 f2 o-30">f341</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-up</span>
<span class="mt1 f2 o-30">f062</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows</span>
<span class="mt1 f2 o-30">f047</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt</span>
<span class="mt1 f2 o-30">f0b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows-alt-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows-alt-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-h</span>
<span class="mt1 f2 o-30">f337</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows-alt-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows-alt-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-v</span>
<span class="mt1 f2 o-30">f338</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-h</span>
<span class="mt1 f2 o-30">f07e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/arrows-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#arrows-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-v</span>
<span class="mt1 f2 o-30">f07d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/asterisk.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#asterisk"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">asterisk</span>
<span class="mt1 f2 o-30">f069</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/at.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#at"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">at</span>
<span class="mt1 f2 o-30">f1fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/audio-description.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#audio-description"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">audio-description</span>
<span class="mt1 f2 o-30">f29e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">backward</span>
<span class="mt1 f2 o-30">f04a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge</span>
<span class="mt1 f2 o-30">f335</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/badge-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#badge-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge-check</span>
<span class="mt1 f2 o-30">f336</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/balance-scale.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#balance-scale"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">balance-scale</span>
<span class="mt1 f2 o-30">f24e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ban.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ban"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ban</span>
<span class="mt1 f2 o-30">f05e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/barcode.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#barcode"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">barcode</span>
<span class="mt1 f2 o-30">f02a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bars</span>
<span class="mt1 f2 o-30">f0c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bath.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bath"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bath</span>
<span class="mt1 f2 o-30">f2cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-bolt</span>
<span class="mt1 f2 o-30">f375</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-empty</span>
<span class="mt1 f2 o-30">f244</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-full</span>
<span class="mt1 f2 o-30">f240</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-half</span>
<span class="mt1 f2 o-30">f242</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-quarter</span>
<span class="mt1 f2 o-30">f243</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-slash</span>
<span class="mt1 f2 o-30">f376</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/battery-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#battery-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-three-quarters</span>
<span class="mt1 f2 o-30">f241</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bed.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bed"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bed</span>
<span class="mt1 f2 o-30">f236</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/beer.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#beer"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">beer</span>
<span class="mt1 f2 o-30">f0fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bell.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bell"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell</span>
<span class="mt1 f2 o-30">f0f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bell-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bell-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell-slash</span>
<span class="mt1 f2 o-30">f1f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bicycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bicycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bicycle</span>
<span class="mt1 f2 o-30">f206</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/birthday-cake.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#birthday-cake"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">birthday-cake</span>
<span class="mt1 f2 o-30">f1fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bold.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bold"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bold</span>
<span class="mt1 f2 o-30">f032</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bolt</span>
<span class="mt1 f2 o-30">f0e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bomb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bomb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bomb</span>
<span class="mt1 f2 o-30">f1e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">book</span>
<span class="mt1 f2 o-30">f02d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bookmark.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bookmark"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bookmark</span>
<span class="mt1 f2 o-30">f02e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/braille.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#braille"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">braille</span>
<span class="mt1 f2 o-30">f2a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/briefcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#briefcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">briefcase</span>
<span class="mt1 f2 o-30">f0b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/building.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#building"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">building</span>
<span class="mt1 f2 o-30">f1ad</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bullhorn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bullhorn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullhorn</span>
<span class="mt1 f2 o-30">f0a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bullseye.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bullseye"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullseye</span>
<span class="mt1 f2 o-30">f140</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/bus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#bus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bus</span>
<span class="mt1 f2 o-30">f207</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calculator.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calculator"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calculator</span>
<span class="mt1 f2 o-30">f1ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar</span>
<span class="mt1 f2 o-30">f133</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-alt</span>
<span class="mt1 f2 o-30">f073</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-check</span>
<span class="mt1 f2 o-30">f274</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-edit</span>
<span class="mt1 f2 o-30">f333</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-exclamation</span>
<span class="mt1 f2 o-30">f334</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-minus</span>
<span class="mt1 f2 o-30">f272</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-plus</span>
<span class="mt1 f2 o-30">f271</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/calendar-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#calendar-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-times</span>
<span class="mt1 f2 o-30">f273</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/camera.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#camera"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera</span>
<span class="mt1 f2 o-30">f030</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/camera-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#camera-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-alt</span>
<span class="mt1 f2 o-30">f332</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/camera-retro.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#camera-retro"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-retro</span>
<span class="mt1 f2 o-30">f083</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/car.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#car"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">car</span>
<span class="mt1 f2 o-30">f1b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-down</span>
<span class="mt1 f2 o-30">f32d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-left</span>
<span class="mt1 f2 o-30">f32e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-right</span>
<span class="mt1 f2 o-30">f330</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-up</span>
<span class="mt1 f2 o-30">f331</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-down</span>
<span class="mt1 f2 o-30">f0d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-left</span>
<span class="mt1 f2 o-30">f0d9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-right</span>
<span class="mt1 f2 o-30">f0da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-down</span>
<span class="mt1 f2 o-30">f150</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-left</span>
<span class="mt1 f2 o-30">f191</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-right</span>
<span class="mt1 f2 o-30">f152</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-up</span>
<span class="mt1 f2 o-30">f151</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/caret-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#caret-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-up</span>
<span class="mt1 f2 o-30">f0d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cart-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cart-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-arrow-down</span>
<span class="mt1 f2 o-30">f218</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cart-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cart-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-plus</span>
<span class="mt1 f2 o-30">f217</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/certificate.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#certificate"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">certificate</span>
<span class="mt1 f2 o-30">f0a3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chart-area.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chart-area"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-area</span>
<span class="mt1 f2 o-30">f1fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chart-bar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chart-bar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-bar</span>
<span class="mt1 f2 o-30">f080</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chart-line.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chart-line"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-line</span>
<span class="mt1 f2 o-30">f201</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chart-pie.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chart-pie"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-pie</span>
<span class="mt1 f2 o-30">f200</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check</span>
<span class="mt1 f2 o-30">f00c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/check-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#check-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-circle</span>
<span class="mt1 f2 o-30">f058</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/check-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#check-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-square</span>
<span class="mt1 f2 o-30">f14a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-down</span>
<span class="mt1 f2 o-30">f13a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-left</span>
<span class="mt1 f2 o-30">f137</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-right</span>
<span class="mt1 f2 o-30">f138</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-up</span>
<span class="mt1 f2 o-30">f139</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-down</span>
<span class="mt1 f2 o-30">f322</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-left</span>
<span class="mt1 f2 o-30">f323</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-right</span>
<span class="mt1 f2 o-30">f324</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-up</span>
<span class="mt1 f2 o-30">f325</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-down</span>
<span class="mt1 f2 o-30">f078</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-left</span>
<span class="mt1 f2 o-30">f053</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-right</span>
<span class="mt1 f2 o-30">f054</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-down</span>
<span class="mt1 f2 o-30">f329</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-left</span>
<span class="mt1 f2 o-30">f32a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-right</span>
<span class="mt1 f2 o-30">f32b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-up</span>
<span class="mt1 f2 o-30">f32c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/chevron-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#chevron-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-up</span>
<span class="mt1 f2 o-30">f077</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/child.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#child"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">child</span>
<span class="mt1 f2 o-30">f1ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle</span>
<span class="mt1 f2 o-30">f111</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/circle-notch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#circle-notch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle-notch</span>
<span class="mt1 f2 o-30">f1ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/clipboard.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#clipboard"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clipboard</span>
<span class="mt1 f2 o-30">f328</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clock</span>
<span class="mt1 f2 o-30">f017</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/clone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#clone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clone</span>
<span class="mt1 f2 o-30">f24d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/closed-captioning.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#closed-captioning"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">closed-captioning</span>
<span class="mt1 f2 o-30">f20a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cloud.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cloud"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud</span>
<span class="mt1 f2 o-30">f0c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cloud-download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cloud-download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download</span>
<span class="mt1 f2 o-30">f0ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cloud-download-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cloud-download-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download-alt</span>
<span class="mt1 f2 o-30">f37e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cloud-upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cloud-upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload</span>
<span class="mt1 f2 o-30">f0ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cloud-upload-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cloud-upload-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload-alt</span>
<span class="mt1 f2 o-30">f37f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/club.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#club"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">club</span>
<span class="mt1 f2 o-30">f327</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">code</span>
<span class="mt1 f2 o-30">f121</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/coffee.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#coffee"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">coffee</span>
<span class="mt1 f2 o-30">f0f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cog.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cog"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cog</span>
<span class="mt1 f2 o-30">f013</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cogs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cogs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cogs</span>
<span class="mt1 f2 o-30">f085</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/columns.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#columns"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">columns</span>
<span class="mt1 f2 o-30">f0db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/comment.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#comment"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment</span>
<span class="mt1 f2 o-30">f075</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/comment-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#comment-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment-alt</span>
<span class="mt1 f2 o-30">f27a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/comments.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#comments"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comments</span>
<span class="mt1 f2 o-30">f086</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/compass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#compass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compass</span>
<span class="mt1 f2 o-30">f14e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/compress.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#compress"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress</span>
<span class="mt1 f2 o-30">f066</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/compress-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#compress-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress-wide</span>
<span class="mt1 f2 o-30">f326</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/copy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#copy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copy</span>
<span class="mt1 f2 o-30">f0c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/copyright.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#copyright"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copyright</span>
<span class="mt1 f2 o-30">f1f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/credit-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#credit-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card</span>
<span class="mt1 f2 o-30">f09d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/credit-card-blank.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#credit-card-blank"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-blank</span>
<span class="mt1 f2 o-30">f384</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/credit-card-front.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#credit-card-front"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-front</span>
<span class="mt1 f2 o-30">f385</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/crosshairs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#crosshairs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">crosshairs</span>
<span class="mt1 f2 o-30">f05b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cube.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cube"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cube</span>
<span class="mt1 f2 o-30">f1b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cubes.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cubes"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cubes</span>
<span class="mt1 f2 o-30">f1b3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/cut.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#cut"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cut</span>
<span class="mt1 f2 o-30">f0c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/database.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#database"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">database</span>
<span class="mt1 f2 o-30">f1c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/diamond.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#diamond"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">diamond</span>
<span class="mt1 f2 o-30">f219</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/dollar-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#dollar-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dollar-sign</span>
<span class="mt1 f2 o-30">f155</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/dot-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#dot-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dot-circle</span>
<span class="mt1 f2 o-30">f192</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">download</span>
<span class="mt1 f2 o-30">f019</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">edit</span>
<span class="mt1 f2 o-30">f044</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/eject.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#eject"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eject</span>
<span class="mt1 f2 o-30">f052</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ellipsis-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ellipsis-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-h</span>
<span class="mt1 f2 o-30">f141</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ellipsis-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ellipsis-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-v</span>
<span class="mt1 f2 o-30">f142</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/envelope.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#envelope"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope</span>
<span class="mt1 f2 o-30">f0e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/envelope-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#envelope-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-open</span>
<span class="mt1 f2 o-30">f2b6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/envelope-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#envelope-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-square</span>
<span class="mt1 f2 o-30">f199</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/eraser.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#eraser"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eraser</span>
<span class="mt1 f2 o-30">f12d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/euro-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#euro-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">euro-sign</span>
<span class="mt1 f2 o-30">f153</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exchange.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exchange"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange</span>
<span class="mt1 f2 o-30">f0ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exchange-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exchange-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange-alt</span>
<span class="mt1 f2 o-30">f362</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation</span>
<span class="mt1 f2 o-30">f12a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exclamation-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exclamation-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-circle</span>
<span class="mt1 f2 o-30">f06a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exclamation-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exclamation-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-square</span>
<span class="mt1 f2 o-30">f321</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/exclamation-triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#exclamation-triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-triangle</span>
<span class="mt1 f2 o-30">f071</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/expand.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#expand"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand</span>
<span class="mt1 f2 o-30">f065</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/expand-arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#expand-arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows</span>
<span class="mt1 f2 o-30">f31d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/expand-arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#expand-arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows-alt</span>
<span class="mt1 f2 o-30">f31e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/expand-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#expand-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-wide</span>
<span class="mt1 f2 o-30">f320</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/external-link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#external-link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link</span>
<span class="mt1 f2 o-30">f08e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/external-link-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#external-link-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-alt</span>
<span class="mt1 f2 o-30">f35d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/external-link-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#external-link-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square</span>
<span class="mt1 f2 o-30">f14c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/external-link-square-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#external-link-square-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square-alt</span>
<span class="mt1 f2 o-30">f360</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fast-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#fast-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-backward</span>
<span class="mt1 f2 o-30">f049</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fast-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#fast-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-forward</span>
<span class="mt1 f2 o-30">f050</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/female.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#female"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">female</span>
<span class="mt1 f2 o-30">f182</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/fighter-jet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#fighter-jet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fighter-jet</span>
<span class="mt1 f2 o-30">f0fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file</span>
<span class="mt1 f2 o-30">f15b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-alt</span>
<span class="mt1 f2 o-30">f15c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-archive</span>
<span class="mt1 f2 o-30">f1c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-audio.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-audio"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-audio</span>
<span class="mt1 f2 o-30">f1c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-check</span>
<span class="mt1 f2 o-30">f316</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-code</span>
<span class="mt1 f2 o-30">f1c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-edit</span>
<span class="mt1 f2 o-30">f31c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-excel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-excel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-excel</span>
<span class="mt1 f2 o-30">f1c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-exclamation</span>
<span class="mt1 f2 o-30">f31a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-image</span>
<span class="mt1 f2 o-30">f1c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-minus</span>
<span class="mt1 f2 o-30">f318</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-pdf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-pdf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-pdf</span>
<span class="mt1 f2 o-30">f1c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-plus</span>
<span class="mt1 f2 o-30">f319</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-powerpoint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-powerpoint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-powerpoint</span>
<span class="mt1 f2 o-30">f1c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-times</span>
<span class="mt1 f2 o-30">f317</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-video</span>
<span class="mt1 f2 o-30">f1c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/file-word.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#file-word"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-word</span>
<span class="mt1 f2 o-30">f1c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/film.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#film"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">film</span>
<span class="mt1 f2 o-30">f008</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/flag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#flag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flag</span>
<span class="mt1 f2 o-30">f024</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/flask.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#flask"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flask</span>
<span class="mt1 f2 o-30">f0c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/folder.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#folder"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder</span>
<span class="mt1 f2 o-30">f07b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/folder-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#folder-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder-open</span>
<span class="mt1 f2 o-30">f07c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/font.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#font"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">font</span>
<span class="mt1 f2 o-30">f031</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">forward</span>
<span class="mt1 f2 o-30">f04e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/gamepad.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#gamepad"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gamepad</span>
<span class="mt1 f2 o-30">f11b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/gem.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#gem"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gem</span>
<span class="mt1 f2 o-30">f39a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/genderless.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#genderless"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">genderless</span>
<span class="mt1 f2 o-30">f22d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/glass-martini.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#glass-martini"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">glass-martini</span>
<span class="mt1 f2 o-30">f000</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#h-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h-square</span>
<span class="mt1 f2 o-30">f0fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#h1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h1</span>
<span class="mt1 f2 o-30">f313</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h2.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#h2"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h2</span>
<span class="mt1 f2 o-30">f314</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/h3.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#h3"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h3</span>
<span class="mt1 f2 o-30">f315</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hashtag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hashtag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hashtag</span>
<span class="mt1 f2 o-30">f292</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hdd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hdd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hdd</span>
<span class="mt1 f2 o-30">f0a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/heading.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#heading"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heading</span>
<span class="mt1 f2 o-30">f1dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/headphones.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#headphones"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">headphones</span>
<span class="mt1 f2 o-30">f025</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/heart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#heart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heart</span>
<span class="mt1 f2 o-30">f004</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/heartbeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#heartbeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heartbeat</span>
<span class="mt1 f2 o-30">f21e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hexagon</span>
<span class="mt1 f2 o-30">f312</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/history.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#history"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">history</span>
<span class="mt1 f2 o-30">f1da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/home.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#home"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">home</span>
<span class="mt1 f2 o-30">f015</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hospital.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hospital"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hospital</span>
<span class="mt1 f2 o-30">f0f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hourglass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hourglass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass</span>
<span class="mt1 f2 o-30">f254</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hourglass-end.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hourglass-end"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-end</span>
<span class="mt1 f2 o-30">f253</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hourglass-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hourglass-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-half</span>
<span class="mt1 f2 o-30">f252</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/hourglass-start.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#hourglass-start"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-start</span>
<span class="mt1 f2 o-30">f251</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/id-badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#id-badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-badge</span>
<span class="mt1 f2 o-30">f2c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/id-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#id-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-card</span>
<span class="mt1 f2 o-30">f2c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">image</span>
<span class="mt1 f2 o-30">f03e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/images.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#images"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">images</span>
<span class="mt1 f2 o-30">f302</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/inbox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#inbox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox</span>
<span class="mt1 f2 o-30">f01c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/inbox-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#inbox-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-in</span>
<span class="mt1 f2 o-30">f310</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/inbox-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#inbox-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-out</span>
<span class="mt1 f2 o-30">f311</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/indent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#indent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">indent</span>
<span class="mt1 f2 o-30">f03c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/industry.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#industry"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry</span>
<span class="mt1 f2 o-30">f275</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/industry-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#industry-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry-alt</span>
<span class="mt1 f2 o-30">f3a6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/info.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#info"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info</span>
<span class="mt1 f2 o-30">f129</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/info-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#info-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-circle</span>
<span class="mt1 f2 o-30">f05a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/info-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#info-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-square</span>
<span class="mt1 f2 o-30">f30f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/italic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#italic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">italic</span>
<span class="mt1 f2 o-30">f033</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/jack-o-lantern.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#jack-o-lantern"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">jack-o-lantern</span>
<span class="mt1 f2 o-30">f30e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/leaf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#leaf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">leaf</span>
<span class="mt1 f2 o-30">f06c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#level-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down</span>
<span class="mt1 f2 o-30">f149</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-down-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#level-down-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down-alt</span>
<span class="mt1 f2 o-30">f3b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#level-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up</span>
<span class="mt1 f2 o-30">f148</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/level-up-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#level-up-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up-alt</span>
<span class="mt1 f2 o-30">f3b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lightbulb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lightbulb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lightbulb</span>
<span class="mt1 f2 o-30">f0eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">link</span>
<span class="mt1 f2 o-30">f0c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lira-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lira-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lira-sign</span>
<span class="mt1 f2 o-30">f195</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list</span>
<span class="mt1 f2 o-30">f03a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/list-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#list-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-alt</span>
<span class="mt1 f2 o-30">f022</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/list-ol.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#list-ol"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ol</span>
<span class="mt1 f2 o-30">f0cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/list-ul.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#list-ul"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ul</span>
<span class="mt1 f2 o-30">f0ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/location-arrow.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#location-arrow"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">location-arrow</span>
<span class="mt1 f2 o-30">f124</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock</span>
<span class="mt1 f2 o-30">f023</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-alt</span>
<span class="mt1 f2 o-30">f30d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lock-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lock-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open</span>
<span class="mt1 f2 o-30">f3b4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/lock-open-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#lock-open-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open-alt</span>
<span class="mt1 f2 o-30">f3b5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-down</span>
<span class="mt1 f2 o-30">f309</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-left</span>
<span class="mt1 f2 o-30">f30a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-right</span>
<span class="mt1 f2 o-30">f30b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-up</span>
<span class="mt1 f2 o-30">f30c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-down</span>
<span class="mt1 f2 o-30">f175</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-left</span>
<span class="mt1 f2 o-30">f177</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-right</span>
<span class="mt1 f2 o-30">f178</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/long-arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#long-arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-up</span>
<span class="mt1 f2 o-30">f176</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/magic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#magic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magic</span>
<span class="mt1 f2 o-30">f0d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/magnet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#magnet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magnet</span>
<span class="mt1 f2 o-30">f076</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/male.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#male"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">male</span>
<span class="mt1 f2 o-30">f183</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/map.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#map"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map</span>
<span class="mt1 f2 o-30">f279</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/map-marker.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#map-marker"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker</span>
<span class="mt1 f2 o-30">f041</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/map-marker-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#map-marker-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker-alt</span>
<span class="mt1 f2 o-30">f3b8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/map-pin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#map-pin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-pin</span>
<span class="mt1 f2 o-30">f276</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/map-signs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#map-signs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-signs</span>
<span class="mt1 f2 o-30">f277</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars</span>
<span class="mt1 f2 o-30">f222</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mars-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mars-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-double</span>
<span class="mt1 f2 o-30">f227</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mars-stroke.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mars-stroke"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke</span>
<span class="mt1 f2 o-30">f229</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mars-stroke-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mars-stroke-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-h</span>
<span class="mt1 f2 o-30">f22b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mars-stroke-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mars-stroke-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-v</span>
<span class="mt1 f2 o-30">f22a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/medkit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#medkit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medkit</span>
<span class="mt1 f2 o-30">f0fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mercury.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mercury"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mercury</span>
<span class="mt1 f2 o-30">f223</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/microchip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#microchip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">microchip</span>
<span class="mt1 f2 o-30">f2db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus</span>
<span class="mt1 f2 o-30">f068</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#minus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-circle</span>
<span class="mt1 f2 o-30">f056</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#minus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-hexagon</span>
<span class="mt1 f2 o-30">f307</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#minus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-octagon</span>
<span class="mt1 f2 o-30">f308</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/minus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#minus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-square</span>
<span class="mt1 f2 o-30">f146</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mobile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mobile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile</span>
<span class="mt1 f2 o-30">f10b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mobile-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mobile-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-alt</span>
<span class="mt1 f2 o-30">f3bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mobile-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mobile-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android</span>
<span class="mt1 f2 o-30">f3be</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/mobile-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#mobile-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android-alt</span>
<span class="mt1 f2 o-30">f3bf</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/money-bill.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#money-bill"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill</span>
<span class="mt1 f2 o-30">f0d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/money-bill-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#money-bill-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill-alt</span>
<span class="mt1 f2 o-30">f3c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/motorcycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#motorcycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">motorcycle</span>
<span class="mt1 f2 o-30">f21c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/music.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#music"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">music</span>
<span class="mt1 f2 o-30">f001</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/neuter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#neuter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">neuter</span>
<span class="mt1 f2 o-30">f22c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">octagon</span>
<span class="mt1 f2 o-30">f306</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/outdent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#outdent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">outdent</span>
<span class="mt1 f2 o-30">f03b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paint-brush.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#paint-brush"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paint-brush</span>
<span class="mt1 f2 o-30">f1fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paper-plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#paper-plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paper-plane</span>
<span class="mt1 f2 o-30">f1d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paperclip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#paperclip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paperclip</span>
<span class="mt1 f2 o-30">f0c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paragraph.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#paragraph"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paragraph</span>
<span class="mt1 f2 o-30">f1dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/paste.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#paste"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paste</span>
<span class="mt1 f2 o-30">f0ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pause.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pause"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause</span>
<span class="mt1 f2 o-30">f04c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pause-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pause-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause-circle</span>
<span class="mt1 f2 o-30">f28b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pen.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pen"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen</span>
<span class="mt1 f2 o-30">f304</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pen-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pen-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-alt</span>
<span class="mt1 f2 o-30">f305</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pen-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pen-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-square</span>
<span class="mt1 f2 o-30">f14b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pencil.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pencil"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil</span>
<span class="mt1 f2 o-30">f040</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pencil-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pencil-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil-alt</span>
<span class="mt1 f2 o-30">f303</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/percent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#percent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">percent</span>
<span class="mt1 f2 o-30">f295</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/phone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#phone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone</span>
<span class="mt1 f2 o-30">f095</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/phone-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#phone-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-slash</span>
<span class="mt1 f2 o-30">f3cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/phone-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#phone-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-square</span>
<span class="mt1 f2 o-30">f098</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/phone-volume.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#phone-volume"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-volume</span>
<span class="mt1 f2 o-30">f2a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane</span>
<span class="mt1 f2 o-30">f072</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plane-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plane-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane-alt</span>
<span class="mt1 f2 o-30">f3cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/play.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#play"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play</span>
<span class="mt1 f2 o-30">f04b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/play-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#play-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play-circle</span>
<span class="mt1 f2 o-30">f144</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus</span>
<span class="mt1 f2 o-30">f067</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-circle</span>
<span class="mt1 f2 o-30">f055</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-hexagon</span>
<span class="mt1 f2 o-30">f300</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-octagon</span>
<span class="mt1 f2 o-30">f301</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/plus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#plus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-square</span>
<span class="mt1 f2 o-30">f0fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/poo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#poo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">poo</span>
<span class="mt1 f2 o-30">f2fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">portrait</span>
<span class="mt1 f2 o-30">f3ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/pound-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#pound-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pound-sign</span>
<span class="mt1 f2 o-30">f154</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/power-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#power-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">power-off</span>
<span class="mt1 f2 o-30">f011</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/print.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#print"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">print</span>
<span class="mt1 f2 o-30">f02f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/question.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#question"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question</span>
<span class="mt1 f2 o-30">f128</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/question-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#question-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-circle</span>
<span class="mt1 f2 o-30">f059</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/question-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#question-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-square</span>
<span class="mt1 f2 o-30">f2fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/quote-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#quote-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-left</span>
<span class="mt1 f2 o-30">f10d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/quote-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#quote-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-right</span>
<span class="mt1 f2 o-30">f10e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/random.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#random"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">random</span>
<span class="mt1 f2 o-30">f074</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rectangle-landscape.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rectangle-landscape"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-landscape</span>
<span class="mt1 f2 o-30">f2fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rectangle-portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rectangle-portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-portrait</span>
<span class="mt1 f2 o-30">f2fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rectangle-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rectangle-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-wide</span>
<span class="mt1 f2 o-30">f2fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/redo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#redo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo</span>
<span class="mt1 f2 o-30">f01e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/redo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#redo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo-alt</span>
<span class="mt1 f2 o-30">f2f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/registered.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#registered"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">registered</span>
<span class="mt1 f2 o-30">f25d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/repeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#repeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat</span>
<span class="mt1 f2 o-30">f363</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/repeat-1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#repeat-1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1</span>
<span class="mt1 f2 o-30">f365</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/repeat-1-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#repeat-1-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1-alt</span>
<span class="mt1 f2 o-30">f366</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/repeat-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#repeat-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-alt</span>
<span class="mt1 f2 o-30">f364</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/reply.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#reply"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply</span>
<span class="mt1 f2 o-30">f3d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/reply-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#reply-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply-all</span>
<span class="mt1 f2 o-30">f122</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/retweet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#retweet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet</span>
<span class="mt1 f2 o-30">f079</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/retweet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#retweet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet-alt</span>
<span class="mt1 f2 o-30">f361</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/road.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#road"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">road</span>
<span class="mt1 f2 o-30">f018</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rocket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rocket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rocket</span>
<span class="mt1 f2 o-30">f135</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rss.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rss"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss</span>
<span class="mt1 f2 o-30">f09e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rss-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rss-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss-square</span>
<span class="mt1 f2 o-30">f143</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ruble-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ruble-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ruble-sign</span>
<span class="mt1 f2 o-30">f158</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/rupee-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#rupee-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rupee-sign</span>
<span class="mt1 f2 o-30">f156</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/save.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#save"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">save</span>
<span class="mt1 f2 o-30">f0c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/scrubber.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#scrubber"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">scrubber</span>
<span class="mt1 f2 o-30">f2f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/search.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#search"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search</span>
<span class="mt1 f2 o-30">f002</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/search-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#search-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-minus</span>
<span class="mt1 f2 o-30">f010</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/search-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#search-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-plus</span>
<span class="mt1 f2 o-30">f00e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#share"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share</span>
<span class="mt1 f2 o-30">f064</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#share-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-all</span>
<span class="mt1 f2 o-30">f367</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#share-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt</span>
<span class="mt1 f2 o-30">f1e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share-alt-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#share-alt-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt-square</span>
<span class="mt1 f2 o-30">f1e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/share-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#share-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-square</span>
<span class="mt1 f2 o-30">f14d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shekel-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shekel-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shekel-sign</span>
<span class="mt1 f2 o-30">f20b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shield.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shield"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield</span>
<span class="mt1 f2 o-30">f132</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shield-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shield-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-alt</span>
<span class="mt1 f2 o-30">f3db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shield-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shield-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-check</span>
<span class="mt1 f2 o-30">f2f7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ship.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ship"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ship</span>
<span class="mt1 f2 o-30">f21a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shopping-cart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shopping-cart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shopping-cart</span>
<span class="mt1 f2 o-30">f07a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/shower.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#shower"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shower</span>
<span class="mt1 f2 o-30">f2cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sign-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sign-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in</span>
<span class="mt1 f2 o-30">f090</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sign-in-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sign-in-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in-alt</span>
<span class="mt1 f2 o-30">f2f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sign-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sign-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out</span>
<span class="mt1 f2 o-30">f08b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sign-out-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sign-out-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out-alt</span>
<span class="mt1 f2 o-30">f2f5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/signal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#signal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">signal</span>
<span class="mt1 f2 o-30">f012</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sitemap.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sitemap"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sitemap</span>
<span class="mt1 f2 o-30">f0e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/smile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#smile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">smile</span>
<span class="mt1 f2 o-30">f118</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort</span>
<span class="mt1 f2 o-30">f0dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-alpha-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-alpha-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-down</span>
<span class="mt1 f2 o-30">f15d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-alpha-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-alpha-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-up</span>
<span class="mt1 f2 o-30">f15e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-amount-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-amount-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-down</span>
<span class="mt1 f2 o-30">f160</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-amount-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-amount-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-up</span>
<span class="mt1 f2 o-30">f161</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-down</span>
<span class="mt1 f2 o-30">f0dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-numeric-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-numeric-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-down</span>
<span class="mt1 f2 o-30">f162</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-numeric-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-numeric-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-up</span>
<span class="mt1 f2 o-30">f163</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sort-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sort-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-up</span>
<span class="mt1 f2 o-30">f0de</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/space-shuttle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#space-shuttle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">space-shuttle</span>
<span class="mt1 f2 o-30">f197</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/spade.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#spade"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spade</span>
<span class="mt1 f2 o-30">f2f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/spinner.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#spinner"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner</span>
<span class="mt1 f2 o-30">f110</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/spinner-third.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#spinner-third"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner-third</span>
<span class="mt1 f2 o-30">f3df</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">square</span>
<span class="mt1 f2 o-30">f0c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/star.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#star"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star</span>
<span class="mt1 f2 o-30">f005</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/star-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#star-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-exclamation</span>
<span class="mt1 f2 o-30">f2f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/star-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#star-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-half</span>
<span class="mt1 f2 o-30">f089</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/step-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#step-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-backward</span>
<span class="mt1 f2 o-30">f048</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/step-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#step-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-forward</span>
<span class="mt1 f2 o-30">f051</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sticky-note.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sticky-note"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sticky-note</span>
<span class="mt1 f2 o-30">f249</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/stop.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#stop"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop</span>
<span class="mt1 f2 o-30">f04d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/stop-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#stop-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop-circle</span>
<span class="mt1 f2 o-30">f28d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/stopwatch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#stopwatch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stopwatch</span>
<span class="mt1 f2 o-30">f2f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/street-view.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#street-view"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">street-view</span>
<span class="mt1 f2 o-30">f21d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/strikethrough.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#strikethrough"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">strikethrough</span>
<span class="mt1 f2 o-30">f0cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/subscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#subscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subscript</span>
<span class="mt1 f2 o-30">f12c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/subway.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#subway"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subway</span>
<span class="mt1 f2 o-30">f239</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/suitcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#suitcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">suitcase</span>
<span class="mt1 f2 o-30">f0f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/superscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#superscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">superscript</span>
<span class="mt1 f2 o-30">f12b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sync.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sync"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync</span>
<span class="mt1 f2 o-30">f021</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/sync-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#sync-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync-alt</span>
<span class="mt1 f2 o-30">f2f1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/table.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#table"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">table</span>
<span class="mt1 f2 o-30">f0ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tablet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tablet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet</span>
<span class="mt1 f2 o-30">f10a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tablet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tablet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-alt</span>
<span class="mt1 f2 o-30">f3e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tablet-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tablet-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android</span>
<span class="mt1 f2 o-30">f3e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tablet-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tablet-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android-alt</span>
<span class="mt1 f2 o-30">f3e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tag</span>
<span class="mt1 f2 o-30">f02b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tags.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tags"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tags</span>
<span class="mt1 f2 o-30">f02c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tasks.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tasks"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tasks</span>
<span class="mt1 f2 o-30">f0ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/taxi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#taxi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">taxi</span>
<span class="mt1 f2 o-30">f1ba</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/terminal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#terminal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">terminal</span>
<span class="mt1 f2 o-30">f120</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/text-height.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#text-height"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-height</span>
<span class="mt1 f2 o-30">f034</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/text-width.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#text-width"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-width</span>
<span class="mt1 f2 o-30">f035</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/th.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#th"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th</span>
<span class="mt1 f2 o-30">f00a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/th-large.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#th-large"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-large</span>
<span class="mt1 f2 o-30">f009</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/th-list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#th-list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-list</span>
<span class="mt1 f2 o-30">f00b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thermometer-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thermometer-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-empty</span>
<span class="mt1 f2 o-30">f2cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thermometer-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thermometer-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-full</span>
<span class="mt1 f2 o-30">f2c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thermometer-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thermometer-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-half</span>
<span class="mt1 f2 o-30">f2c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thermometer-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thermometer-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-quarter</span>
<span class="mt1 f2 o-30">f2ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thermometer-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thermometer-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-three-quarters</span>
<span class="mt1 f2 o-30">f2c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thumbs-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thumbs-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-down</span>
<span class="mt1 f2 o-30">f165</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/thumbs-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#thumbs-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-up</span>
<span class="mt1 f2 o-30">f164</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ticket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ticket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket</span>
<span class="mt1 f2 o-30">f145</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/ticket-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#ticket-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket-alt</span>
<span class="mt1 f2 o-30">f3e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times</span>
<span class="mt1 f2 o-30">f00d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/times-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#times-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-circle</span>
<span class="mt1 f2 o-30">f057</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/times-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#times-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-hexagon</span>
<span class="mt1 f2 o-30">f2ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/times-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#times-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-octagon</span>
<span class="mt1 f2 o-30">f2f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/times-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#times-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-square</span>
<span class="mt1 f2 o-30">f2d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/tint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#tint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tint</span>
<span class="mt1 f2 o-30">f043</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/train.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#train"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">train</span>
<span class="mt1 f2 o-30">f238</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/transgender.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#transgender"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender</span>
<span class="mt1 f2 o-30">f224</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/transgender-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#transgender-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender-alt</span>
<span class="mt1 f2 o-30">f225</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/trash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#trash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash</span>
<span class="mt1 f2 o-30">f1f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/trash-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#trash-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash-alt</span>
<span class="mt1 f2 o-30">f2ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">triangle</span>
<span class="mt1 f2 o-30">f2ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/trophy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#trophy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy</span>
<span class="mt1 f2 o-30">f091</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/trophy-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#trophy-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy-alt</span>
<span class="mt1 f2 o-30">f2eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/truck.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#truck"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">truck</span>
<span class="mt1 f2 o-30">f0d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/underline.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#underline"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">underline</span>
<span class="mt1 f2 o-30">f0cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/undo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#undo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo</span>
<span class="mt1 f2 o-30">f0e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/undo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#undo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo-alt</span>
<span class="mt1 f2 o-30">f2ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/unlink.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#unlink"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlink</span>
<span class="mt1 f2 o-30">f127</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/unlock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#unlock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock</span>
<span class="mt1 f2 o-30">f09c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/unlock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#unlock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock-alt</span>
<span class="mt1 f2 o-30">f13e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">upload</span>
<span class="mt1 f2 o-30">f093</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/usd-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#usd-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-circle</span>
<span class="mt1 f2 o-30">f2e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/usd-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#usd-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-square</span>
<span class="mt1 f2 o-30">f2e9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user</span>
<span class="mt1 f2 o-30">f007</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-alt</span>
<span class="mt1 f2 o-30">f3eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-circle</span>
<span class="mt1 f2 o-30">f2bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-md.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-md"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-md</span>
<span class="mt1 f2 o-30">f0f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-plus</span>
<span class="mt1 f2 o-30">f234</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-secret.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-secret"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-secret</span>
<span class="mt1 f2 o-30">f21b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/user-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#user-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-times</span>
<span class="mt1 f2 o-30">f235</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/users.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#users"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">users</span>
<span class="mt1 f2 o-30">f0c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/utensil-fork.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#utensil-fork"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-fork</span>
<span class="mt1 f2 o-30">f2e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/utensil-knife.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#utensil-knife"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-knife</span>
<span class="mt1 f2 o-30">f2e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/utensil-spoon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#utensil-spoon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-spoon</span>
<span class="mt1 f2 o-30">f2e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/utensils.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#utensils"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils</span>
<span class="mt1 f2 o-30">f2e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/utensils-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#utensils-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils-alt</span>
<span class="mt1 f2 o-30">f2e6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/venus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#venus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus</span>
<span class="mt1 f2 o-30">f221</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/venus-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#venus-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-double</span>
<span class="mt1 f2 o-30">f226</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/venus-mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#venus-mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-mars</span>
<span class="mt1 f2 o-30">f228</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">video</span>
<span class="mt1 f2 o-30">f03d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/volume-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#volume-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-down</span>
<span class="mt1 f2 o-30">f027</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/volume-mute.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#volume-mute"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-mute</span>
<span class="mt1 f2 o-30">f2e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/volume-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#volume-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-off</span>
<span class="mt1 f2 o-30">f026</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/volume-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#volume-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-up</span>
<span class="mt1 f2 o-30">f028</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/watch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#watch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">watch</span>
<span class="mt1 f2 o-30">f2e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/wheelchair.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#wheelchair"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wheelchair</span>
<span class="mt1 f2 o-30">f193</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/wifi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#wifi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wifi</span>
<span class="mt1 f2 o-30">f1eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-close.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#window-close"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-close</span>
<span class="mt1 f2 o-30">f3f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-maximize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#window-maximize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-maximize</span>
<span class="mt1 f2 o-30">f2d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-minimize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#window-minimize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-minimize</span>
<span class="mt1 f2 o-30">f2d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/window-restore.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#window-restore"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-restore</span>
<span class="mt1 f2 o-30">f2d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/won-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#won-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">won-sign</span>
<span class="mt1 f2 o-30">f159</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/solid/yen-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/solid.svg#yen-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yen-sign</span>
<span class="mt1 f2 o-30">f157</span>
</div>
</li>
</ul>
</section>
<section id="far" class="mb6">
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Regular <span class="pl3 gray5 fr mt1 f3">524 icons</span></h2>
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/address-book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#address-book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-book</span>
<span class="mt1 f2 o-30">f2b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/address-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#address-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-card</span>
<span class="mt1 f2 o-30">f2bb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/adjust.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#adjust"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">adjust</span>
<span class="mt1 f2 o-30">f042</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/alarm-clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#alarm-clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">alarm-clock</span>
<span class="mt1 f2 o-30">f34e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/align-center.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#align-center"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-center</span>
<span class="mt1 f2 o-30">f037</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/align-justify.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#align-justify"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-justify</span>
<span class="mt1 f2 o-30">f039</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/align-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#align-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-left</span>
<span class="mt1 f2 o-30">f036</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/align-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#align-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-right</span>
<span class="mt1 f2 o-30">f038</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ambulance.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ambulance"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ambulance</span>
<span class="mt1 f2 o-30">f0f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/anchor.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#anchor"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">anchor</span>
<span class="mt1 f2 o-30">f13d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-down</span>
<span class="mt1 f2 o-30">f103</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-left</span>
<span class="mt1 f2 o-30">f100</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-right</span>
<span class="mt1 f2 o-30">f101</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-up</span>
<span class="mt1 f2 o-30">f102</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-down</span>
<span class="mt1 f2 o-30">f107</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-left</span>
<span class="mt1 f2 o-30">f104</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-right</span>
<span class="mt1 f2 o-30">f105</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/angle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#angle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-up</span>
<span class="mt1 f2 o-30">f106</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">archive</span>
<span class="mt1 f2 o-30">f187</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-down</span>
<span class="mt1 f2 o-30">f358</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-left</span>
<span class="mt1 f2 o-30">f359</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-right</span>
<span class="mt1 f2 o-30">f35a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-up</span>
<span class="mt1 f2 o-30">f35b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-down</span>
<span class="mt1 f2 o-30">f354</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-bottom</span>
<span class="mt1 f2 o-30">f346</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-left</span>
<span class="mt1 f2 o-30">f347</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-right</span>
<span class="mt1 f2 o-30">f348</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-top</span>
<span class="mt1 f2 o-30">f349</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-left</span>
<span class="mt1 f2 o-30">f355</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-right</span>
<span class="mt1 f2 o-30">f356</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-down</span>
<span class="mt1 f2 o-30">f350</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-left</span>
<span class="mt1 f2 o-30">f351</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-right</span>
<span class="mt1 f2 o-30">f352</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-up</span>
<span class="mt1 f2 o-30">f353</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-bottom</span>
<span class="mt1 f2 o-30">f34a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-left</span>
<span class="mt1 f2 o-30">f34b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-right</span>
<span class="mt1 f2 o-30">f34c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-top</span>
<span class="mt1 f2 o-30">f34d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-up</span>
<span class="mt1 f2 o-30">f357</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-down</span>
<span class="mt1 f2 o-30">f0ab</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-left</span>
<span class="mt1 f2 o-30">f0a8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-right</span>
<span class="mt1 f2 o-30">f0a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-up</span>
<span class="mt1 f2 o-30">f0aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-down</span>
<span class="mt1 f2 o-30">f063</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-bottom</span>
<span class="mt1 f2 o-30">f342</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-left</span>
<span class="mt1 f2 o-30">f343</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-right</span>
<span class="mt1 f2 o-30">f344</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-top</span>
<span class="mt1 f2 o-30">f345</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-left</span>
<span class="mt1 f2 o-30">f060</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-right</span>
<span class="mt1 f2 o-30">f061</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-down</span>
<span class="mt1 f2 o-30">f339</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-left</span>
<span class="mt1 f2 o-30">f33a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-right</span>
<span class="mt1 f2 o-30">f33b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-up</span>
<span class="mt1 f2 o-30">f33c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-bottom</span>
<span class="mt1 f2 o-30">f33d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-left</span>
<span class="mt1 f2 o-30">f33e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-right</span>
<span class="mt1 f2 o-30">f340</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-top</span>
<span class="mt1 f2 o-30">f341</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-up</span>
<span class="mt1 f2 o-30">f062</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows</span>
<span class="mt1 f2 o-30">f047</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt</span>
<span class="mt1 f2 o-30">f0b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows-alt-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows-alt-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-h</span>
<span class="mt1 f2 o-30">f337</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows-alt-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows-alt-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-v</span>
<span class="mt1 f2 o-30">f338</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-h</span>
<span class="mt1 f2 o-30">f07e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/arrows-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#arrows-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-v</span>
<span class="mt1 f2 o-30">f07d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/asterisk.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#asterisk"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">asterisk</span>
<span class="mt1 f2 o-30">f069</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/at.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#at"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">at</span>
<span class="mt1 f2 o-30">f1fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/audio-description.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#audio-description"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">audio-description</span>
<span class="mt1 f2 o-30">f29e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">backward</span>
<span class="mt1 f2 o-30">f04a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge</span>
<span class="mt1 f2 o-30">f335</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/badge-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#badge-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge-check</span>
<span class="mt1 f2 o-30">f336</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/balance-scale.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#balance-scale"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">balance-scale</span>
<span class="mt1 f2 o-30">f24e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ban.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ban"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ban</span>
<span class="mt1 f2 o-30">f05e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/barcode.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#barcode"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">barcode</span>
<span class="mt1 f2 o-30">f02a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bars</span>
<span class="mt1 f2 o-30">f0c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bath.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bath"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bath</span>
<span class="mt1 f2 o-30">f2cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-bolt</span>
<span class="mt1 f2 o-30">f375</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-empty</span>
<span class="mt1 f2 o-30">f244</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-full</span>
<span class="mt1 f2 o-30">f240</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-half</span>
<span class="mt1 f2 o-30">f242</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-quarter</span>
<span class="mt1 f2 o-30">f243</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-slash</span>
<span class="mt1 f2 o-30">f376</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/battery-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#battery-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-three-quarters</span>
<span class="mt1 f2 o-30">f241</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bed.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bed"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bed</span>
<span class="mt1 f2 o-30">f236</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/beer.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#beer"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">beer</span>
<span class="mt1 f2 o-30">f0fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bell.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bell"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell</span>
<span class="mt1 f2 o-30">f0f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bell-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bell-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell-slash</span>
<span class="mt1 f2 o-30">f1f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bicycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bicycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bicycle</span>
<span class="mt1 f2 o-30">f206</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/birthday-cake.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#birthday-cake"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">birthday-cake</span>
<span class="mt1 f2 o-30">f1fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bold.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bold"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bold</span>
<span class="mt1 f2 o-30">f032</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bolt</span>
<span class="mt1 f2 o-30">f0e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bomb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bomb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bomb</span>
<span class="mt1 f2 o-30">f1e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">book</span>
<span class="mt1 f2 o-30">f02d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bookmark.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bookmark"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bookmark</span>
<span class="mt1 f2 o-30">f02e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/braille.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#braille"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">braille</span>
<span class="mt1 f2 o-30">f2a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/briefcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#briefcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">briefcase</span>
<span class="mt1 f2 o-30">f0b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/building.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#building"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">building</span>
<span class="mt1 f2 o-30">f1ad</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bullhorn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bullhorn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullhorn</span>
<span class="mt1 f2 o-30">f0a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bullseye.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bullseye"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullseye</span>
<span class="mt1 f2 o-30">f140</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/bus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#bus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bus</span>
<span class="mt1 f2 o-30">f207</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calculator.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calculator"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calculator</span>
<span class="mt1 f2 o-30">f1ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar</span>
<span class="mt1 f2 o-30">f133</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-alt</span>
<span class="mt1 f2 o-30">f073</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-check</span>
<span class="mt1 f2 o-30">f274</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-edit</span>
<span class="mt1 f2 o-30">f333</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-exclamation</span>
<span class="mt1 f2 o-30">f334</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-minus</span>
<span class="mt1 f2 o-30">f272</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-plus</span>
<span class="mt1 f2 o-30">f271</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/calendar-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#calendar-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-times</span>
<span class="mt1 f2 o-30">f273</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/camera.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#camera"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera</span>
<span class="mt1 f2 o-30">f030</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/camera-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#camera-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-alt</span>
<span class="mt1 f2 o-30">f332</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/camera-retro.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#camera-retro"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-retro</span>
<span class="mt1 f2 o-30">f083</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/car.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#car"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">car</span>
<span class="mt1 f2 o-30">f1b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-down</span>
<span class="mt1 f2 o-30">f32d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-left</span>
<span class="mt1 f2 o-30">f32e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-right</span>
<span class="mt1 f2 o-30">f330</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-up</span>
<span class="mt1 f2 o-30">f331</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-down</span>
<span class="mt1 f2 o-30">f0d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-left</span>
<span class="mt1 f2 o-30">f0d9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-right</span>
<span class="mt1 f2 o-30">f0da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-down</span>
<span class="mt1 f2 o-30">f150</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-left</span>
<span class="mt1 f2 o-30">f191</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-right</span>
<span class="mt1 f2 o-30">f152</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-up</span>
<span class="mt1 f2 o-30">f151</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/caret-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#caret-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-up</span>
<span class="mt1 f2 o-30">f0d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cart-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cart-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-arrow-down</span>
<span class="mt1 f2 o-30">f218</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cart-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cart-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-plus</span>
<span class="mt1 f2 o-30">f217</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/certificate.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#certificate"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">certificate</span>
<span class="mt1 f2 o-30">f0a3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chart-area.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chart-area"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-area</span>
<span class="mt1 f2 o-30">f1fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chart-bar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chart-bar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-bar</span>
<span class="mt1 f2 o-30">f080</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chart-line.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chart-line"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-line</span>
<span class="mt1 f2 o-30">f201</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chart-pie.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chart-pie"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-pie</span>
<span class="mt1 f2 o-30">f200</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check</span>
<span class="mt1 f2 o-30">f00c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/check-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#check-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-circle</span>
<span class="mt1 f2 o-30">f058</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/check-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#check-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-square</span>
<span class="mt1 f2 o-30">f14a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-down</span>
<span class="mt1 f2 o-30">f13a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-left</span>
<span class="mt1 f2 o-30">f137</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-right</span>
<span class="mt1 f2 o-30">f138</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-up</span>
<span class="mt1 f2 o-30">f139</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-down</span>
<span class="mt1 f2 o-30">f322</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-left</span>
<span class="mt1 f2 o-30">f323</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-right</span>
<span class="mt1 f2 o-30">f324</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-up</span>
<span class="mt1 f2 o-30">f325</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-down</span>
<span class="mt1 f2 o-30">f078</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-left</span>
<span class="mt1 f2 o-30">f053</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-right</span>
<span class="mt1 f2 o-30">f054</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-down</span>
<span class="mt1 f2 o-30">f329</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-left</span>
<span class="mt1 f2 o-30">f32a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-right</span>
<span class="mt1 f2 o-30">f32b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-up</span>
<span class="mt1 f2 o-30">f32c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/chevron-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#chevron-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-up</span>
<span class="mt1 f2 o-30">f077</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/child.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#child"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">child</span>
<span class="mt1 f2 o-30">f1ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle</span>
<span class="mt1 f2 o-30">f111</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/circle-notch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#circle-notch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle-notch</span>
<span class="mt1 f2 o-30">f1ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/clipboard.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#clipboard"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clipboard</span>
<span class="mt1 f2 o-30">f328</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clock</span>
<span class="mt1 f2 o-30">f017</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/clone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#clone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clone</span>
<span class="mt1 f2 o-30">f24d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/closed-captioning.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#closed-captioning"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">closed-captioning</span>
<span class="mt1 f2 o-30">f20a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cloud.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cloud"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud</span>
<span class="mt1 f2 o-30">f0c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cloud-download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cloud-download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download</span>
<span class="mt1 f2 o-30">f0ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cloud-download-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cloud-download-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download-alt</span>
<span class="mt1 f2 o-30">f37e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cloud-upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cloud-upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload</span>
<span class="mt1 f2 o-30">f0ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cloud-upload-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cloud-upload-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload-alt</span>
<span class="mt1 f2 o-30">f37f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/club.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#club"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">club</span>
<span class="mt1 f2 o-30">f327</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">code</span>
<span class="mt1 f2 o-30">f121</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/coffee.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#coffee"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">coffee</span>
<span class="mt1 f2 o-30">f0f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cog.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cog"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cog</span>
<span class="mt1 f2 o-30">f013</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cogs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cogs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cogs</span>
<span class="mt1 f2 o-30">f085</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/columns.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#columns"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">columns</span>
<span class="mt1 f2 o-30">f0db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/comment.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#comment"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment</span>
<span class="mt1 f2 o-30">f075</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/comment-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#comment-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment-alt</span>
<span class="mt1 f2 o-30">f27a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/comments.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#comments"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comments</span>
<span class="mt1 f2 o-30">f086</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/compass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#compass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compass</span>
<span class="mt1 f2 o-30">f14e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/compress.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#compress"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress</span>
<span class="mt1 f2 o-30">f066</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/compress-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#compress-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress-wide</span>
<span class="mt1 f2 o-30">f326</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/copy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#copy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copy</span>
<span class="mt1 f2 o-30">f0c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/copyright.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#copyright"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copyright</span>
<span class="mt1 f2 o-30">f1f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/credit-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#credit-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card</span>
<span class="mt1 f2 o-30">f09d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/credit-card-blank.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#credit-card-blank"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-blank</span>
<span class="mt1 f2 o-30">f384</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/credit-card-front.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#credit-card-front"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-front</span>
<span class="mt1 f2 o-30">f385</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/crosshairs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#crosshairs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">crosshairs</span>
<span class="mt1 f2 o-30">f05b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cube.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cube"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cube</span>
<span class="mt1 f2 o-30">f1b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cubes.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cubes"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cubes</span>
<span class="mt1 f2 o-30">f1b3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/cut.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#cut"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cut</span>
<span class="mt1 f2 o-30">f0c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/database.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#database"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">database</span>
<span class="mt1 f2 o-30">f1c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/diamond.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#diamond"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">diamond</span>
<span class="mt1 f2 o-30">f219</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/dollar-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#dollar-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dollar-sign</span>
<span class="mt1 f2 o-30">f155</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/dot-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#dot-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dot-circle</span>
<span class="mt1 f2 o-30">f192</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">download</span>
<span class="mt1 f2 o-30">f019</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">edit</span>
<span class="mt1 f2 o-30">f044</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/eject.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#eject"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eject</span>
<span class="mt1 f2 o-30">f052</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ellipsis-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ellipsis-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-h</span>
<span class="mt1 f2 o-30">f141</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ellipsis-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ellipsis-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-v</span>
<span class="mt1 f2 o-30">f142</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/envelope.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#envelope"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope</span>
<span class="mt1 f2 o-30">f0e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/envelope-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#envelope-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-open</span>
<span class="mt1 f2 o-30">f2b6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/envelope-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#envelope-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-square</span>
<span class="mt1 f2 o-30">f199</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/eraser.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#eraser"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eraser</span>
<span class="mt1 f2 o-30">f12d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/euro-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#euro-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">euro-sign</span>
<span class="mt1 f2 o-30">f153</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exchange.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exchange"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange</span>
<span class="mt1 f2 o-30">f0ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exchange-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exchange-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange-alt</span>
<span class="mt1 f2 o-30">f362</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation</span>
<span class="mt1 f2 o-30">f12a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exclamation-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exclamation-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-circle</span>
<span class="mt1 f2 o-30">f06a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exclamation-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exclamation-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-square</span>
<span class="mt1 f2 o-30">f321</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/exclamation-triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#exclamation-triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-triangle</span>
<span class="mt1 f2 o-30">f071</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/expand.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#expand"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand</span>
<span class="mt1 f2 o-30">f065</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/expand-arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#expand-arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows</span>
<span class="mt1 f2 o-30">f31d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/expand-arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#expand-arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows-alt</span>
<span class="mt1 f2 o-30">f31e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/expand-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#expand-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-wide</span>
<span class="mt1 f2 o-30">f320</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/external-link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#external-link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link</span>
<span class="mt1 f2 o-30">f08e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/external-link-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#external-link-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-alt</span>
<span class="mt1 f2 o-30">f35d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/external-link-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#external-link-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square</span>
<span class="mt1 f2 o-30">f14c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/external-link-square-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#external-link-square-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square-alt</span>
<span class="mt1 f2 o-30">f360</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/fast-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#fast-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-backward</span>
<span class="mt1 f2 o-30">f049</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/fast-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#fast-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-forward</span>
<span class="mt1 f2 o-30">f050</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/female.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#female"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">female</span>
<span class="mt1 f2 o-30">f182</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/fighter-jet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#fighter-jet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fighter-jet</span>
<span class="mt1 f2 o-30">f0fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file</span>
<span class="mt1 f2 o-30">f15b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-alt</span>
<span class="mt1 f2 o-30">f15c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-archive</span>
<span class="mt1 f2 o-30">f1c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-audio.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-audio"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-audio</span>
<span class="mt1 f2 o-30">f1c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-check</span>
<span class="mt1 f2 o-30">f316</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-code</span>
<span class="mt1 f2 o-30">f1c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-edit</span>
<span class="mt1 f2 o-30">f31c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-excel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-excel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-excel</span>
<span class="mt1 f2 o-30">f1c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-exclamation</span>
<span class="mt1 f2 o-30">f31a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-image</span>
<span class="mt1 f2 o-30">f1c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-minus</span>
<span class="mt1 f2 o-30">f318</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-pdf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-pdf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-pdf</span>
<span class="mt1 f2 o-30">f1c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-plus</span>
<span class="mt1 f2 o-30">f319</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-powerpoint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-powerpoint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-powerpoint</span>
<span class="mt1 f2 o-30">f1c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-times</span>
<span class="mt1 f2 o-30">f317</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-video</span>
<span class="mt1 f2 o-30">f1c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/file-word.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#file-word"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-word</span>
<span class="mt1 f2 o-30">f1c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/film.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#film"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">film</span>
<span class="mt1 f2 o-30">f008</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/flag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#flag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flag</span>
<span class="mt1 f2 o-30">f024</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/flask.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#flask"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flask</span>
<span class="mt1 f2 o-30">f0c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/folder.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#folder"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder</span>
<span class="mt1 f2 o-30">f07b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/folder-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#folder-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder-open</span>
<span class="mt1 f2 o-30">f07c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/font.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#font"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">font</span>
<span class="mt1 f2 o-30">f031</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">forward</span>
<span class="mt1 f2 o-30">f04e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/gamepad.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#gamepad"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gamepad</span>
<span class="mt1 f2 o-30">f11b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/gem.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#gem"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gem</span>
<span class="mt1 f2 o-30">f39a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/genderless.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#genderless"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">genderless</span>
<span class="mt1 f2 o-30">f22d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/glass-martini.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#glass-martini"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">glass-martini</span>
<span class="mt1 f2 o-30">f000</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/h-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#h-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h-square</span>
<span class="mt1 f2 o-30">f0fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/h1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#h1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h1</span>
<span class="mt1 f2 o-30">f313</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/h2.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#h2"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h2</span>
<span class="mt1 f2 o-30">f314</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/h3.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#h3"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h3</span>
<span class="mt1 f2 o-30">f315</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hashtag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hashtag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hashtag</span>
<span class="mt1 f2 o-30">f292</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hdd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hdd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hdd</span>
<span class="mt1 f2 o-30">f0a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/heading.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#heading"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heading</span>
<span class="mt1 f2 o-30">f1dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/headphones.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#headphones"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">headphones</span>
<span class="mt1 f2 o-30">f025</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/heart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#heart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heart</span>
<span class="mt1 f2 o-30">f004</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/heartbeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#heartbeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heartbeat</span>
<span class="mt1 f2 o-30">f21e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hexagon</span>
<span class="mt1 f2 o-30">f312</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/history.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#history"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">history</span>
<span class="mt1 f2 o-30">f1da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/home.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#home"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">home</span>
<span class="mt1 f2 o-30">f015</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hospital.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hospital"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hospital</span>
<span class="mt1 f2 o-30">f0f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hourglass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hourglass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass</span>
<span class="mt1 f2 o-30">f254</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hourglass-end.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hourglass-end"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-end</span>
<span class="mt1 f2 o-30">f253</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hourglass-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hourglass-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-half</span>
<span class="mt1 f2 o-30">f252</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/hourglass-start.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#hourglass-start"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-start</span>
<span class="mt1 f2 o-30">f251</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/id-badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#id-badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-badge</span>
<span class="mt1 f2 o-30">f2c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/id-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#id-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-card</span>
<span class="mt1 f2 o-30">f2c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">image</span>
<span class="mt1 f2 o-30">f03e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/images.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#images"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">images</span>
<span class="mt1 f2 o-30">f302</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/inbox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#inbox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox</span>
<span class="mt1 f2 o-30">f01c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/inbox-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#inbox-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-in</span>
<span class="mt1 f2 o-30">f310</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/inbox-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#inbox-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-out</span>
<span class="mt1 f2 o-30">f311</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/indent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#indent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">indent</span>
<span class="mt1 f2 o-30">f03c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/industry.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#industry"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry</span>
<span class="mt1 f2 o-30">f275</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/industry-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#industry-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry-alt</span>
<span class="mt1 f2 o-30">f3a6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/info.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#info"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info</span>
<span class="mt1 f2 o-30">f129</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/info-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#info-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-circle</span>
<span class="mt1 f2 o-30">f05a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/info-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#info-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-square</span>
<span class="mt1 f2 o-30">f30f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/italic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#italic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">italic</span>
<span class="mt1 f2 o-30">f033</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/jack-o-lantern.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#jack-o-lantern"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">jack-o-lantern</span>
<span class="mt1 f2 o-30">f30e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/leaf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#leaf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">leaf</span>
<span class="mt1 f2 o-30">f06c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/level-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#level-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down</span>
<span class="mt1 f2 o-30">f149</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/level-down-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#level-down-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down-alt</span>
<span class="mt1 f2 o-30">f3b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/level-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#level-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up</span>
<span class="mt1 f2 o-30">f148</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/level-up-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#level-up-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up-alt</span>
<span class="mt1 f2 o-30">f3b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lightbulb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lightbulb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lightbulb</span>
<span class="mt1 f2 o-30">f0eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">link</span>
<span class="mt1 f2 o-30">f0c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lira-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lira-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lira-sign</span>
<span class="mt1 f2 o-30">f195</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list</span>
<span class="mt1 f2 o-30">f03a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/list-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#list-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-alt</span>
<span class="mt1 f2 o-30">f022</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/list-ol.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#list-ol"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ol</span>
<span class="mt1 f2 o-30">f0cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/list-ul.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#list-ul"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ul</span>
<span class="mt1 f2 o-30">f0ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/location-arrow.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#location-arrow"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">location-arrow</span>
<span class="mt1 f2 o-30">f124</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock</span>
<span class="mt1 f2 o-30">f023</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-alt</span>
<span class="mt1 f2 o-30">f30d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lock-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lock-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open</span>
<span class="mt1 f2 o-30">f3b4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/lock-open-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#lock-open-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open-alt</span>
<span class="mt1 f2 o-30">f3b5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-down</span>
<span class="mt1 f2 o-30">f309</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-left</span>
<span class="mt1 f2 o-30">f30a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-right</span>
<span class="mt1 f2 o-30">f30b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-up</span>
<span class="mt1 f2 o-30">f30c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-down</span>
<span class="mt1 f2 o-30">f175</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-left</span>
<span class="mt1 f2 o-30">f177</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-right</span>
<span class="mt1 f2 o-30">f178</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/long-arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#long-arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-up</span>
<span class="mt1 f2 o-30">f176</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/magic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#magic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magic</span>
<span class="mt1 f2 o-30">f0d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/magnet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#magnet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magnet</span>
<span class="mt1 f2 o-30">f076</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/male.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#male"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">male</span>
<span class="mt1 f2 o-30">f183</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/map.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#map"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map</span>
<span class="mt1 f2 o-30">f279</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/map-marker.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#map-marker"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker</span>
<span class="mt1 f2 o-30">f041</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/map-marker-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#map-marker-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker-alt</span>
<span class="mt1 f2 o-30">f3b8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/map-pin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#map-pin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-pin</span>
<span class="mt1 f2 o-30">f276</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/map-signs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#map-signs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-signs</span>
<span class="mt1 f2 o-30">f277</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars</span>
<span class="mt1 f2 o-30">f222</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mars-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mars-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-double</span>
<span class="mt1 f2 o-30">f227</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mars-stroke.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mars-stroke"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke</span>
<span class="mt1 f2 o-30">f229</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mars-stroke-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mars-stroke-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-h</span>
<span class="mt1 f2 o-30">f22b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mars-stroke-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mars-stroke-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-v</span>
<span class="mt1 f2 o-30">f22a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/medkit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#medkit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medkit</span>
<span class="mt1 f2 o-30">f0fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mercury.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mercury"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mercury</span>
<span class="mt1 f2 o-30">f223</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/microchip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#microchip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">microchip</span>
<span class="mt1 f2 o-30">f2db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus</span>
<span class="mt1 f2 o-30">f068</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/minus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#minus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-circle</span>
<span class="mt1 f2 o-30">f056</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/minus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#minus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-hexagon</span>
<span class="mt1 f2 o-30">f307</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/minus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#minus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-octagon</span>
<span class="mt1 f2 o-30">f308</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/minus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#minus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-square</span>
<span class="mt1 f2 o-30">f146</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mobile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mobile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile</span>
<span class="mt1 f2 o-30">f10b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mobile-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mobile-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-alt</span>
<span class="mt1 f2 o-30">f3bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mobile-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mobile-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android</span>
<span class="mt1 f2 o-30">f3be</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/mobile-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#mobile-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android-alt</span>
<span class="mt1 f2 o-30">f3bf</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/money-bill.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#money-bill"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill</span>
<span class="mt1 f2 o-30">f0d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/money-bill-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#money-bill-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill-alt</span>
<span class="mt1 f2 o-30">f3c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/motorcycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#motorcycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">motorcycle</span>
<span class="mt1 f2 o-30">f21c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/music.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#music"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">music</span>
<span class="mt1 f2 o-30">f001</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/neuter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#neuter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">neuter</span>
<span class="mt1 f2 o-30">f22c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">octagon</span>
<span class="mt1 f2 o-30">f306</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/outdent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#outdent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">outdent</span>
<span class="mt1 f2 o-30">f03b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/paint-brush.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#paint-brush"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paint-brush</span>
<span class="mt1 f2 o-30">f1fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/paper-plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#paper-plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paper-plane</span>
<span class="mt1 f2 o-30">f1d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/paperclip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#paperclip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paperclip</span>
<span class="mt1 f2 o-30">f0c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/paragraph.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#paragraph"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paragraph</span>
<span class="mt1 f2 o-30">f1dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/paste.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#paste"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paste</span>
<span class="mt1 f2 o-30">f0ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pause.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pause"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause</span>
<span class="mt1 f2 o-30">f04c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pause-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pause-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause-circle</span>
<span class="mt1 f2 o-30">f28b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pen.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pen"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen</span>
<span class="mt1 f2 o-30">f304</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pen-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pen-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-alt</span>
<span class="mt1 f2 o-30">f305</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pen-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pen-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-square</span>
<span class="mt1 f2 o-30">f14b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pencil.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pencil"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil</span>
<span class="mt1 f2 o-30">f040</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pencil-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pencil-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil-alt</span>
<span class="mt1 f2 o-30">f303</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/percent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#percent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">percent</span>
<span class="mt1 f2 o-30">f295</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/phone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#phone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone</span>
<span class="mt1 f2 o-30">f095</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/phone-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#phone-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-slash</span>
<span class="mt1 f2 o-30">f3cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/phone-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#phone-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-square</span>
<span class="mt1 f2 o-30">f098</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/phone-volume.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#phone-volume"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-volume</span>
<span class="mt1 f2 o-30">f2a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane</span>
<span class="mt1 f2 o-30">f072</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plane-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plane-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane-alt</span>
<span class="mt1 f2 o-30">f3cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/play.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#play"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play</span>
<span class="mt1 f2 o-30">f04b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/play-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#play-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play-circle</span>
<span class="mt1 f2 o-30">f144</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus</span>
<span class="mt1 f2 o-30">f067</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-circle</span>
<span class="mt1 f2 o-30">f055</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-hexagon</span>
<span class="mt1 f2 o-30">f300</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-octagon</span>
<span class="mt1 f2 o-30">f301</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/plus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#plus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-square</span>
<span class="mt1 f2 o-30">f0fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/poo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#poo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">poo</span>
<span class="mt1 f2 o-30">f2fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">portrait</span>
<span class="mt1 f2 o-30">f3ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/pound-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#pound-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pound-sign</span>
<span class="mt1 f2 o-30">f154</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/power-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#power-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">power-off</span>
<span class="mt1 f2 o-30">f011</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/print.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#print"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">print</span>
<span class="mt1 f2 o-30">f02f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/question.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#question"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question</span>
<span class="mt1 f2 o-30">f128</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/question-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#question-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-circle</span>
<span class="mt1 f2 o-30">f059</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/question-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#question-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-square</span>
<span class="mt1 f2 o-30">f2fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/quote-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#quote-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-left</span>
<span class="mt1 f2 o-30">f10d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/quote-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#quote-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-right</span>
<span class="mt1 f2 o-30">f10e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/random.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#random"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">random</span>
<span class="mt1 f2 o-30">f074</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rectangle-landscape.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rectangle-landscape"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-landscape</span>
<span class="mt1 f2 o-30">f2fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rectangle-portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rectangle-portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-portrait</span>
<span class="mt1 f2 o-30">f2fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rectangle-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rectangle-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-wide</span>
<span class="mt1 f2 o-30">f2fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/redo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#redo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo</span>
<span class="mt1 f2 o-30">f01e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/redo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#redo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo-alt</span>
<span class="mt1 f2 o-30">f2f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/registered.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#registered"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">registered</span>
<span class="mt1 f2 o-30">f25d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/repeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#repeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat</span>
<span class="mt1 f2 o-30">f363</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/repeat-1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#repeat-1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1</span>
<span class="mt1 f2 o-30">f365</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/repeat-1-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#repeat-1-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1-alt</span>
<span class="mt1 f2 o-30">f366</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/repeat-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#repeat-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-alt</span>
<span class="mt1 f2 o-30">f364</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/reply.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#reply"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply</span>
<span class="mt1 f2 o-30">f3d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/reply-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#reply-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply-all</span>
<span class="mt1 f2 o-30">f122</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/retweet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#retweet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet</span>
<span class="mt1 f2 o-30">f079</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/retweet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#retweet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet-alt</span>
<span class="mt1 f2 o-30">f361</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/road.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#road"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">road</span>
<span class="mt1 f2 o-30">f018</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rocket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rocket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rocket</span>
<span class="mt1 f2 o-30">f135</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rss.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rss"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss</span>
<span class="mt1 f2 o-30">f09e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rss-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rss-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss-square</span>
<span class="mt1 f2 o-30">f143</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ruble-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ruble-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ruble-sign</span>
<span class="mt1 f2 o-30">f158</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/rupee-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#rupee-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rupee-sign</span>
<span class="mt1 f2 o-30">f156</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/save.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#save"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">save</span>
<span class="mt1 f2 o-30">f0c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/scrubber.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#scrubber"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">scrubber</span>
<span class="mt1 f2 o-30">f2f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/search.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#search"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search</span>
<span class="mt1 f2 o-30">f002</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/search-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#search-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-minus</span>
<span class="mt1 f2 o-30">f010</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/search-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#search-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-plus</span>
<span class="mt1 f2 o-30">f00e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/share.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#share"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share</span>
<span class="mt1 f2 o-30">f064</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/share-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#share-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-all</span>
<span class="mt1 f2 o-30">f367</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/share-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#share-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt</span>
<span class="mt1 f2 o-30">f1e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/share-alt-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#share-alt-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt-square</span>
<span class="mt1 f2 o-30">f1e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/share-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#share-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-square</span>
<span class="mt1 f2 o-30">f14d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shekel-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shekel-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shekel-sign</span>
<span class="mt1 f2 o-30">f20b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shield.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shield"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield</span>
<span class="mt1 f2 o-30">f132</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shield-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shield-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-alt</span>
<span class="mt1 f2 o-30">f3db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shield-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shield-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-check</span>
<span class="mt1 f2 o-30">f2f7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ship.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ship"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ship</span>
<span class="mt1 f2 o-30">f21a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shopping-cart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shopping-cart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shopping-cart</span>
<span class="mt1 f2 o-30">f07a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/shower.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#shower"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shower</span>
<span class="mt1 f2 o-30">f2cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sign-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sign-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in</span>
<span class="mt1 f2 o-30">f090</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sign-in-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sign-in-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in-alt</span>
<span class="mt1 f2 o-30">f2f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sign-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sign-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out</span>
<span class="mt1 f2 o-30">f08b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sign-out-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sign-out-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out-alt</span>
<span class="mt1 f2 o-30">f2f5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/signal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#signal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">signal</span>
<span class="mt1 f2 o-30">f012</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sitemap.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sitemap"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sitemap</span>
<span class="mt1 f2 o-30">f0e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/smile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#smile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">smile</span>
<span class="mt1 f2 o-30">f118</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort</span>
<span class="mt1 f2 o-30">f0dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-alpha-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-alpha-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-down</span>
<span class="mt1 f2 o-30">f15d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-alpha-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-alpha-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-up</span>
<span class="mt1 f2 o-30">f15e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-amount-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-amount-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-down</span>
<span class="mt1 f2 o-30">f160</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-amount-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-amount-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-up</span>
<span class="mt1 f2 o-30">f161</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-down</span>
<span class="mt1 f2 o-30">f0dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-numeric-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-numeric-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-down</span>
<span class="mt1 f2 o-30">f162</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-numeric-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-numeric-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-up</span>
<span class="mt1 f2 o-30">f163</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sort-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sort-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-up</span>
<span class="mt1 f2 o-30">f0de</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/space-shuttle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#space-shuttle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">space-shuttle</span>
<span class="mt1 f2 o-30">f197</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/spade.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#spade"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spade</span>
<span class="mt1 f2 o-30">f2f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/spinner.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#spinner"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner</span>
<span class="mt1 f2 o-30">f110</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/spinner-third.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#spinner-third"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner-third</span>
<span class="mt1 f2 o-30">f3df</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">square</span>
<span class="mt1 f2 o-30">f0c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/star.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#star"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star</span>
<span class="mt1 f2 o-30">f005</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/star-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#star-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-exclamation</span>
<span class="mt1 f2 o-30">f2f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/star-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#star-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-half</span>
<span class="mt1 f2 o-30">f089</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/step-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#step-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-backward</span>
<span class="mt1 f2 o-30">f048</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/step-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#step-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-forward</span>
<span class="mt1 f2 o-30">f051</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sticky-note.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sticky-note"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sticky-note</span>
<span class="mt1 f2 o-30">f249</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/stop.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#stop"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop</span>
<span class="mt1 f2 o-30">f04d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/stop-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#stop-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop-circle</span>
<span class="mt1 f2 o-30">f28d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/stopwatch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#stopwatch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stopwatch</span>
<span class="mt1 f2 o-30">f2f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/street-view.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#street-view"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">street-view</span>
<span class="mt1 f2 o-30">f21d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/strikethrough.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#strikethrough"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">strikethrough</span>
<span class="mt1 f2 o-30">f0cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/subscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#subscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subscript</span>
<span class="mt1 f2 o-30">f12c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/subway.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#subway"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subway</span>
<span class="mt1 f2 o-30">f239</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/suitcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#suitcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">suitcase</span>
<span class="mt1 f2 o-30">f0f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/superscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#superscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">superscript</span>
<span class="mt1 f2 o-30">f12b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sync.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sync"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync</span>
<span class="mt1 f2 o-30">f021</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/sync-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#sync-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync-alt</span>
<span class="mt1 f2 o-30">f2f1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/table.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#table"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">table</span>
<span class="mt1 f2 o-30">f0ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tablet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tablet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet</span>
<span class="mt1 f2 o-30">f10a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tablet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tablet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-alt</span>
<span class="mt1 f2 o-30">f3e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tablet-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tablet-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android</span>
<span class="mt1 f2 o-30">f3e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tablet-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tablet-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android-alt</span>
<span class="mt1 f2 o-30">f3e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tag</span>
<span class="mt1 f2 o-30">f02b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tags.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tags"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tags</span>
<span class="mt1 f2 o-30">f02c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tasks.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tasks"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tasks</span>
<span class="mt1 f2 o-30">f0ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/taxi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#taxi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">taxi</span>
<span class="mt1 f2 o-30">f1ba</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/terminal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#terminal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">terminal</span>
<span class="mt1 f2 o-30">f120</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/text-height.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#text-height"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-height</span>
<span class="mt1 f2 o-30">f034</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/text-width.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#text-width"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-width</span>
<span class="mt1 f2 o-30">f035</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/th.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#th"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th</span>
<span class="mt1 f2 o-30">f00a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/th-large.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#th-large"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-large</span>
<span class="mt1 f2 o-30">f009</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/th-list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#th-list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-list</span>
<span class="mt1 f2 o-30">f00b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thermometer-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thermometer-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-empty</span>
<span class="mt1 f2 o-30">f2cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thermometer-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thermometer-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-full</span>
<span class="mt1 f2 o-30">f2c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thermometer-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thermometer-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-half</span>
<span class="mt1 f2 o-30">f2c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thermometer-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thermometer-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-quarter</span>
<span class="mt1 f2 o-30">f2ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thermometer-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thermometer-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-three-quarters</span>
<span class="mt1 f2 o-30">f2c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thumbs-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thumbs-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-down</span>
<span class="mt1 f2 o-30">f165</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/thumbs-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#thumbs-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-up</span>
<span class="mt1 f2 o-30">f164</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ticket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ticket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket</span>
<span class="mt1 f2 o-30">f145</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/ticket-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#ticket-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket-alt</span>
<span class="mt1 f2 o-30">f3e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times</span>
<span class="mt1 f2 o-30">f00d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/times-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#times-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-circle</span>
<span class="mt1 f2 o-30">f057</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/times-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#times-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-hexagon</span>
<span class="mt1 f2 o-30">f2ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/times-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#times-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-octagon</span>
<span class="mt1 f2 o-30">f2f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/times-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#times-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-square</span>
<span class="mt1 f2 o-30">f2d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/tint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#tint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tint</span>
<span class="mt1 f2 o-30">f043</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/train.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#train"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">train</span>
<span class="mt1 f2 o-30">f238</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/transgender.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#transgender"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender</span>
<span class="mt1 f2 o-30">f224</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/transgender-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#transgender-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender-alt</span>
<span class="mt1 f2 o-30">f225</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/trash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#trash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash</span>
<span class="mt1 f2 o-30">f1f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/trash-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#trash-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash-alt</span>
<span class="mt1 f2 o-30">f2ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">triangle</span>
<span class="mt1 f2 o-30">f2ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/trophy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#trophy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy</span>
<span class="mt1 f2 o-30">f091</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/trophy-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#trophy-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy-alt</span>
<span class="mt1 f2 o-30">f2eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/truck.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#truck"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">truck</span>
<span class="mt1 f2 o-30">f0d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/underline.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#underline"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">underline</span>
<span class="mt1 f2 o-30">f0cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/undo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#undo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo</span>
<span class="mt1 f2 o-30">f0e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/undo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#undo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo-alt</span>
<span class="mt1 f2 o-30">f2ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/unlink.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#unlink"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlink</span>
<span class="mt1 f2 o-30">f127</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/unlock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#unlock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock</span>
<span class="mt1 f2 o-30">f09c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/unlock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#unlock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock-alt</span>
<span class="mt1 f2 o-30">f13e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">upload</span>
<span class="mt1 f2 o-30">f093</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/usd-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#usd-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-circle</span>
<span class="mt1 f2 o-30">f2e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/usd-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#usd-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-square</span>
<span class="mt1 f2 o-30">f2e9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user</span>
<span class="mt1 f2 o-30">f007</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-alt</span>
<span class="mt1 f2 o-30">f3eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-circle</span>
<span class="mt1 f2 o-30">f2bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-md.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-md"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-md</span>
<span class="mt1 f2 o-30">f0f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-plus</span>
<span class="mt1 f2 o-30">f234</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-secret.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-secret"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-secret</span>
<span class="mt1 f2 o-30">f21b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/user-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#user-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-times</span>
<span class="mt1 f2 o-30">f235</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/users.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#users"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">users</span>
<span class="mt1 f2 o-30">f0c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/utensil-fork.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#utensil-fork"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-fork</span>
<span class="mt1 f2 o-30">f2e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/utensil-knife.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#utensil-knife"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-knife</span>
<span class="mt1 f2 o-30">f2e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/utensil-spoon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#utensil-spoon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-spoon</span>
<span class="mt1 f2 o-30">f2e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/utensils.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#utensils"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils</span>
<span class="mt1 f2 o-30">f2e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/utensils-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#utensils-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils-alt</span>
<span class="mt1 f2 o-30">f2e6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/venus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#venus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus</span>
<span class="mt1 f2 o-30">f221</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/venus-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#venus-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-double</span>
<span class="mt1 f2 o-30">f226</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/venus-mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#venus-mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-mars</span>
<span class="mt1 f2 o-30">f228</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">video</span>
<span class="mt1 f2 o-30">f03d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/volume-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#volume-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-down</span>
<span class="mt1 f2 o-30">f027</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/volume-mute.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#volume-mute"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-mute</span>
<span class="mt1 f2 o-30">f2e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/volume-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#volume-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-off</span>
<span class="mt1 f2 o-30">f026</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/volume-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#volume-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-up</span>
<span class="mt1 f2 o-30">f028</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/watch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#watch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">watch</span>
<span class="mt1 f2 o-30">f2e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/wheelchair.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#wheelchair"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wheelchair</span>
<span class="mt1 f2 o-30">f193</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/wifi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#wifi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wifi</span>
<span class="mt1 f2 o-30">f1eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/window-close.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#window-close"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-close</span>
<span class="mt1 f2 o-30">f3f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/window-maximize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#window-maximize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-maximize</span>
<span class="mt1 f2 o-30">f2d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/window-minimize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#window-minimize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-minimize</span>
<span class="mt1 f2 o-30">f2d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/window-restore.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#window-restore"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-restore</span>
<span class="mt1 f2 o-30">f2d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/won-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#won-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">won-sign</span>
<span class="mt1 f2 o-30">f159</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/regular/yen-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/regular.svg#yen-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yen-sign</span>
<span class="mt1 f2 o-30">f157</span>
</div>
</li>
</ul>
</section>
<section id="fal" class="mb6">
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Light <span class="pl3 gray5 fr mt1 f3">524 icons</span></h2>
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/address-book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#address-book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-book</span>
<span class="mt1 f2 o-30">f2b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/address-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#address-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">address-card</span>
<span class="mt1 f2 o-30">f2bb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/adjust.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#adjust"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">adjust</span>
<span class="mt1 f2 o-30">f042</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/alarm-clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#alarm-clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">alarm-clock</span>
<span class="mt1 f2 o-30">f34e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/align-center.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#align-center"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-center</span>
<span class="mt1 f2 o-30">f037</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/align-justify.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#align-justify"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-justify</span>
<span class="mt1 f2 o-30">f039</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/align-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#align-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-left</span>
<span class="mt1 f2 o-30">f036</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/align-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#align-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">align-right</span>
<span class="mt1 f2 o-30">f038</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ambulance.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ambulance"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ambulance</span>
<span class="mt1 f2 o-30">f0f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/anchor.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#anchor"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">anchor</span>
<span class="mt1 f2 o-30">f13d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-down</span>
<span class="mt1 f2 o-30">f103</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-left</span>
<span class="mt1 f2 o-30">f100</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-right</span>
<span class="mt1 f2 o-30">f101</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-double-up</span>
<span class="mt1 f2 o-30">f102</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-down</span>
<span class="mt1 f2 o-30">f107</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-left</span>
<span class="mt1 f2 o-30">f104</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-right</span>
<span class="mt1 f2 o-30">f105</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/angle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#angle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angle-up</span>
<span class="mt1 f2 o-30">f106</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">archive</span>
<span class="mt1 f2 o-30">f187</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-down</span>
<span class="mt1 f2 o-30">f358</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-left</span>
<span class="mt1 f2 o-30">f359</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-right</span>
<span class="mt1 f2 o-30">f35a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-circle-up</span>
<span class="mt1 f2 o-30">f35b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-down</span>
<span class="mt1 f2 o-30">f354</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-bottom</span>
<span class="mt1 f2 o-30">f346</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-left</span>
<span class="mt1 f2 o-30">f347</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-right</span>
<span class="mt1 f2 o-30">f348</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-from-top</span>
<span class="mt1 f2 o-30">f349</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-left</span>
<span class="mt1 f2 o-30">f355</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-right</span>
<span class="mt1 f2 o-30">f356</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-down</span>
<span class="mt1 f2 o-30">f350</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-left</span>
<span class="mt1 f2 o-30">f351</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-right</span>
<span class="mt1 f2 o-30">f352</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-square-up</span>
<span class="mt1 f2 o-30">f353</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-bottom</span>
<span class="mt1 f2 o-30">f34a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-left</span>
<span class="mt1 f2 o-30">f34b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-right</span>
<span class="mt1 f2 o-30">f34c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-to-top</span>
<span class="mt1 f2 o-30">f34d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-alt-up</span>
<span class="mt1 f2 o-30">f357</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-down</span>
<span class="mt1 f2 o-30">f0ab</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-left</span>
<span class="mt1 f2 o-30">f0a8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-right</span>
<span class="mt1 f2 o-30">f0a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-circle-up</span>
<span class="mt1 f2 o-30">f0aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-down</span>
<span class="mt1 f2 o-30">f063</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-from-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-from-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-bottom</span>
<span class="mt1 f2 o-30">f342</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-from-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-from-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-left</span>
<span class="mt1 f2 o-30">f343</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-from-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-from-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-right</span>
<span class="mt1 f2 o-30">f344</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-from-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-from-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-from-top</span>
<span class="mt1 f2 o-30">f345</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-left</span>
<span class="mt1 f2 o-30">f060</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-right</span>
<span class="mt1 f2 o-30">f061</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-down</span>
<span class="mt1 f2 o-30">f339</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-left</span>
<span class="mt1 f2 o-30">f33a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-right</span>
<span class="mt1 f2 o-30">f33b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-square-up</span>
<span class="mt1 f2 o-30">f33c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-to-bottom.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-to-bottom"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-bottom</span>
<span class="mt1 f2 o-30">f33d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-to-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-to-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-left</span>
<span class="mt1 f2 o-30">f33e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-to-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-to-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-right</span>
<span class="mt1 f2 o-30">f340</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-to-top.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-to-top"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-to-top</span>
<span class="mt1 f2 o-30">f341</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrow-up</span>
<span class="mt1 f2 o-30">f062</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows</span>
<span class="mt1 f2 o-30">f047</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt</span>
<span class="mt1 f2 o-30">f0b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows-alt-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows-alt-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-h</span>
<span class="mt1 f2 o-30">f337</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows-alt-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows-alt-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-alt-v</span>
<span class="mt1 f2 o-30">f338</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-h</span>
<span class="mt1 f2 o-30">f07e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/arrows-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#arrows-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">arrows-v</span>
<span class="mt1 f2 o-30">f07d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/asterisk.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#asterisk"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">asterisk</span>
<span class="mt1 f2 o-30">f069</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/at.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#at"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">at</span>
<span class="mt1 f2 o-30">f1fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/audio-description.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#audio-description"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">audio-description</span>
<span class="mt1 f2 o-30">f29e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">backward</span>
<span class="mt1 f2 o-30">f04a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge</span>
<span class="mt1 f2 o-30">f335</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/badge-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#badge-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">badge-check</span>
<span class="mt1 f2 o-30">f336</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/balance-scale.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#balance-scale"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">balance-scale</span>
<span class="mt1 f2 o-30">f24e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ban.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ban"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ban</span>
<span class="mt1 f2 o-30">f05e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/barcode.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#barcode"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">barcode</span>
<span class="mt1 f2 o-30">f02a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bars</span>
<span class="mt1 f2 o-30">f0c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bath.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bath"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bath</span>
<span class="mt1 f2 o-30">f2cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-bolt</span>
<span class="mt1 f2 o-30">f375</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-empty</span>
<span class="mt1 f2 o-30">f244</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-full</span>
<span class="mt1 f2 o-30">f240</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-half</span>
<span class="mt1 f2 o-30">f242</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-quarter</span>
<span class="mt1 f2 o-30">f243</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-slash</span>
<span class="mt1 f2 o-30">f376</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/battery-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#battery-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">battery-three-quarters</span>
<span class="mt1 f2 o-30">f241</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bed.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bed"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bed</span>
<span class="mt1 f2 o-30">f236</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/beer.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#beer"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">beer</span>
<span class="mt1 f2 o-30">f0fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bell.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bell"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell</span>
<span class="mt1 f2 o-30">f0f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bell-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bell-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bell-slash</span>
<span class="mt1 f2 o-30">f1f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bicycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bicycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bicycle</span>
<span class="mt1 f2 o-30">f206</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/birthday-cake.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#birthday-cake"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">birthday-cake</span>
<span class="mt1 f2 o-30">f1fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bold.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bold"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bold</span>
<span class="mt1 f2 o-30">f032</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bolt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bolt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bolt</span>
<span class="mt1 f2 o-30">f0e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bomb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bomb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bomb</span>
<span class="mt1 f2 o-30">f1e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/book.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#book"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">book</span>
<span class="mt1 f2 o-30">f02d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bookmark.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bookmark"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bookmark</span>
<span class="mt1 f2 o-30">f02e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/braille.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#braille"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">braille</span>
<span class="mt1 f2 o-30">f2a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/briefcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#briefcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">briefcase</span>
<span class="mt1 f2 o-30">f0b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/building.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#building"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">building</span>
<span class="mt1 f2 o-30">f1ad</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bullhorn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bullhorn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullhorn</span>
<span class="mt1 f2 o-30">f0a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bullseye.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bullseye"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bullseye</span>
<span class="mt1 f2 o-30">f140</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/bus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#bus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bus</span>
<span class="mt1 f2 o-30">f207</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calculator.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calculator"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calculator</span>
<span class="mt1 f2 o-30">f1ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar</span>
<span class="mt1 f2 o-30">f133</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-alt</span>
<span class="mt1 f2 o-30">f073</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-check</span>
<span class="mt1 f2 o-30">f274</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-edit</span>
<span class="mt1 f2 o-30">f333</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-exclamation</span>
<span class="mt1 f2 o-30">f334</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-minus</span>
<span class="mt1 f2 o-30">f272</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-plus</span>
<span class="mt1 f2 o-30">f271</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/calendar-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#calendar-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">calendar-times</span>
<span class="mt1 f2 o-30">f273</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/camera.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#camera"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera</span>
<span class="mt1 f2 o-30">f030</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/camera-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#camera-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-alt</span>
<span class="mt1 f2 o-30">f332</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/camera-retro.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#camera-retro"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">camera-retro</span>
<span class="mt1 f2 o-30">f083</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/car.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#car"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">car</span>
<span class="mt1 f2 o-30">f1b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-down</span>
<span class="mt1 f2 o-30">f32d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-left</span>
<span class="mt1 f2 o-30">f32e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-right</span>
<span class="mt1 f2 o-30">f330</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-circle-up</span>
<span class="mt1 f2 o-30">f331</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-down</span>
<span class="mt1 f2 o-30">f0d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-left</span>
<span class="mt1 f2 o-30">f0d9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-right</span>
<span class="mt1 f2 o-30">f0da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-down</span>
<span class="mt1 f2 o-30">f150</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-left</span>
<span class="mt1 f2 o-30">f191</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-right</span>
<span class="mt1 f2 o-30">f152</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-square-up</span>
<span class="mt1 f2 o-30">f151</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/caret-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#caret-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">caret-up</span>
<span class="mt1 f2 o-30">f0d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cart-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cart-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-arrow-down</span>
<span class="mt1 f2 o-30">f218</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cart-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cart-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cart-plus</span>
<span class="mt1 f2 o-30">f217</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/certificate.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#certificate"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">certificate</span>
<span class="mt1 f2 o-30">f0a3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chart-area.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chart-area"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-area</span>
<span class="mt1 f2 o-30">f1fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chart-bar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chart-bar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-bar</span>
<span class="mt1 f2 o-30">f080</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chart-line.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chart-line"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-line</span>
<span class="mt1 f2 o-30">f201</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chart-pie.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chart-pie"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chart-pie</span>
<span class="mt1 f2 o-30">f200</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check</span>
<span class="mt1 f2 o-30">f00c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/check-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#check-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-circle</span>
<span class="mt1 f2 o-30">f058</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/check-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#check-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">check-square</span>
<span class="mt1 f2 o-30">f14a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-circle-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-circle-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-down</span>
<span class="mt1 f2 o-30">f13a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-circle-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-circle-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-left</span>
<span class="mt1 f2 o-30">f137</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-circle-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-circle-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-right</span>
<span class="mt1 f2 o-30">f138</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-circle-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-circle-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-circle-up</span>
<span class="mt1 f2 o-30">f139</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-double-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-double-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-down</span>
<span class="mt1 f2 o-30">f322</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-double-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-double-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-left</span>
<span class="mt1 f2 o-30">f323</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-double-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-double-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-right</span>
<span class="mt1 f2 o-30">f324</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-double-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-double-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-double-up</span>
<span class="mt1 f2 o-30">f325</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-down</span>
<span class="mt1 f2 o-30">f078</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-left</span>
<span class="mt1 f2 o-30">f053</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-right</span>
<span class="mt1 f2 o-30">f054</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-square-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-square-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-down</span>
<span class="mt1 f2 o-30">f329</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-square-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-square-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-left</span>
<span class="mt1 f2 o-30">f32a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-square-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-square-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-right</span>
<span class="mt1 f2 o-30">f32b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-square-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-square-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-square-up</span>
<span class="mt1 f2 o-30">f32c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/chevron-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#chevron-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chevron-up</span>
<span class="mt1 f2 o-30">f077</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/child.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#child"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">child</span>
<span class="mt1 f2 o-30">f1ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle</span>
<span class="mt1 f2 o-30">f111</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/circle-notch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#circle-notch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">circle-notch</span>
<span class="mt1 f2 o-30">f1ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/clipboard.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#clipboard"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clipboard</span>
<span class="mt1 f2 o-30">f328</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/clock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#clock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clock</span>
<span class="mt1 f2 o-30">f017</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/clone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#clone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">clone</span>
<span class="mt1 f2 o-30">f24d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/closed-captioning.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#closed-captioning"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">closed-captioning</span>
<span class="mt1 f2 o-30">f20a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cloud.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cloud"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud</span>
<span class="mt1 f2 o-30">f0c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cloud-download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cloud-download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download</span>
<span class="mt1 f2 o-30">f0ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cloud-download-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cloud-download-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-download-alt</span>
<span class="mt1 f2 o-30">f37e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cloud-upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cloud-upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload</span>
<span class="mt1 f2 o-30">f0ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cloud-upload-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cloud-upload-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloud-upload-alt</span>
<span class="mt1 f2 o-30">f37f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/club.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#club"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">club</span>
<span class="mt1 f2 o-30">f327</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">code</span>
<span class="mt1 f2 o-30">f121</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/coffee.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#coffee"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">coffee</span>
<span class="mt1 f2 o-30">f0f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cog.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cog"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cog</span>
<span class="mt1 f2 o-30">f013</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cogs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cogs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cogs</span>
<span class="mt1 f2 o-30">f085</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/columns.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#columns"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">columns</span>
<span class="mt1 f2 o-30">f0db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/comment.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#comment"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment</span>
<span class="mt1 f2 o-30">f075</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/comment-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#comment-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comment-alt</span>
<span class="mt1 f2 o-30">f27a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/comments.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#comments"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">comments</span>
<span class="mt1 f2 o-30">f086</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/compass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#compass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compass</span>
<span class="mt1 f2 o-30">f14e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/compress.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#compress"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress</span>
<span class="mt1 f2 o-30">f066</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/compress-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#compress-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">compress-wide</span>
<span class="mt1 f2 o-30">f326</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/copy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#copy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copy</span>
<span class="mt1 f2 o-30">f0c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/copyright.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#copyright"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">copyright</span>
<span class="mt1 f2 o-30">f1f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/credit-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#credit-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card</span>
<span class="mt1 f2 o-30">f09d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/credit-card-blank.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#credit-card-blank"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-blank</span>
<span class="mt1 f2 o-30">f384</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/credit-card-front.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#credit-card-front"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">credit-card-front</span>
<span class="mt1 f2 o-30">f385</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/crosshairs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#crosshairs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">crosshairs</span>
<span class="mt1 f2 o-30">f05b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cube.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cube"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cube</span>
<span class="mt1 f2 o-30">f1b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cubes.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cubes"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cubes</span>
<span class="mt1 f2 o-30">f1b3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/cut.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#cut"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cut</span>
<span class="mt1 f2 o-30">f0c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/database.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#database"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">database</span>
<span class="mt1 f2 o-30">f1c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/diamond.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#diamond"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">diamond</span>
<span class="mt1 f2 o-30">f219</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/dollar-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#dollar-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dollar-sign</span>
<span class="mt1 f2 o-30">f155</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/dot-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#dot-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dot-circle</span>
<span class="mt1 f2 o-30">f192</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/download.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#download"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">download</span>
<span class="mt1 f2 o-30">f019</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">edit</span>
<span class="mt1 f2 o-30">f044</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/eject.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#eject"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eject</span>
<span class="mt1 f2 o-30">f052</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ellipsis-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ellipsis-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-h</span>
<span class="mt1 f2 o-30">f141</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ellipsis-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ellipsis-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ellipsis-v</span>
<span class="mt1 f2 o-30">f142</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/envelope.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#envelope"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope</span>
<span class="mt1 f2 o-30">f0e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/envelope-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#envelope-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-open</span>
<span class="mt1 f2 o-30">f2b6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/envelope-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#envelope-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envelope-square</span>
<span class="mt1 f2 o-30">f199</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/eraser.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#eraser"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eraser</span>
<span class="mt1 f2 o-30">f12d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/euro-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#euro-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">euro-sign</span>
<span class="mt1 f2 o-30">f153</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exchange.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exchange"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange</span>
<span class="mt1 f2 o-30">f0ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exchange-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exchange-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exchange-alt</span>
<span class="mt1 f2 o-30">f362</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation</span>
<span class="mt1 f2 o-30">f12a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exclamation-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exclamation-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-circle</span>
<span class="mt1 f2 o-30">f06a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exclamation-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exclamation-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-square</span>
<span class="mt1 f2 o-30">f321</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/exclamation-triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#exclamation-triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">exclamation-triangle</span>
<span class="mt1 f2 o-30">f071</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/expand.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#expand"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand</span>
<span class="mt1 f2 o-30">f065</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/expand-arrows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#expand-arrows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows</span>
<span class="mt1 f2 o-30">f31d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/expand-arrows-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#expand-arrows-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-arrows-alt</span>
<span class="mt1 f2 o-30">f31e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/expand-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#expand-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expand-wide</span>
<span class="mt1 f2 o-30">f320</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/external-link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#external-link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link</span>
<span class="mt1 f2 o-30">f08e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/external-link-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#external-link-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-alt</span>
<span class="mt1 f2 o-30">f35d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/external-link-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#external-link-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square</span>
<span class="mt1 f2 o-30">f14c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/external-link-square-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#external-link-square-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">external-link-square-alt</span>
<span class="mt1 f2 o-30">f360</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/fast-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#fast-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-backward</span>
<span class="mt1 f2 o-30">f049</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/fast-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#fast-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fast-forward</span>
<span class="mt1 f2 o-30">f050</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/female.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#female"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">female</span>
<span class="mt1 f2 o-30">f182</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/fighter-jet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#fighter-jet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fighter-jet</span>
<span class="mt1 f2 o-30">f0fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file</span>
<span class="mt1 f2 o-30">f15b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-alt</span>
<span class="mt1 f2 o-30">f15c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-archive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-archive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-archive</span>
<span class="mt1 f2 o-30">f1c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-audio.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-audio"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-audio</span>
<span class="mt1 f2 o-30">f1c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-check</span>
<span class="mt1 f2 o-30">f316</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-code.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-code"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-code</span>
<span class="mt1 f2 o-30">f1c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-edit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-edit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-edit</span>
<span class="mt1 f2 o-30">f31c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-excel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-excel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-excel</span>
<span class="mt1 f2 o-30">f1c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-exclamation</span>
<span class="mt1 f2 o-30">f31a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-image</span>
<span class="mt1 f2 o-30">f1c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-minus</span>
<span class="mt1 f2 o-30">f318</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-pdf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-pdf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-pdf</span>
<span class="mt1 f2 o-30">f1c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-plus</span>
<span class="mt1 f2 o-30">f319</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-powerpoint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-powerpoint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-powerpoint</span>
<span class="mt1 f2 o-30">f1c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-times</span>
<span class="mt1 f2 o-30">f317</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-video</span>
<span class="mt1 f2 o-30">f1c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/file-word.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#file-word"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">file-word</span>
<span class="mt1 f2 o-30">f1c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/film.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#film"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">film</span>
<span class="mt1 f2 o-30">f008</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/flag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#flag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flag</span>
<span class="mt1 f2 o-30">f024</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/flask.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#flask"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flask</span>
<span class="mt1 f2 o-30">f0c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/folder.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#folder"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder</span>
<span class="mt1 f2 o-30">f07b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/folder-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#folder-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">folder-open</span>
<span class="mt1 f2 o-30">f07c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/font.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#font"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">font</span>
<span class="mt1 f2 o-30">f031</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">forward</span>
<span class="mt1 f2 o-30">f04e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/gamepad.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#gamepad"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gamepad</span>
<span class="mt1 f2 o-30">f11b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/gem.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#gem"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gem</span>
<span class="mt1 f2 o-30">f39a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/genderless.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#genderless"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">genderless</span>
<span class="mt1 f2 o-30">f22d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/glass-martini.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#glass-martini"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">glass-martini</span>
<span class="mt1 f2 o-30">f000</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/h-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#h-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h-square</span>
<span class="mt1 f2 o-30">f0fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/h1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#h1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h1</span>
<span class="mt1 f2 o-30">f313</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/h2.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#h2"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h2</span>
<span class="mt1 f2 o-30">f314</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/h3.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#h3"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">h3</span>
<span class="mt1 f2 o-30">f315</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hashtag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hashtag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hashtag</span>
<span class="mt1 f2 o-30">f292</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hdd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hdd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hdd</span>
<span class="mt1 f2 o-30">f0a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/heading.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#heading"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heading</span>
<span class="mt1 f2 o-30">f1dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/headphones.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#headphones"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">headphones</span>
<span class="mt1 f2 o-30">f025</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/heart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#heart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heart</span>
<span class="mt1 f2 o-30">f004</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/heartbeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#heartbeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">heartbeat</span>
<span class="mt1 f2 o-30">f21e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hexagon</span>
<span class="mt1 f2 o-30">f312</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/history.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#history"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">history</span>
<span class="mt1 f2 o-30">f1da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/home.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#home"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">home</span>
<span class="mt1 f2 o-30">f015</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hospital.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hospital"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hospital</span>
<span class="mt1 f2 o-30">f0f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hourglass.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hourglass"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass</span>
<span class="mt1 f2 o-30">f254</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hourglass-end.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hourglass-end"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-end</span>
<span class="mt1 f2 o-30">f253</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hourglass-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hourglass-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-half</span>
<span class="mt1 f2 o-30">f252</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/hourglass-start.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#hourglass-start"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hourglass-start</span>
<span class="mt1 f2 o-30">f251</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/id-badge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#id-badge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-badge</span>
<span class="mt1 f2 o-30">f2c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/id-card.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#id-card"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">id-card</span>
<span class="mt1 f2 o-30">f2c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/image.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#image"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">image</span>
<span class="mt1 f2 o-30">f03e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/images.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#images"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">images</span>
<span class="mt1 f2 o-30">f302</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/inbox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#inbox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox</span>
<span class="mt1 f2 o-30">f01c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/inbox-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#inbox-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-in</span>
<span class="mt1 f2 o-30">f310</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/inbox-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#inbox-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">inbox-out</span>
<span class="mt1 f2 o-30">f311</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/indent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#indent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">indent</span>
<span class="mt1 f2 o-30">f03c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/industry.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#industry"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry</span>
<span class="mt1 f2 o-30">f275</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/industry-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#industry-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">industry-alt</span>
<span class="mt1 f2 o-30">f3a6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/info.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#info"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info</span>
<span class="mt1 f2 o-30">f129</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/info-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#info-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-circle</span>
<span class="mt1 f2 o-30">f05a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/info-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#info-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">info-square</span>
<span class="mt1 f2 o-30">f30f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/italic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#italic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">italic</span>
<span class="mt1 f2 o-30">f033</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/jack-o-lantern.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#jack-o-lantern"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">jack-o-lantern</span>
<span class="mt1 f2 o-30">f30e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/leaf.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#leaf"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">leaf</span>
<span class="mt1 f2 o-30">f06c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/level-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#level-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down</span>
<span class="mt1 f2 o-30">f149</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/level-down-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#level-down-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-down-alt</span>
<span class="mt1 f2 o-30">f3b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/level-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#level-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up</span>
<span class="mt1 f2 o-30">f148</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/level-up-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#level-up-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">level-up-alt</span>
<span class="mt1 f2 o-30">f3b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lightbulb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lightbulb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lightbulb</span>
<span class="mt1 f2 o-30">f0eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/link.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#link"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">link</span>
<span class="mt1 f2 o-30">f0c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lira-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lira-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lira-sign</span>
<span class="mt1 f2 o-30">f195</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list</span>
<span class="mt1 f2 o-30">f03a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/list-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#list-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-alt</span>
<span class="mt1 f2 o-30">f022</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/list-ol.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#list-ol"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ol</span>
<span class="mt1 f2 o-30">f0cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/list-ul.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#list-ul"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">list-ul</span>
<span class="mt1 f2 o-30">f0ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/location-arrow.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#location-arrow"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">location-arrow</span>
<span class="mt1 f2 o-30">f124</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock</span>
<span class="mt1 f2 o-30">f023</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-alt</span>
<span class="mt1 f2 o-30">f30d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lock-open.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lock-open"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open</span>
<span class="mt1 f2 o-30">f3b4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/lock-open-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#lock-open-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lock-open-alt</span>
<span class="mt1 f2 o-30">f3b5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-alt-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-alt-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-down</span>
<span class="mt1 f2 o-30">f309</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-alt-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-alt-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-left</span>
<span class="mt1 f2 o-30">f30a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-alt-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-alt-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-right</span>
<span class="mt1 f2 o-30">f30b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-alt-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-alt-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-alt-up</span>
<span class="mt1 f2 o-30">f30c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-down</span>
<span class="mt1 f2 o-30">f175</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-left</span>
<span class="mt1 f2 o-30">f177</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-right</span>
<span class="mt1 f2 o-30">f178</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/long-arrow-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#long-arrow-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">long-arrow-up</span>
<span class="mt1 f2 o-30">f176</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/magic.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#magic"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magic</span>
<span class="mt1 f2 o-30">f0d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/magnet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#magnet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magnet</span>
<span class="mt1 f2 o-30">f076</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/male.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#male"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">male</span>
<span class="mt1 f2 o-30">f183</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/map.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#map"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map</span>
<span class="mt1 f2 o-30">f279</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/map-marker.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#map-marker"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker</span>
<span class="mt1 f2 o-30">f041</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/map-marker-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#map-marker-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-marker-alt</span>
<span class="mt1 f2 o-30">f3b8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/map-pin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#map-pin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-pin</span>
<span class="mt1 f2 o-30">f276</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/map-signs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#map-signs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">map-signs</span>
<span class="mt1 f2 o-30">f277</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars</span>
<span class="mt1 f2 o-30">f222</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mars-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mars-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-double</span>
<span class="mt1 f2 o-30">f227</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mars-stroke.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mars-stroke"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke</span>
<span class="mt1 f2 o-30">f229</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mars-stroke-h.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mars-stroke-h"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-h</span>
<span class="mt1 f2 o-30">f22b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mars-stroke-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mars-stroke-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mars-stroke-v</span>
<span class="mt1 f2 o-30">f22a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/medkit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#medkit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medkit</span>
<span class="mt1 f2 o-30">f0fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mercury.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mercury"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mercury</span>
<span class="mt1 f2 o-30">f223</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/microchip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#microchip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">microchip</span>
<span class="mt1 f2 o-30">f2db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus</span>
<span class="mt1 f2 o-30">f068</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/minus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#minus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-circle</span>
<span class="mt1 f2 o-30">f056</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/minus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#minus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-hexagon</span>
<span class="mt1 f2 o-30">f307</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/minus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#minus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-octagon</span>
<span class="mt1 f2 o-30">f308</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/minus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#minus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">minus-square</span>
<span class="mt1 f2 o-30">f146</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mobile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mobile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile</span>
<span class="mt1 f2 o-30">f10b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mobile-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mobile-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-alt</span>
<span class="mt1 f2 o-30">f3bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mobile-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mobile-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android</span>
<span class="mt1 f2 o-30">f3be</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/mobile-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#mobile-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mobile-android-alt</span>
<span class="mt1 f2 o-30">f3bf</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/money-bill.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#money-bill"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill</span>
<span class="mt1 f2 o-30">f0d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/money-bill-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#money-bill-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">money-bill-alt</span>
<span class="mt1 f2 o-30">f3c1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/motorcycle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#motorcycle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">motorcycle</span>
<span class="mt1 f2 o-30">f21c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/music.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#music"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">music</span>
<span class="mt1 f2 o-30">f001</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/neuter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#neuter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">neuter</span>
<span class="mt1 f2 o-30">f22c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">octagon</span>
<span class="mt1 f2 o-30">f306</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/outdent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#outdent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">outdent</span>
<span class="mt1 f2 o-30">f03b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/paint-brush.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#paint-brush"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paint-brush</span>
<span class="mt1 f2 o-30">f1fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/paper-plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#paper-plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paper-plane</span>
<span class="mt1 f2 o-30">f1d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/paperclip.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#paperclip"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paperclip</span>
<span class="mt1 f2 o-30">f0c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/paragraph.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#paragraph"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paragraph</span>
<span class="mt1 f2 o-30">f1dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/paste.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#paste"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paste</span>
<span class="mt1 f2 o-30">f0ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pause.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pause"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause</span>
<span class="mt1 f2 o-30">f04c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pause-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pause-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pause-circle</span>
<span class="mt1 f2 o-30">f28b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pen.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pen"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen</span>
<span class="mt1 f2 o-30">f304</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pen-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pen-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-alt</span>
<span class="mt1 f2 o-30">f305</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pen-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pen-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pen-square</span>
<span class="mt1 f2 o-30">f14b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pencil.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pencil"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil</span>
<span class="mt1 f2 o-30">f040</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pencil-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pencil-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pencil-alt</span>
<span class="mt1 f2 o-30">f303</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/percent.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#percent"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">percent</span>
<span class="mt1 f2 o-30">f295</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/phone.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#phone"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone</span>
<span class="mt1 f2 o-30">f095</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/phone-slash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#phone-slash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-slash</span>
<span class="mt1 f2 o-30">f3cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/phone-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#phone-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-square</span>
<span class="mt1 f2 o-30">f098</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/phone-volume.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#phone-volume"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phone-volume</span>
<span class="mt1 f2 o-30">f2a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane</span>
<span class="mt1 f2 o-30">f072</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plane-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plane-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plane-alt</span>
<span class="mt1 f2 o-30">f3cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/play.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#play"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play</span>
<span class="mt1 f2 o-30">f04b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/play-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#play-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">play-circle</span>
<span class="mt1 f2 o-30">f144</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus</span>
<span class="mt1 f2 o-30">f067</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plus-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plus-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-circle</span>
<span class="mt1 f2 o-30">f055</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plus-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plus-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-hexagon</span>
<span class="mt1 f2 o-30">f300</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plus-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plus-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-octagon</span>
<span class="mt1 f2 o-30">f301</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/plus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#plus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">plus-square</span>
<span class="mt1 f2 o-30">f0fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/poo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#poo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">poo</span>
<span class="mt1 f2 o-30">f2fe</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">portrait</span>
<span class="mt1 f2 o-30">f3ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/pound-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#pound-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pound-sign</span>
<span class="mt1 f2 o-30">f154</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/power-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#power-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">power-off</span>
<span class="mt1 f2 o-30">f011</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/print.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#print"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">print</span>
<span class="mt1 f2 o-30">f02f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/question.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#question"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question</span>
<span class="mt1 f2 o-30">f128</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/question-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#question-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-circle</span>
<span class="mt1 f2 o-30">f059</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/question-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#question-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">question-square</span>
<span class="mt1 f2 o-30">f2fd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/quote-left.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#quote-left"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-left</span>
<span class="mt1 f2 o-30">f10d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/quote-right.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#quote-right"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quote-right</span>
<span class="mt1 f2 o-30">f10e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/random.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#random"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">random</span>
<span class="mt1 f2 o-30">f074</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rectangle-landscape.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rectangle-landscape"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-landscape</span>
<span class="mt1 f2 o-30">f2fa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rectangle-portrait.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rectangle-portrait"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-portrait</span>
<span class="mt1 f2 o-30">f2fb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rectangle-wide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rectangle-wide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rectangle-wide</span>
<span class="mt1 f2 o-30">f2fc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/redo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#redo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo</span>
<span class="mt1 f2 o-30">f01e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/redo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#redo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">redo-alt</span>
<span class="mt1 f2 o-30">f2f9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/registered.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#registered"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">registered</span>
<span class="mt1 f2 o-30">f25d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/repeat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#repeat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat</span>
<span class="mt1 f2 o-30">f363</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/repeat-1.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#repeat-1"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1</span>
<span class="mt1 f2 o-30">f365</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/repeat-1-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#repeat-1-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-1-alt</span>
<span class="mt1 f2 o-30">f366</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/repeat-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#repeat-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">repeat-alt</span>
<span class="mt1 f2 o-30">f364</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/reply.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#reply"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply</span>
<span class="mt1 f2 o-30">f3d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/reply-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#reply-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reply-all</span>
<span class="mt1 f2 o-30">f122</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/retweet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#retweet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet</span>
<span class="mt1 f2 o-30">f079</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/retweet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#retweet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">retweet-alt</span>
<span class="mt1 f2 o-30">f361</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/road.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#road"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">road</span>
<span class="mt1 f2 o-30">f018</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rocket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rocket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rocket</span>
<span class="mt1 f2 o-30">f135</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rss.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rss"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss</span>
<span class="mt1 f2 o-30">f09e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rss-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rss-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rss-square</span>
<span class="mt1 f2 o-30">f143</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ruble-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ruble-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ruble-sign</span>
<span class="mt1 f2 o-30">f158</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/rupee-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#rupee-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rupee-sign</span>
<span class="mt1 f2 o-30">f156</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/save.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#save"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">save</span>
<span class="mt1 f2 o-30">f0c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/scrubber.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#scrubber"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">scrubber</span>
<span class="mt1 f2 o-30">f2f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/search.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#search"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search</span>
<span class="mt1 f2 o-30">f002</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/search-minus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#search-minus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-minus</span>
<span class="mt1 f2 o-30">f010</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/search-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#search-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">search-plus</span>
<span class="mt1 f2 o-30">f00e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/share.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#share"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share</span>
<span class="mt1 f2 o-30">f064</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/share-all.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#share-all"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-all</span>
<span class="mt1 f2 o-30">f367</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/share-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#share-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt</span>
<span class="mt1 f2 o-30">f1e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/share-alt-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#share-alt-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-alt-square</span>
<span class="mt1 f2 o-30">f1e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/share-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#share-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">share-square</span>
<span class="mt1 f2 o-30">f14d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shekel-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shekel-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shekel-sign</span>
<span class="mt1 f2 o-30">f20b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shield.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shield"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield</span>
<span class="mt1 f2 o-30">f132</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shield-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shield-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-alt</span>
<span class="mt1 f2 o-30">f3db</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shield-check.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shield-check"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shield-check</span>
<span class="mt1 f2 o-30">f2f7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ship.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ship"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ship</span>
<span class="mt1 f2 o-30">f21a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shopping-cart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shopping-cart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shopping-cart</span>
<span class="mt1 f2 o-30">f07a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/shower.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#shower"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shower</span>
<span class="mt1 f2 o-30">f2cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sign-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sign-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in</span>
<span class="mt1 f2 o-30">f090</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sign-in-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sign-in-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-in-alt</span>
<span class="mt1 f2 o-30">f2f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sign-out.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sign-out"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out</span>
<span class="mt1 f2 o-30">f08b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sign-out-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sign-out-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sign-out-alt</span>
<span class="mt1 f2 o-30">f2f5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/signal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#signal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">signal</span>
<span class="mt1 f2 o-30">f012</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sitemap.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sitemap"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sitemap</span>
<span class="mt1 f2 o-30">f0e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/smile.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#smile"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">smile</span>
<span class="mt1 f2 o-30">f118</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort</span>
<span class="mt1 f2 o-30">f0dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-alpha-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-alpha-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-down</span>
<span class="mt1 f2 o-30">f15d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-alpha-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-alpha-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-alpha-up</span>
<span class="mt1 f2 o-30">f15e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-amount-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-amount-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-down</span>
<span class="mt1 f2 o-30">f160</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-amount-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-amount-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-amount-up</span>
<span class="mt1 f2 o-30">f161</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-down</span>
<span class="mt1 f2 o-30">f0dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-numeric-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-numeric-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-down</span>
<span class="mt1 f2 o-30">f162</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-numeric-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-numeric-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-numeric-up</span>
<span class="mt1 f2 o-30">f163</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sort-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sort-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sort-up</span>
<span class="mt1 f2 o-30">f0de</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/space-shuttle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#space-shuttle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">space-shuttle</span>
<span class="mt1 f2 o-30">f197</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/spade.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#spade"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spade</span>
<span class="mt1 f2 o-30">f2f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/spinner.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#spinner"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner</span>
<span class="mt1 f2 o-30">f110</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/spinner-third.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#spinner-third"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spinner-third</span>
<span class="mt1 f2 o-30">f3df</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">square</span>
<span class="mt1 f2 o-30">f0c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/star.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#star"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star</span>
<span class="mt1 f2 o-30">f005</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/star-exclamation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#star-exclamation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-exclamation</span>
<span class="mt1 f2 o-30">f2f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/star-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#star-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">star-half</span>
<span class="mt1 f2 o-30">f089</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/step-backward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#step-backward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-backward</span>
<span class="mt1 f2 o-30">f048</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/step-forward.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#step-forward"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">step-forward</span>
<span class="mt1 f2 o-30">f051</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sticky-note.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sticky-note"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sticky-note</span>
<span class="mt1 f2 o-30">f249</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/stop.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#stop"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop</span>
<span class="mt1 f2 o-30">f04d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/stop-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#stop-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stop-circle</span>
<span class="mt1 f2 o-30">f28d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/stopwatch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#stopwatch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stopwatch</span>
<span class="mt1 f2 o-30">f2f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/street-view.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#street-view"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">street-view</span>
<span class="mt1 f2 o-30">f21d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/strikethrough.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#strikethrough"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">strikethrough</span>
<span class="mt1 f2 o-30">f0cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/subscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#subscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subscript</span>
<span class="mt1 f2 o-30">f12c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/subway.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#subway"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">subway</span>
<span class="mt1 f2 o-30">f239</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/suitcase.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#suitcase"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">suitcase</span>
<span class="mt1 f2 o-30">f0f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/superscript.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#superscript"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">superscript</span>
<span class="mt1 f2 o-30">f12b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sync.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sync"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync</span>
<span class="mt1 f2 o-30">f021</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/sync-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#sync-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sync-alt</span>
<span class="mt1 f2 o-30">f2f1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/table.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#table"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">table</span>
<span class="mt1 f2 o-30">f0ce</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tablet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tablet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet</span>
<span class="mt1 f2 o-30">f10a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tablet-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tablet-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-alt</span>
<span class="mt1 f2 o-30">f3e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tablet-android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tablet-android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android</span>
<span class="mt1 f2 o-30">f3e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tablet-android-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tablet-android-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tablet-android-alt</span>
<span class="mt1 f2 o-30">f3e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tag.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tag"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tag</span>
<span class="mt1 f2 o-30">f02b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tags.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tags"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tags</span>
<span class="mt1 f2 o-30">f02c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tasks.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tasks"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tasks</span>
<span class="mt1 f2 o-30">f0ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/taxi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#taxi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">taxi</span>
<span class="mt1 f2 o-30">f1ba</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/terminal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#terminal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">terminal</span>
<span class="mt1 f2 o-30">f120</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/text-height.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#text-height"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-height</span>
<span class="mt1 f2 o-30">f034</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/text-width.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#text-width"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">text-width</span>
<span class="mt1 f2 o-30">f035</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/th.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#th"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th</span>
<span class="mt1 f2 o-30">f00a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/th-large.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#th-large"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-large</span>
<span class="mt1 f2 o-30">f009</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/th-list.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#th-list"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">th-list</span>
<span class="mt1 f2 o-30">f00b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thermometer-empty.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thermometer-empty"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-empty</span>
<span class="mt1 f2 o-30">f2cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thermometer-full.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thermometer-full"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-full</span>
<span class="mt1 f2 o-30">f2c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thermometer-half.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thermometer-half"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-half</span>
<span class="mt1 f2 o-30">f2c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thermometer-quarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thermometer-quarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-quarter</span>
<span class="mt1 f2 o-30">f2ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thermometer-three-quarters.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thermometer-three-quarters"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thermometer-three-quarters</span>
<span class="mt1 f2 o-30">f2c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thumbs-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thumbs-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-down</span>
<span class="mt1 f2 o-30">f165</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/thumbs-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#thumbs-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">thumbs-up</span>
<span class="mt1 f2 o-30">f164</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ticket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ticket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket</span>
<span class="mt1 f2 o-30">f145</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/ticket-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#ticket-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ticket-alt</span>
<span class="mt1 f2 o-30">f3e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times</span>
<span class="mt1 f2 o-30">f00d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/times-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#times-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-circle</span>
<span class="mt1 f2 o-30">f057</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/times-hexagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#times-hexagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-hexagon</span>
<span class="mt1 f2 o-30">f2ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/times-octagon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#times-octagon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-octagon</span>
<span class="mt1 f2 o-30">f2f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/times-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#times-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">times-square</span>
<span class="mt1 f2 o-30">f2d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/tint.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#tint"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tint</span>
<span class="mt1 f2 o-30">f043</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/train.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#train"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">train</span>
<span class="mt1 f2 o-30">f238</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/transgender.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#transgender"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender</span>
<span class="mt1 f2 o-30">f224</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/transgender-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#transgender-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">transgender-alt</span>
<span class="mt1 f2 o-30">f225</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/trash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#trash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash</span>
<span class="mt1 f2 o-30">f1f8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/trash-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#trash-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trash-alt</span>
<span class="mt1 f2 o-30">f2ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/triangle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#triangle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">triangle</span>
<span class="mt1 f2 o-30">f2ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/trophy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#trophy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy</span>
<span class="mt1 f2 o-30">f091</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/trophy-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#trophy-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trophy-alt</span>
<span class="mt1 f2 o-30">f2eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/truck.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#truck"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">truck</span>
<span class="mt1 f2 o-30">f0d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/underline.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#underline"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">underline</span>
<span class="mt1 f2 o-30">f0cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/undo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#undo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo</span>
<span class="mt1 f2 o-30">f0e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/undo-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#undo-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">undo-alt</span>
<span class="mt1 f2 o-30">f2ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/unlink.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#unlink"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlink</span>
<span class="mt1 f2 o-30">f127</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/unlock.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#unlock"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock</span>
<span class="mt1 f2 o-30">f09c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/unlock-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#unlock-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">unlock-alt</span>
<span class="mt1 f2 o-30">f13e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/upload.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#upload"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">upload</span>
<span class="mt1 f2 o-30">f093</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/usd-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#usd-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-circle</span>
<span class="mt1 f2 o-30">f2e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/usd-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#usd-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usd-square</span>
<span class="mt1 f2 o-30">f2e9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user</span>
<span class="mt1 f2 o-30">f007</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-alt</span>
<span class="mt1 f2 o-30">f3eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-circle</span>
<span class="mt1 f2 o-30">f2bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-md.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-md"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-md</span>
<span class="mt1 f2 o-30">f0f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-plus</span>
<span class="mt1 f2 o-30">f234</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-secret.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-secret"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-secret</span>
<span class="mt1 f2 o-30">f21b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/user-times.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#user-times"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">user-times</span>
<span class="mt1 f2 o-30">f235</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/users.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#users"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">users</span>
<span class="mt1 f2 o-30">f0c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/utensil-fork.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#utensil-fork"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-fork</span>
<span class="mt1 f2 o-30">f2e3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/utensil-knife.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#utensil-knife"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-knife</span>
<span class="mt1 f2 o-30">f2e4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/utensil-spoon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#utensil-spoon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensil-spoon</span>
<span class="mt1 f2 o-30">f2e5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/utensils.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#utensils"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils</span>
<span class="mt1 f2 o-30">f2e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/utensils-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#utensils-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">utensils-alt</span>
<span class="mt1 f2 o-30">f2e6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/venus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#venus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus</span>
<span class="mt1 f2 o-30">f221</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/venus-double.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#venus-double"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-double</span>
<span class="mt1 f2 o-30">f226</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/venus-mars.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#venus-mars"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">venus-mars</span>
<span class="mt1 f2 o-30">f228</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/video.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#video"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">video</span>
<span class="mt1 f2 o-30">f03d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/volume-down.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#volume-down"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-down</span>
<span class="mt1 f2 o-30">f027</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/volume-mute.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#volume-mute"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-mute</span>
<span class="mt1 f2 o-30">f2e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/volume-off.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#volume-off"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-off</span>
<span class="mt1 f2 o-30">f026</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/volume-up.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#volume-up"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">volume-up</span>
<span class="mt1 f2 o-30">f028</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/watch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#watch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">watch</span>
<span class="mt1 f2 o-30">f2e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/wheelchair.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#wheelchair"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wheelchair</span>
<span class="mt1 f2 o-30">f193</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/wifi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#wifi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wifi</span>
<span class="mt1 f2 o-30">f1eb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/window-close.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#window-close"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-close</span>
<span class="mt1 f2 o-30">f3f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/window-maximize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#window-maximize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-maximize</span>
<span class="mt1 f2 o-30">f2d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/window-minimize.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#window-minimize"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-minimize</span>
<span class="mt1 f2 o-30">f2d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/window-restore.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#window-restore"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">window-restore</span>
<span class="mt1 f2 o-30">f2d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/won-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#won-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">won-sign</span>
<span class="mt1 f2 o-30">f159</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/light/yen-sign.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/light.svg#yen-sign"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yen-sign</span>
<span class="mt1 f2 o-30">f157</span>
</div>
</li>
</ul>
</section>
<section id="fab">
<h2 class="mt0 mb3 pb3 bb bw1 b--gray1 f4 fw6 gray7 vf">Font Awesome 5 Brands &amp; Logos <span class="pl3 gray5 fr mt1 f3">289 icons</span></h2>
<ul class="nl3 nr3 list ma0 pa0 flex flex-row flex-wrap gray9">
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/500px.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#500px"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">500px</span>
<span class="mt1 f2 o-30">f26e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/accessible-icon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#accessible-icon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">accessible-icon</span>
<span class="mt1 f2 o-30">f368</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/adn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#adn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">adn</span>
<span class="mt1 f2 o-30">f170</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/adversal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#adversal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">adversal</span>
<span class="mt1 f2 o-30">f369</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/affiliatetheme.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#affiliatetheme"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">affiliatetheme</span>
<span class="mt1 f2 o-30">f36a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/algolia.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#algolia"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">algolia</span>
<span class="mt1 f2 o-30">f36b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/amazon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#amazon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">amazon</span>
<span class="mt1 f2 o-30">f270</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/amilia.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#amilia"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">amilia</span>
<span class="mt1 f2 o-30">f36c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/android.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#android"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">android</span>
<span class="mt1 f2 o-30">f17b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/angellist.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#angellist"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angellist</span>
<span class="mt1 f2 o-30">f209</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/angrycreative.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#angrycreative"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">angrycreative</span>
<span class="mt1 f2 o-30">f36d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/app-store.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#app-store"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">app-store</span>
<span class="mt1 f2 o-30">f36e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/app-store-ios.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#app-store-ios"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">app-store-ios</span>
<span class="mt1 f2 o-30">f36f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/apper.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#apper"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">apper</span>
<span class="mt1 f2 o-30">f370</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/apple.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#apple"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">apple</span>
<span class="mt1 f2 o-30">f179</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/asymmetrik.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#asymmetrik"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">asymmetrik</span>
<span class="mt1 f2 o-30">f371</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/audible.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#audible"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">audible</span>
<span class="mt1 f2 o-30">f372</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/avianex.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#avianex"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">avianex</span>
<span class="mt1 f2 o-30">f373</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/aws.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#aws"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">aws</span>
<span class="mt1 f2 o-30">f374</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bandcamp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bandcamp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bandcamp</span>
<span class="mt1 f2 o-30">f2d5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/behance.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#behance"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">behance</span>
<span class="mt1 f2 o-30">f1b4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/behance-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#behance-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">behance-square</span>
<span class="mt1 f2 o-30">f1b5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bimobject.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bimobject"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bimobject</span>
<span class="mt1 f2 o-30">f377</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bitbucket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bitbucket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bitbucket</span>
<span class="mt1 f2 o-30">f171</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bitbucket-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bitbucket-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bitbucket-square</span>
<span class="mt1 f2 o-30">f172</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bitcoin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bitcoin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bitcoin</span>
<span class="mt1 f2 o-30">f378</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bity.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bity"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bity</span>
<span class="mt1 f2 o-30">f379</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/black-tie.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#black-tie"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">black-tie</span>
<span class="mt1 f2 o-30">f27e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/blackberry.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#blackberry"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">blackberry</span>
<span class="mt1 f2 o-30">f37a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/blogger.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#blogger"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">blogger</span>
<span class="mt1 f2 o-30">f37b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/blogger-b.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#blogger-b"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">blogger-b</span>
<span class="mt1 f2 o-30">f37c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bluetooth.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bluetooth"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bluetooth</span>
<span class="mt1 f2 o-30">f293</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/bluetooth-b.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#bluetooth-b"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">bluetooth-b</span>
<span class="mt1 f2 o-30">f294</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/btc.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#btc"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">btc</span>
<span class="mt1 f2 o-30">f15a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/buromobelexperte.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#buromobelexperte"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">buromobelexperte</span>
<span class="mt1 f2 o-30">f37d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/buysellads.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#buysellads"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">buysellads</span>
<span class="mt1 f2 o-30">f20d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-amex.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-amex"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-amex</span>
<span class="mt1 f2 o-30">f1f3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-diners-club.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-diners-club"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-diners-club</span>
<span class="mt1 f2 o-30">f24c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-discover.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-discover"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-discover</span>
<span class="mt1 f2 o-30">f1f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-jcb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-jcb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-jcb</span>
<span class="mt1 f2 o-30">f24b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-mastercard.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-mastercard"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-mastercard</span>
<span class="mt1 f2 o-30">f1f1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-paypal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-paypal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-paypal</span>
<span class="mt1 f2 o-30">f1f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-stripe.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-stripe"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-stripe</span>
<span class="mt1 f2 o-30">f1f5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cc-visa.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cc-visa"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cc-visa</span>
<span class="mt1 f2 o-30">f1f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/chrome.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#chrome"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">chrome</span>
<span class="mt1 f2 o-30">f268</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cloudscale.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cloudscale"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloudscale</span>
<span class="mt1 f2 o-30">f380</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cloudsmith.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cloudsmith"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloudsmith</span>
<span class="mt1 f2 o-30">f381</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cloudversify.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cloudversify"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cloudversify</span>
<span class="mt1 f2 o-30">f382</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/codepen.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#codepen"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">codepen</span>
<span class="mt1 f2 o-30">f1cb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/codiepie.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#codiepie"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">codiepie</span>
<span class="mt1 f2 o-30">f284</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/connectdevelop.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#connectdevelop"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">connectdevelop</span>
<span class="mt1 f2 o-30">f20e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/contao.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#contao"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">contao</span>
<span class="mt1 f2 o-30">f26d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cpanel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cpanel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cpanel</span>
<span class="mt1 f2 o-30">f383</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/creative-commons.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#creative-commons"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">creative-commons</span>
<span class="mt1 f2 o-30">f25e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/css3.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#css3"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">css3</span>
<span class="mt1 f2 o-30">f13c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/cuttlefish.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#cuttlefish"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">cuttlefish</span>
<span class="mt1 f2 o-30">f386</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/d-and-d.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#d-and-d"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">d-and-d</span>
<span class="mt1 f2 o-30">f387</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dashcube.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dashcube"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dashcube</span>
<span class="mt1 f2 o-30">f210</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/delicious.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#delicious"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">delicious</span>
<span class="mt1 f2 o-30">f1a5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/deploydog.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#deploydog"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">deploydog</span>
<span class="mt1 f2 o-30">f388</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/deskpro.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#deskpro"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">deskpro</span>
<span class="mt1 f2 o-30">f389</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/deviantart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#deviantart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">deviantart</span>
<span class="mt1 f2 o-30">f1bd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/digg.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#digg"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">digg</span>
<span class="mt1 f2 o-30">f1a6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/digital-ocean.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#digital-ocean"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">digital-ocean</span>
<span class="mt1 f2 o-30">f38a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/discord.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#discord"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">discord</span>
<span class="mt1 f2 o-30">f38b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/discourse.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#discourse"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">discourse</span>
<span class="mt1 f2 o-30">f38c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/docker.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#docker"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">docker</span>
<span class="mt1 f2 o-30">f38d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/draft2digital.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#draft2digital"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">draft2digital</span>
<span class="mt1 f2 o-30">f38e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dribbble.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dribbble"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dribbble</span>
<span class="mt1 f2 o-30">f17d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dribbble-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dribbble-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dribbble-square</span>
<span class="mt1 f2 o-30">f38f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dropbox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dropbox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dropbox</span>
<span class="mt1 f2 o-30">f16b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dropbox-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dropbox-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dropbox-alt</span>
<span class="mt1 f2 o-30">f390</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/drupal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#drupal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">drupal</span>
<span class="mt1 f2 o-30">f1a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/dyalog.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#dyalog"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">dyalog</span>
<span class="mt1 f2 o-30">f391</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/earlybirds.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#earlybirds"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">earlybirds</span>
<span class="mt1 f2 o-30">f392</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/edge.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#edge"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">edge</span>
<span class="mt1 f2 o-30">f282</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/eercast.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#eercast"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">eercast</span>
<span class="mt1 f2 o-30">f2da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/empire.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#empire"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">empire</span>
<span class="mt1 f2 o-30">f1d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/envira.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#envira"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">envira</span>
<span class="mt1 f2 o-30">f299</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/erlang.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#erlang"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">erlang</span>
<span class="mt1 f2 o-30">f393</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/etsy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#etsy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">etsy</span>
<span class="mt1 f2 o-30">f2d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/expeditedssl.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#expeditedssl"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">expeditedssl</span>
<span class="mt1 f2 o-30">f23e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/facebook.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#facebook"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">facebook</span>
<span class="mt1 f2 o-30">f09a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/facebook-f.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#facebook-f"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">facebook-f</span>
<span class="mt1 f2 o-30">f394</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/facebook-messenger.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#facebook-messenger"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">facebook-messenger</span>
<span class="mt1 f2 o-30">f395</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/facebook-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#facebook-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">facebook-square</span>
<span class="mt1 f2 o-30">f082</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/firefox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#firefox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">firefox</span>
<span class="mt1 f2 o-30">f269</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/first-order.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#first-order"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">first-order</span>
<span class="mt1 f2 o-30">f2b0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/firstdraft.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#firstdraft"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">firstdraft</span>
<span class="mt1 f2 o-30">f396</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/flickr.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#flickr"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">flickr</span>
<span class="mt1 f2 o-30">f16e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/font-awesome.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#font-awesome"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">font-awesome</span>
<span class="mt1 f2 o-30">f2b4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/font-awesome-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#font-awesome-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">font-awesome-alt</span>
<span class="mt1 f2 o-30">f35c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/fonticons.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#fonticons"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fonticons</span>
<span class="mt1 f2 o-30">f280</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/fonticons-fi.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#fonticons-fi"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fonticons-fi</span>
<span class="mt1 f2 o-30">f397</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/fort-awesome.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#fort-awesome"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fort-awesome</span>
<span class="mt1 f2 o-30">f286</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/fort-awesome-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#fort-awesome-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">fort-awesome-alt</span>
<span class="mt1 f2 o-30">f398</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/forumbee.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#forumbee"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">forumbee</span>
<span class="mt1 f2 o-30">f211</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/foursquare.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#foursquare"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">foursquare</span>
<span class="mt1 f2 o-30">f180</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/free-code-camp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#free-code-camp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">free-code-camp</span>
<span class="mt1 f2 o-30">f2c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/freebsd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#freebsd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">freebsd</span>
<span class="mt1 f2 o-30">f399</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/get-pocket.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#get-pocket"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">get-pocket</span>
<span class="mt1 f2 o-30">f265</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gg.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gg"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gg</span>
<span class="mt1 f2 o-30">f260</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gg-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gg-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gg-circle</span>
<span class="mt1 f2 o-30">f261</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/git.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#git"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">git</span>
<span class="mt1 f2 o-30">f1d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/git-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#git-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">git-square</span>
<span class="mt1 f2 o-30">f1d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/github.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#github"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">github</span>
<span class="mt1 f2 o-30">f09b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/github-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#github-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">github-alt</span>
<span class="mt1 f2 o-30">f113</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/github-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#github-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">github-square</span>
<span class="mt1 f2 o-30">f092</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gitlab.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gitlab"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gitlab</span>
<span class="mt1 f2 o-30">f296</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/glide.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#glide"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">glide</span>
<span class="mt1 f2 o-30">f2a5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/glide-g.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#glide-g"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">glide-g</span>
<span class="mt1 f2 o-30">f2a6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gofore.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gofore"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gofore</span>
<span class="mt1 f2 o-30">f39b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/goodreads.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#goodreads"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">goodreads</span>
<span class="mt1 f2 o-30">f39c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/goodreads-g.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#goodreads-g"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">goodreads-g</span>
<span class="mt1 f2 o-30">f39d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google</span>
<span class="mt1 f2 o-30">f1a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-drive.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-drive"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-drive</span>
<span class="mt1 f2 o-30">f39e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-play.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-play"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-play</span>
<span class="mt1 f2 o-30">f39f</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-plus.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-plus"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-plus</span>
<span class="mt1 f2 o-30">f2b3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-plus-g.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-plus-g"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-plus-g</span>
<span class="mt1 f2 o-30">f0d5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-plus-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-plus-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-plus-square</span>
<span class="mt1 f2 o-30">f0d4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/google-wallet.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#google-wallet"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">google-wallet</span>
<span class="mt1 f2 o-30">f1ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gratipay.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gratipay"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gratipay</span>
<span class="mt1 f2 o-30">f184</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/grav.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#grav"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">grav</span>
<span class="mt1 f2 o-30">f2d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gripfire.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gripfire"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gripfire</span>
<span class="mt1 f2 o-30">f3a0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/grunt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#grunt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">grunt</span>
<span class="mt1 f2 o-30">f3a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/gulp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#gulp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">gulp</span>
<span class="mt1 f2 o-30">f3a2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/hacker-news.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#hacker-news"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hacker-news</span>
<span class="mt1 f2 o-30">f1d4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/hacker-news-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#hacker-news-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hacker-news-square</span>
<span class="mt1 f2 o-30">f3a3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/hotjar.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#hotjar"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hotjar</span>
<span class="mt1 f2 o-30">f3a4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/houzz.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#houzz"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">houzz</span>
<span class="mt1 f2 o-30">f27c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/html5.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#html5"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">html5</span>
<span class="mt1 f2 o-30">f13b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/hubspot.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#hubspot"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">hubspot</span>
<span class="mt1 f2 o-30">f3a5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/imdb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#imdb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">imdb</span>
<span class="mt1 f2 o-30">f2d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/instagram.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#instagram"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">instagram</span>
<span class="mt1 f2 o-30">f16d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/internet-explorer.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#internet-explorer"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">internet-explorer</span>
<span class="mt1 f2 o-30">f26b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/ioxhost.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#ioxhost"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ioxhost</span>
<span class="mt1 f2 o-30">f208</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/itunes.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#itunes"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">itunes</span>
<span class="mt1 f2 o-30">f3a7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/itunes-note.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#itunes-note"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">itunes-note</span>
<span class="mt1 f2 o-30">f3a8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/jenkins.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#jenkins"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">jenkins</span>
<span class="mt1 f2 o-30">f3a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/joget.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#joget"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">joget</span>
<span class="mt1 f2 o-30">f3aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/joomla.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#joomla"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">joomla</span>
<span class="mt1 f2 o-30">f1aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/js.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#js"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">js</span>
<span class="mt1 f2 o-30">f3ab</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/js-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#js-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">js-square</span>
<span class="mt1 f2 o-30">f3ac</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/jsfiddle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#jsfiddle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">jsfiddle</span>
<span class="mt1 f2 o-30">f1cc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/keycdn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#keycdn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">keycdn</span>
<span class="mt1 f2 o-30">f3ad</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/kickstarter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#kickstarter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">kickstarter</span>
<span class="mt1 f2 o-30">f3ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/kickstarter-k.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#kickstarter-k"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">kickstarter-k</span>
<span class="mt1 f2 o-30">f3af</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/laravel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#laravel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">laravel</span>
<span class="mt1 f2 o-30">f3b0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/lastfm.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#lastfm"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lastfm</span>
<span class="mt1 f2 o-30">f202</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/lastfm-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#lastfm-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lastfm-square</span>
<span class="mt1 f2 o-30">f203</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/leanpub.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#leanpub"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">leanpub</span>
<span class="mt1 f2 o-30">f212</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/line.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#line"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">line</span>
<span class="mt1 f2 o-30">f3b3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/linkedin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#linkedin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">linkedin</span>
<span class="mt1 f2 o-30">f08c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/linkedin-in.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#linkedin-in"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">linkedin-in</span>
<span class="mt1 f2 o-30">f0e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/linode.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#linode"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">linode</span>
<span class="mt1 f2 o-30">f2b8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/linux.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#linux"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">linux</span>
<span class="mt1 f2 o-30">f17c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/lyft.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#lyft"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">lyft</span>
<span class="mt1 f2 o-30">f3b6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/magento.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#magento"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">magento</span>
<span class="mt1 f2 o-30">f3b7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/maxcdn.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#maxcdn"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">maxcdn</span>
<span class="mt1 f2 o-30">f136</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/medapps.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#medapps"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medapps</span>
<span class="mt1 f2 o-30">f3b9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/medium.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#medium"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medium</span>
<span class="mt1 f2 o-30">f23a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/medrt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#medrt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">medrt</span>
<span class="mt1 f2 o-30">f3ba</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/meetup.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#meetup"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">meetup</span>
<span class="mt1 f2 o-30">f2e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/mix.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#mix"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mix</span>
<span class="mt1 f2 o-30">f3bb</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/mixcloud.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#mixcloud"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mixcloud</span>
<span class="mt1 f2 o-30">f289</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/mizuni.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#mizuni"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">mizuni</span>
<span class="mt1 f2 o-30">f3bc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/modx.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#modx"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">modx</span>
<span class="mt1 f2 o-30">f285</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/monero.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#monero"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">monero</span>
<span class="mt1 f2 o-30">f3c0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/napster.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#napster"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">napster</span>
<span class="mt1 f2 o-30">f3c2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/npm.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#npm"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">npm</span>
<span class="mt1 f2 o-30">f3c3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/nutritionix.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#nutritionix"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">nutritionix</span>
<span class="mt1 f2 o-30">f3c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/odnoklassniki.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#odnoklassniki"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">odnoklassniki</span>
<span class="mt1 f2 o-30">f263</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/odnoklassniki-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#odnoklassniki-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">odnoklassniki-square</span>
<span class="mt1 f2 o-30">f264</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/opencart.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#opencart"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">opencart</span>
<span class="mt1 f2 o-30">f23d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/openid.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#openid"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">openid</span>
<span class="mt1 f2 o-30">f19b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/opera.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#opera"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">opera</span>
<span class="mt1 f2 o-30">f26a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/optin-monster.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#optin-monster"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">optin-monster</span>
<span class="mt1 f2 o-30">f23c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/page4.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#page4"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">page4</span>
<span class="mt1 f2 o-30">f3c5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pagelines.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pagelines"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pagelines</span>
<span class="mt1 f2 o-30">f18c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/palfed.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#palfed"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">palfed</span>
<span class="mt1 f2 o-30">f3c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/patreon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#patreon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">patreon</span>
<span class="mt1 f2 o-30">f3c7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/paypal.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#paypal"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">paypal</span>
<span class="mt1 f2 o-30">f1ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/periscope.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#periscope"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">periscope</span>
<span class="mt1 f2 o-30">f3c8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/phabricator.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#phabricator"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phabricator</span>
<span class="mt1 f2 o-30">f3c9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/phoenix-framework.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#phoenix-framework"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">phoenix-framework</span>
<span class="mt1 f2 o-30">f3ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pied-piper.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pied-piper"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pied-piper</span>
<span class="mt1 f2 o-30">f2ae</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pied-piper-alt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pied-piper-alt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pied-piper-alt</span>
<span class="mt1 f2 o-30">f1a8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pied-piper-pp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pied-piper-pp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pied-piper-pp</span>
<span class="mt1 f2 o-30">f1a7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pinterest.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pinterest"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pinterest</span>
<span class="mt1 f2 o-30">f0d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pinterest-p.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pinterest-p"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pinterest-p</span>
<span class="mt1 f2 o-30">f231</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pinterest-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pinterest-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pinterest-square</span>
<span class="mt1 f2 o-30">f0d3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/playstation.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#playstation"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">playstation</span>
<span class="mt1 f2 o-30">f3cd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/product-hunt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#product-hunt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">product-hunt</span>
<span class="mt1 f2 o-30">f288</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/pushed.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#pushed"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">pushed</span>
<span class="mt1 f2 o-30">f3cf</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/python.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#python"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">python</span>
<span class="mt1 f2 o-30">f3d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/qq.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#qq"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">qq</span>
<span class="mt1 f2 o-30">f1d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/quora.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#quora"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">quora</span>
<span class="mt1 f2 o-30">f2c4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/ravelry.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#ravelry"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ravelry</span>
<span class="mt1 f2 o-30">f2d9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/rebel.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#rebel"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rebel</span>
<span class="mt1 f2 o-30">f1d0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/red-river.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#red-river"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">red-river</span>
<span class="mt1 f2 o-30">f3d1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/reddit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#reddit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reddit</span>
<span class="mt1 f2 o-30">f1a1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/reddit-alien.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#reddit-alien"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reddit-alien</span>
<span class="mt1 f2 o-30">f281</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/reddit-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#reddit-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">reddit-square</span>
<span class="mt1 f2 o-30">f1a2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/rendact.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#rendact"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rendact</span>
<span class="mt1 f2 o-30">f3d2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/renren.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#renren"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">renren</span>
<span class="mt1 f2 o-30">f18b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/replyd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#replyd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">replyd</span>
<span class="mt1 f2 o-30">f3d4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/resolving.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#resolving"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">resolving</span>
<span class="mt1 f2 o-30">f3d5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/rocketchat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#rocketchat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rocketchat</span>
<span class="mt1 f2 o-30">f3d6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/rockrms.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#rockrms"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">rockrms</span>
<span class="mt1 f2 o-30">f3d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/safari.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#safari"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">safari</span>
<span class="mt1 f2 o-30">f267</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/schlix.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#schlix"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">schlix</span>
<span class="mt1 f2 o-30">f3d8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/scribd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#scribd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">scribd</span>
<span class="mt1 f2 o-30">f28a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/searchengin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#searchengin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">searchengin</span>
<span class="mt1 f2 o-30">f3d9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/sellsy.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#sellsy"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sellsy</span>
<span class="mt1 f2 o-30">f213</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/servicestack.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#servicestack"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">servicestack</span>
<span class="mt1 f2 o-30">f3da</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/shirtsinbulk.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#shirtsinbulk"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">shirtsinbulk</span>
<span class="mt1 f2 o-30">f214</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/simplybuilt.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#simplybuilt"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">simplybuilt</span>
<span class="mt1 f2 o-30">f215</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/sistrix.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#sistrix"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">sistrix</span>
<span class="mt1 f2 o-30">f3dc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/skyatlas.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#skyatlas"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">skyatlas</span>
<span class="mt1 f2 o-30">f216</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/skype.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#skype"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">skype</span>
<span class="mt1 f2 o-30">f17e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/slack.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#slack"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">slack</span>
<span class="mt1 f2 o-30">f198</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/slack-hash.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#slack-hash"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">slack-hash</span>
<span class="mt1 f2 o-30">f3dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/slideshare.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#slideshare"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">slideshare</span>
<span class="mt1 f2 o-30">f1e7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/snapchat.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#snapchat"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">snapchat</span>
<span class="mt1 f2 o-30">f2ab</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/snapchat-ghost.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#snapchat-ghost"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">snapchat-ghost</span>
<span class="mt1 f2 o-30">f2ac</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/snapchat-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#snapchat-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">snapchat-square</span>
<span class="mt1 f2 o-30">f2ad</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/soundcloud.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#soundcloud"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">soundcloud</span>
<span class="mt1 f2 o-30">f1be</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/speakap.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#speakap"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">speakap</span>
<span class="mt1 f2 o-30">f3de</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/spotify.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#spotify"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">spotify</span>
<span class="mt1 f2 o-30">f1bc</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/stack-exchange.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#stack-exchange"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stack-exchange</span>
<span class="mt1 f2 o-30">f18d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/stack-overflow.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#stack-overflow"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stack-overflow</span>
<span class="mt1 f2 o-30">f16c</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/staylinked.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#staylinked"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">staylinked</span>
<span class="mt1 f2 o-30">f3e0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/steam.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#steam"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">steam</span>
<span class="mt1 f2 o-30">f1b6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/steam-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#steam-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">steam-square</span>
<span class="mt1 f2 o-30">f1b7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/steam-symbol.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#steam-symbol"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">steam-symbol</span>
<span class="mt1 f2 o-30">f3e1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/studiovinari.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#studiovinari"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">studiovinari</span>
<span class="mt1 f2 o-30">f3e2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/stumbleupon.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#stumbleupon"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stumbleupon</span>
<span class="mt1 f2 o-30">f1a4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/stumbleupon-circle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#stumbleupon-circle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">stumbleupon-circle</span>
<span class="mt1 f2 o-30">f1a3</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/superpowers.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#superpowers"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">superpowers</span>
<span class="mt1 f2 o-30">f2dd</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/telegram.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#telegram"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">telegram</span>
<span class="mt1 f2 o-30">f2c6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/telegram-plane.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#telegram-plane"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">telegram-plane</span>
<span class="mt1 f2 o-30">f3e6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/tencent-weibo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#tencent-weibo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tencent-weibo</span>
<span class="mt1 f2 o-30">f1d5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/themeisle.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#themeisle"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">themeisle</span>
<span class="mt1 f2 o-30">f2b2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/trello.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#trello"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">trello</span>
<span class="mt1 f2 o-30">f181</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/tripadvisor.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#tripadvisor"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tripadvisor</span>
<span class="mt1 f2 o-30">f262</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/tumblr.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#tumblr"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tumblr</span>
<span class="mt1 f2 o-30">f173</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/tumblr-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#tumblr-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">tumblr-square</span>
<span class="mt1 f2 o-30">f174</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/twitch.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#twitch"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">twitch</span>
<span class="mt1 f2 o-30">f1e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/twitter.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#twitter"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">twitter</span>
<span class="mt1 f2 o-30">f099</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/twitter-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#twitter-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">twitter-square</span>
<span class="mt1 f2 o-30">f081</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/uber.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#uber"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">uber</span>
<span class="mt1 f2 o-30">f3e8</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/uikit.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#uikit"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">uikit</span>
<span class="mt1 f2 o-30">f3e9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/untappd.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#untappd"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">untappd</span>
<span class="mt1 f2 o-30">f3ea</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/usb.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#usb"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">usb</span>
<span class="mt1 f2 o-30">f287</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/ussunnah.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#ussunnah"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">ussunnah</span>
<span class="mt1 f2 o-30">f3ec</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vaadin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vaadin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vaadin</span>
<span class="mt1 f2 o-30">f3ed</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/viacoin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#viacoin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">viacoin</span>
<span class="mt1 f2 o-30">f237</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/viadeo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#viadeo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">viadeo</span>
<span class="mt1 f2 o-30">f2a9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/viadeo-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#viadeo-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">viadeo-square</span>
<span class="mt1 f2 o-30">f2aa</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/viber.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#viber"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">viber</span>
<span class="mt1 f2 o-30">f3ee</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vimeo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vimeo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vimeo</span>
<span class="mt1 f2 o-30">f3ef</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vimeo-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vimeo-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vimeo-square</span>
<span class="mt1 f2 o-30">f194</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vimeo-v.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vimeo-v"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vimeo-v</span>
<span class="mt1 f2 o-30">f27d</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vine.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vine"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vine</span>
<span class="mt1 f2 o-30">f1ca</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vk.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vk"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vk</span>
<span class="mt1 f2 o-30">f189</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/vnv.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#vnv"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">vnv</span>
<span class="mt1 f2 o-30">f3f0</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/weibo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#weibo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">weibo</span>
<span class="mt1 f2 o-30">f18a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/weixin.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#weixin"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">weixin</span>
<span class="mt1 f2 o-30">f1d7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/whatsapp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#whatsapp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">whatsapp</span>
<span class="mt1 f2 o-30">f232</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/whatsapp-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#whatsapp-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">whatsapp-square</span>
<span class="mt1 f2 o-30">f3f1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/whmcs.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#whmcs"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">whmcs</span>
<span class="mt1 f2 o-30">f3f2</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wikipedia-w.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wikipedia-w"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wikipedia-w</span>
<span class="mt1 f2 o-30">f266</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/windows.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#windows"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">windows</span>
<span class="mt1 f2 o-30">f17a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wordpress.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wordpress"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wordpress</span>
<span class="mt1 f2 o-30">f19a</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wordpress-simple.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wordpress-simple"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wordpress-simple</span>
<span class="mt1 f2 o-30">f3f4</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wpbeginner.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wpbeginner"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wpbeginner</span>
<span class="mt1 f2 o-30">f297</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wpexplorer.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wpexplorer"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wpexplorer</span>
<span class="mt1 f2 o-30">f2de</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/wpforms.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#wpforms"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">wpforms</span>
<span class="mt1 f2 o-30">f298</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/xbox.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#xbox"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">xbox</span>
<span class="mt1 f2 o-30">f3f5</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/xing.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#xing"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">xing</span>
<span class="mt1 f2 o-30">f168</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/xing-square.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#xing-square"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">xing-square</span>
<span class="mt1 f2 o-30">f169</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/y-combinator.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#y-combinator"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">y-combinator</span>
<span class="mt1 f2 o-30">f23b</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/yahoo.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#yahoo"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yahoo</span>
<span class="mt1 f2 o-30">f19e</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/yandex.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#yandex"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yandex</span>
<span class="mt1 f2 o-30">f3f6</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/yandex-international.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#yandex-international"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yandex-international</span>
<span class="mt1 f2 o-30">f3f7</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/yelp.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#yelp"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yelp</span>
<span class="mt1 f2 o-30">f1e9</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/yoast.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#yoast"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">yoast</span>
<span class="mt1 f2 o-30">f2b1</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/youtube.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#youtube"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">youtube</span>
<span class="mt1 f2 o-30">f167</span>
</div>
</li>
<li class="ma0 pa3 w-50 w-third-m w-20-l link hover-bg-white br2">
<div class="flex flex-column items-center">
<a href="https://github.com/FortAwesome/fontawesome-buildsystem/tree/master/icons/brands/youtube-play.svg" target="_blank" class="color-inherit link">
<svg class="icon">
<use xlink:href="../sprites/brands.svg#youtube-play"></use>
</svg>
</a>
<span class="mt1 f2 fw6 gray5">youtube-play</span>
<span class="mt1 f2 o-30">f16a</span>
</div>
</li>
</ul>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>