2013-10-23 23:12:39 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
<!-- Basic Page Needs
================================================== -->
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2014-05-15 04:13:14 +08:00
< meta name = "description" content = "Font Awesome, the iconic font and CSS framework" >
2013-10-23 23:12:39 +08:00
< meta name = "author" content = "Dave Gandy" >
2014-08-27 00:51:53 +08:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2013-10-23 23:12:39 +08:00
< link rel = "shortcut icon" href = "../../assets/ico/favicon.ico" >
2014-05-15 04:13:14 +08:00
< title > fa-h-square: Font Awesome Icons< / title >
2013-10-23 23:12:39 +08:00
<!-- CSS
================================================== -->
< link rel = "stylesheet" href = "../../assets/css/site.css" >
< link rel = "stylesheet" href = "../../assets/css/pygments.css" >
< link rel = "stylesheet" href = "../../assets/font-awesome/css/font-awesome.css" >
<!-- [if lt IE 9]>
< script src = "../../assets/js/html5shiv.js" > < / script >
< script src = "../../assets/js/respond.min.js" > < / script >
<![endif]-->
< script type = "text/javascript" src = "//use.typekit.net/wnc7ioh.js" > < / script >
< script type = "text/javascript" > try { Typekit . load ( ) ; } catch ( e ) { } < / script >
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30136587-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
< / head >
< body >
2014-08-05 01:31:21 +08:00
< script type = "text/javascript" >
(function(){
var bsa = document.createElement('script');
bsa.type = 'text/javascript';
bsa.async = true;
bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
< / script >
2013-10-23 23:12:39 +08:00
< div id = "wrap" > <!-- necessary for sticky footer. wrap all content except footer -->
2015-03-24 22:36:15 +08:00
< div class = "collapse" id = "banner" >
2015-01-23 02:55:45 +08:00
< div class = "container" >
< div class = "message-container" >
< div class = "tagline" >
2015-03-24 22:36:15 +08:00
< span id = "rotating-message" > < / span >
2015-01-23 02:55:45 +08:00
< / div >
< div class = "action" >
2015-03-24 22:36:15 +08:00
< a id = "rotating-url" class = "btn btn-primary btn-block" href = "" > < / a >
2015-01-23 02:55:45 +08:00
< / div >
< / div >
< / div >
< / div >
2015-03-24 22:36:15 +08:00
2015-01-23 02:55:45 +08:00
< div class = "navbar navbar-inverse navbar-static-top hidden-print" >
2013-10-23 23:12:39 +08:00
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".navbar-collapse" >
< span class = "sr-only" > Toggle navigation< / span >
2013-11-05 01:53:03 +08:00
< i class = "fa fa-bars fa-lg" > < / i >
2013-10-23 23:12:39 +08:00
< / button >
< a class = "navbar-brand" href = "../../" > < i class = "fa fa-flag" > < / i > Font Awesome< / a >
< / div >
< div class = "navbar-collapse collapse" >
< ul class = "nav navbar-nav" >
< li class = "hidden-sm " > < a href = "../../" > Home< / a > < / li >
< li class = "hidden-sm" >
< a href = "../../whats-new/" > What's New< / a >
< / li >
< li class = "hidden-xs hidden-md hidden-lg" >
< a href = "../../whats-new/" > New< / a >
< / li >
< li > < a href = "../../get-started/" > Get Started< / a > < / li >
< li class = "dropdown-split-left" > < a href = "../../icons/" > Icons< / a > < / li >
< li class = "dropdown dropdown-split-right hidden-xs" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
< i class = "fa fa-caret-down" > < / i >
< / a >
< ul class = "dropdown-menu pull-right" >
2015-01-23 02:55:45 +08:00
< li > < a href = "../../icons/" > < i class = "fa fa-flag fa-fw" > < / i > All Icons< / a > < / li >
2013-10-23 23:12:39 +08:00
< li class = "divider" > < / li >
2015-01-23 02:55:45 +08:00
< li > < a href = "../../icons/#new" > < i class = "fa fa-diamond fa-fw" > < / i > New Icons in 4.3< / a > < / li >
2013-10-23 23:12:39 +08:00
< li > < a href = "../../icons/#web-application" > < i class = "fa fa-camera-retro fa-fw" > < / i > Web Application Icons< / a > < / li >
2015-01-23 02:55:45 +08:00
< li > < a href = "../../icons/#transportation" > < i class = "fa fa-ship fa-fw" > < / i > Transportation Icons< / a > < / li >
2014-05-15 04:13:14 +08:00
< li > < a href = "../../icons/#file-type" > < i class = "fa fa-file-image-o fa-fw" > < / i > File Type Icons< / a > < / li >
< li > < a href = "../../icons/#spinner" > < i class = "fa fa-spinner fa-fw" > < / i > Spinner Icons< / a > < / li >
2013-10-23 23:12:39 +08:00
< li > < a href = "../../icons/#form-control" > < i class = "fa fa-check-square fa-fw" > < / i > Form Control Icons< / a > < / li >
2014-08-27 00:51:53 +08:00
< li > < a href = "../../icons/#payment" > < i class = "fa fa-credit-card fa-fw" > < / i > Payment Icons< / a > < / li >
< li > < a href = "../../icons/#chart" > < i class = "fa fa-pie-chart fa-fw" > < / i > Chart Icons< / a > < / li >
2013-10-23 23:12:39 +08:00
< li > < a href = "../../icons/#currency" > < i class = "fa fa-won fa-fw" > < / i > Currency Icons< / a > < / li >
< li > < a href = "../../icons/#text-editor" > < i class = "fa fa-file-text-o fa-fw" > < / i > Text Editor Icons< / a > < / li >
< li > < a href = "../../icons/#directional" > < i class = "fa fa-hand-o-right fa-fw" > < / i > Directional Icons< / a > < / li >
< li > < a href = "../../icons/#video-player" > < i class = "fa fa-play-circle fa-fw" > < / i > Video Player Icons< / a > < / li >
< li > < a href = "../../icons/#brand" > < i class = "fa fa-github fa-fw" > < / i > Brand Icons< / a > < / li >
< li > < a href = "../../icons/#medical" > < i class = "fa fa-medkit fa-fw" > < / i > Medical Icons< / a > < / li >
< / ul >
< / li >
< li class = "dropdown-split-left" > < a href = "../../examples/" > Examples< / a > < / li >
< li class = "dropdown dropdown-split-right hidden-xs" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
< i class = "fa fa-caret-down" > < / i >
< / a >
< ul class = "dropdown-menu pull-right" >
< li > < a href = "../../examples/" > Examples< / a > < / li >
< li class = "divider" > < / li >
2014-05-15 04:13:14 +08:00
< li > < a href = "../../examples/#basic" > Basic Icons< / a > < / li >
2013-10-23 23:12:39 +08:00
< li > < a href = "../../examples/#larger" > Larger Icons< / a > < / li >
< li > < a href = "../../examples/#fixed-width" > Fixed Width Icons< / a > < / li >
< li > < a href = "../../examples/#list" > List Icons< / a > < / li >
< li > < a href = "../../examples/#bordered-pulled" > Bordered & Pulled Icons< / a > < / li >
2015-01-23 02:55:45 +08:00
< li > < a href = "../../examples/#animated" > Animated Icons< / a > < / li >
2013-10-23 23:12:39 +08:00
< li > < a href = "../../examples/#rotated-flipped" > Rotated & Flipped Icons< / a > < / li >
< li > < a href = "../../examples/#stacked" > Stacked Icons< / a > < / li >
< li > < a href = "../../examples/#bootstrap" > Bootstrap 3 Examples< / a > < / li >
< li > < a href = "../../examples/#custom" > Custom CSS< / a > < / li >
< / ul >
< / li >
< li > < a href = "../../community/" > Community< / a > < / li >
< li > < a href = "../../license/" > License< / a > < / li >
< / ul >
< ul class = "nav navbar-nav navbar-right" >
< li > < a href = "http://blog.fontawesome.io" > Blog< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
2014-06-18 06:23:21 +08:00
2013-10-23 23:12:39 +08:00
< div class = "jumbotron jumbotron-icon" >
< div class = "container" >
< div class = "info-icons" >
< i class = "fa fa-h-square fa-6" > < / i >
< span class = "hide-xs" >
< i class = "fa fa-h-square fa-5" > < / i >
< span class = "hide-sm" > < i class = "fa fa-h-square fa-4" > < / i > < / span >
< i class = "fa fa-h-square fa-3" > < / i >
< i class = "fa fa-h-square fa-2" > < / i >
< / span >
< i class = "fa fa-h-square fa-1" > < / i >
< / div >
< h1 class = "info-class" >
fa-h-square
< small >
< i class = "fa fa-h-square" > < / i > ·
Unicode: < span class = "upper" > f0fd< / span > ·
Created: v3.0 ·
Categories:
Medical Icons
2015-01-23 02:55:45 +08:00
2013-10-23 23:12:39 +08:00
< / small >
< / h1 >
< / div >
< / div >
< div class = "container" >
< section >
< div class = "row" >
< div class = "col-md-9 col-sm-9" >
< p > After you get < a href = "../../get-started/" > up and running< / a > , you can place Font Awesome icons just about anywhere with the < code > < i> < / code > tag:< / p >
< div class = "well well-transparent" >
< div style = "font-size: 24px; line-height: 1.5em;" >
< i class = "fa fa-h-square" > < / i > fa-h-square
< / div >
< / div >
2014-08-27 00:51:53 +08:00
< div class = "highlight" > < pre > < code class = "html" > < span class = "nt" > < i< / span > < span class = "na" > class=< / span > < span class = "s" > " fa fa-h-square" < / span > < span class = "nt" > > < /i> < / span >
2013-10-23 23:12:39 +08:00
< / code > < / pre > < / div >
< br >
< div class = "lead" > < i class = "fa fa-info-sign" > < / i > Looking for more? Check out the < a href = "../../examples/" > examples< / a > .< / div >
< / div >
< div class = "col-md-3 col-sm-3" >
2014-06-18 00:00:48 +08:00
< div class = "vertical-ad" > < script type = "text/javascript" src = "//cdn.fusionads.net/fusion.js?zoneid=1332&serve=C6SDP2Y&placement=fontawesome" id = "_fusionads_js" > < / script >
2013-10-23 23:12:39 +08:00
< / div >
< / div >
< / div >
< / section >
< / div >
2015-03-28 02:50:32 +08:00
2013-10-23 23:12:39 +08:00
< / div >
< footer id = "footer" class = "footer hidden-print" >
< div class = "container text-center" >
2014-08-05 01:31:21 +08:00
< div id = "bsap_1298241" class = "bsarocks bsap_b1146e3f9fa32a794fc6d2c7be47ece8" > < / div >
2013-10-23 23:12:39 +08:00
< div >
2015-01-23 02:55:45 +08:00
< i class = "fa fa-flag" > < / i > Font Awesome 4.3.0
2013-10-23 23:12:39 +08:00
< span class = "hide-xs" > · < / span > < br class = "hide-sm hide-md hide-lg" >
2013-10-28 04:38:45 +08:00
Created by < a href = "http://twitter.com/davegandy" > Dave Gandy< / a >
2013-10-23 23:12:39 +08:00
< / div >
< div >
Font Awesome licensed under < a href = "http://scripts.sil.org/OFL" > SIL OFL 1.1< / a >
< span class = "hide-xs" > · < / span > < br class = "hide-sm hide-md hide-lg" >
Code licensed under < a href = "http://opensource.org/licenses/mit-license.html" > MIT License< / a >
< span class = "hide-xs hide-sm" > · < / span > < br class = "hide-md hide-lg" >
Documentation licensed under < a href = "http://creativecommons.org/licenses/by/3.0/" > CC BY 3.0< / a >
< / div >
< div >
Thanks to < a href = "http://maxcdn.com" > < i class = "fa fa-maxcdn" > < / i > MaxCDN< / a > for providing the excellent < a href = "http://www.bootstrapcdn.com/#fontawesome_tab" > BootstrapCDN for Font Awesome< / a >
< / div >
< div class = "project" >
< a href = "https://github.com/FortAwesome/Font-Awesome" > GitHub Project< / a > ·
2013-10-28 04:38:45 +08:00
< a href = "https://github.com/FortAwesome/Font-Awesome/issues" > Issues< / a > ·
< a href = "../../3.2.1" > Old 3.2.1 Docs< / a >
2013-10-23 23:12:39 +08:00
< / div >
< / div >
< / footer >
< script src = "http://platform.twitter.com/widgets.js" > < / script >
2014-08-27 00:51:53 +08:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" > < / script >
< script src = "//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" > < / script >
2015-01-23 02:55:45 +08:00
< script src = "../../assets/js/tabcomplete.min.js" > < / script >
2013-10-23 23:12:39 +08:00
< script src = "../../assets/js/site.js" > < / script >
2015-01-23 02:55:45 +08:00
< script type = "text/javascript" >
(function() {
window._pa = window._pa || {};
var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true;
pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.perfectaudience.com/serve/54bfdab8751a087f190000f8.js";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s);
})();
< / script >
2015-03-28 02:50:32 +08:00
< script src = "//load.sumome.com/" data-sumo-site-id = "24237ee44267a89bbc339f27e22e961bf78a1ada5785f8173d40c094e994c8a6" async = "async" > < / script >
2013-10-23 23:12:39 +08:00
< / body >
< / html >