2016-01-09 21:39:06 +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" >
< meta name = "description" content = "Font Awesome, the iconic font and CSS framework" >
< meta name = "author" content = "Dave Gandy" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< link rel = "shortcut icon" href = "../../assets/ico/favicon.ico" >
< title > fa-try: Font Awesome Icons< / title >
<!-- 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 src = "https://use.fonticons.com/ffe176a3.js" > < / script >
< script >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30136587-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = 'https://www.google-analytics.com/ga.js';
var s = document.scripts[0];
s.parentNode.insertBefore(ga, s);
})();
< / script >
< / head >
2016-04-21 02:45:06 +08:00
< body class = "font-awesome " >
2016-01-09 21:39:06 +08:00
< div id = "wrap" > <!-- necessary for sticky footer. wrap all content except footer -->
2016-02-25 06:06:49 +08:00
< div class = "collapse hidden-print" id = "banner" >
< div class = "container" >
< div class = "message-container" >
< div class = "tagline" >
< span id = "rotating-message" > < / span >
< / div >
< div class = "action" >
2016-10-25 00:01:53 +08:00
< a id = "rotating-url" class = "btn btn-primary btn-lg btn-block" href = "" > < / a >
2016-02-25 06:06:49 +08:00
< / div >
< / div >
< / div >
< / div >
2016-10-26 04:26:30 +08:00
<!-- <div class="navbar navbar - org navbar - static - top">
2016-01-09 21:39:06 +08:00
< div class = "container" >
< ul class = "nav navbar-nav navbar-right" >
< li >
2016-10-25 00:01:53 +08:00
< a href = "http://fortawesome.com/start?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.7_update" data-toggle = "tooltip" data-container = "body" data-placement = "bottom" data-html = "true" title = "Take your front end game<br>to the next level!" >
2016-05-13 23:45:24 +08:00
< i class = "fa fa-fort-awesome fa-lg valign-baseline" > < / i >
2016-01-09 21:39:06 +08:00
Fort Awesome
< / a >
< / li >
2016-08-11 04:03:32 +08:00
< li >
2016-10-25 00:01:53 +08:00
< a href = "http://symbolset.com/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.7_update" data-toggle = "tooltip" data-container = "body" data-placement = "bottom" data-html = "true" title = "Get the perfect icon set!" >
2016-08-11 04:03:32 +08:00
< i class = "fas fas-heart-ss" > < / i >
Symbolset
< / a >
< / li >
2016-01-09 21:39:06 +08:00
< li class = "active" >
2016-10-25 00:01:53 +08:00
< a href = "http://fontawesome.io/?utm_source=font_awesome_navbar&utm_medium=display&utm_content=font_awesome_navbar&utm_campaign=promo_4.7_update" data-toggle = "tooltip" data-container = "body" data-placement = "bottom" data-html = "true" title = "The iconic font<br>& CSS toolkit" >
2016-05-13 23:45:24 +08:00
< i class = "fa fa-font-awesome" > < / i >
2016-01-09 21:39:06 +08:00
Font Awesome< / a >
< / li >
< / ul >
< div class = "navbar-text navbar-right hide-xs" > Build and serve a faster front end!< / div >
< / div >
2016-10-26 04:26:30 +08:00
< / div > -->
2016-01-09 21:39:06 +08:00
< div class = "navbar navbar-inverse navbar-static-top hidden-print" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".navbar-collapse" >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-bars fa-lg" aria-hidden = "true" title = "Toggle navigation" > < / i >
2016-01-09 21:39:06 +08:00
< span class = "sr-only" > Toggle navigation< / span >
< / button >
2016-05-13 23:45:24 +08:00
< a class = "navbar-brand" href = "../../" > < i class = "fa fa-font-awesome" aria-hidden = "true" > < / i > Font Awesome< / a >
2016-01-09 21:39:06 +08:00
< / 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 >
2016-04-12 02:10:07 +08:00
< li class = "hidden-sm" > < a href = "../../get-started/" > Get Started< / a > < / li >
< li class = "hidden-xs hidden-md hidden-lg" >
< a href = "../../get-started/" > Start< / a >
< / li >
2016-01-09 21:39:06 +08:00
< li class = "dropdown-split-left" > < a href = "../../icons/" > Icons< / a > < / li >
< li class = "dropdown dropdown-split-right hidden-xs" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-caret-down" aria-hidden = "true" title = "Toggle dropdown menu" > < / i >
< span class = "sr-only" > Toggle dropdown menu< / span >
< span class = "toggle drop down" > < / span >
2016-01-09 21:39:06 +08:00
< / a >
< ul class = "dropdown-menu pull-right" >
2016-04-12 02:10:07 +08:00
< li > < a href = "../../icons/" > < i class = "fa fa-flag fa-fw" aria-hidden = "true" > < / i > All Icons< / a > < / li >
2016-01-09 21:39:06 +08:00
< li class = "divider" > < / li >
2016-10-25 00:01:53 +08:00
< li > < a href = "../../icons/#new" > < i class = "fa fa-handshake-o fa-fw" aria-hidden = "true" > < / i > New Icons in 4.7< / a > < / li >
2016-04-12 02:10:07 +08:00
< li > < a href = "../../icons/#web-application" > < i class = "fa fa-camera-retro fa-fw" aria-hidden = "true" > < / i > Web Application Icons< / a > < / li >
< li > < a href = "../../icons/#accessibility" > < i class = "fa fa-universal-access fa-fw" aria-hidden = "true" > < / i > Accessibility Icons< / a > < / li >
< li > < a href = "../../icons/#hand" > < i class = "fa fa-hand-spock-o fa-fw" aria-hidden = "true" > < / i > Hand Icons< / a > < / li >
< li > < a href = "../../icons/#transportation" > < i class = "fa fa-ship fa-fw" aria-hidden = "true" > < / i > Transportation Icons< / a > < / li >
< li > < a href = "../../icons/#gender" > < i class = "fa fa-venus fa-fw" aria-hidden = "true" > < / i > Gender Icons< / a > < / li >
< li > < a href = "../../icons/#file-type" > < i class = "fa fa-file-image-o fa-fw" aria-hidden = "true" > < / i > File Type Icons< / a > < / li >
< li > < a href = "../../icons/#spinner" > < i class = "fa fa-spinner fa-fw" aria-hidden = "true" > < / i > Spinner Icons< / a > < / li >
< li > < a href = "../../icons/#form-control" > < i class = "fa fa-check-square fa-fw" aria-hidden = "true" > < / i > Form Control Icons< / a > < / li >
< li > < a href = "../../icons/#payment" > < i class = "fa fa-credit-card fa-fw" aria-hidden = "true" > < / i > Payment Icons< / a > < / li >
< li > < a href = "../../icons/#chart" > < i class = "fa fa-pie-chart fa-fw" aria-hidden = "true" > < / i > Chart Icons< / a > < / li >
< li > < a href = "../../icons/#currency" > < i class = "fa fa-won fa-fw" aria-hidden = "true" > < / i > Currency Icons< / a > < / li >
< li > < a href = "../../icons/#text-editor" > < i class = "fa fa-file-text-o fa-fw" aria-hidden = "true" > < / i > Text Editor Icons< / a > < / li >
< li > < a href = "../../icons/#directional" > < i class = "fa fa-arrow-right fa-fw" aria-hidden = "true" > < / i > Directional Icons< / a > < / li >
< li > < a href = "../../icons/#video-player" > < i class = "fa fa-play-circle fa-fw" aria-hidden = "true" > < / i > Video Player Icons< / a > < / li >
< li > < a href = "../../icons/#brand" > < i class = "fa fa-facebook-official fa-fw" aria-hidden = "true" > < / i > Brand Icons< / a > < / li >
< li > < a href = "../../icons/#medical" > < i class = "fa fa-medkit fa-fw" aria-hidden = "true" > < / i > Medical Icons< / a > < / li >
2016-01-09 21:39:06 +08:00
< / ul >
< / li >
< li class = "dropdown-split-left" > < a href = "../../examples/" > Examples< / a > < / li >
< li class = "dropdown dropdown-split-right hidden-xs" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-caret-down" aria-hidden = "true" title = "Toggle dropdown menu" > < / i >
< span class = "sr-only" > Toggle dropdown menu< / span >
< span class = "toggle drop down" > < / span >
2016-01-09 21:39:06 +08:00
< / a >
< ul class = "dropdown-menu pull-right" >
< li > < a href = "../../examples/" > Examples< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "../../examples/#basic" > Basic Icons< / a > < / li >
< 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 >
< li > < a href = "../../examples/#animated" > Animated Icons< / a > < / li >
2016-04-12 02:10:07 +08:00
< li > < a href = "../../examples/#accessible" > Accessibility-Minded< / a > < / li >
2016-01-09 21:39:06 +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 >
2016-04-22 23:35:08 +08:00
< li class = "hidden-sm" > < a href = "../../accessibility/" > Accessibility< / a > < / li >
< li class = "hidden-xs hidden-md hidden-lg" > < a href = "../../accessibility/" > < i class = "fa fa-universal-access" > < / i > < / a > < / li >
2016-01-09 21:39:06 +08:00
< li > < a href = "../../community/" > Community< / a > < / li >
< li > < a href = "../../license/" > License< / a > < / li >
< / ul >
2016-04-12 23:03:45 +08:00
2016-04-22 23:35:08 +08:00
< ul class = "nav navbar-nav navbar-right" >
2016-10-25 00:01:53 +08:00
< li > < a href = "http://articles.fortawesome.com" > Blog< / a > < / li >
2016-04-12 23:03:45 +08:00
< / ul >
2016-01-09 21:39:06 +08:00
< / div >
< / div >
< / div >
< div class = "jumbotron jumbotron-icon" >
< div class = "container" >
< div class = "info-icons" >
2016-04-12 23:03:45 +08:00
< i class = "fa fa-try fa-6" aria-hidden = "true" > < / i >
2016-04-12 02:10:07 +08:00
< span class = "sr-only" > Example of try at 6x< / span >
2016-01-09 21:39:06 +08:00
< span class = "hide-xs" >
2016-04-12 23:03:45 +08:00
< i class = "fa fa-try fa-5" aria-hidden = "true" > < / i >
2016-04-12 02:10:07 +08:00
< span class = "sr-only" > Example of try at 5x< / span >
< span class = "hide-sm" >
2016-04-12 23:03:45 +08:00
< i class = "fa fa-try fa-4" aria-hidden = "true" > < / i >
2016-04-12 02:10:07 +08:00
< span class = "sr-only" > Example of try at 4x< / span >
< / span >
2016-04-12 23:03:45 +08:00
< i class = "fa fa-try fa-3" aria-hidden = "true" > < / i >
2016-04-12 02:10:07 +08:00
< span class = "sr-only" > Example of try at 3x< / span >
2016-04-12 23:03:45 +08:00
< i class = "fa fa-try fa-2" aria-hidden = "true" > < / i >
2016-04-12 02:10:07 +08:00
< span class = "sr-only" > Example of try at 2x< / span >
2016-01-09 21:39:06 +08:00
< / span >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-try fa-1" aria-hidden = "true" > < / i >
< span class = "sr-only" > Example of try< / span >
2016-01-09 21:39:06 +08:00
< / div >
< h1 class = "info-class" >
fa-try
< small >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-try" aria-hidden = "true" > < / i > ·
2016-01-09 21:39:06 +08:00
Unicode: < span class = "upper" > f195< / span > ·
Created: v4.0 ·
Categories:
Currency Icons
· Aliases:
fa-turkish-lira
< / 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;" >
2016-04-12 02:10:07 +08:00
< i class = "fa fa-try" aria-hidden = "true" > < / i > < span class = "sr-only" > Example of try< / span > fa-try
2016-01-09 21:39:06 +08:00
< / div >
< / div >
2016-04-12 02:10:07 +08:00
< div class = "highlight" > < pre > < code class = "html" > < span class = "nt" > < i< / span > < span class = "na" > class=< / span > < span class = "s" > " fa fa-try" < / span > < span class = "na" > aria-hidden=< / span > < span class = "s" > " true" < / span > < span class = "nt" > > < /i> < / span >
2016-01-09 21:39:06 +08:00
< / code > < / pre > < / div >
2016-04-12 02:10:07 +08:00
< p class = "margin-bottom-lg" >
< small class = "text-muted" > Note: to improve < a href = "../../accessibility/" > web accessibility< / a > , we recommend using < strong > aria-hidden="true"< / strong > to hide icons used purely for decoration.< / small >
< / p >
< div class = "lead" >
< i class = "fa fa-info-circle" aria-hidden " true " > < / i > Looking for more? Check out the < a href = "../../examples/" > examples< / a > .
< / div >
2016-01-09 21:39:06 +08:00
< / div >
< div class = "col-md-3 col-sm-3" >
2016-10-26 04:26:30 +08:00
< div class = "vertical-ad" > < script async type = "text/javascript" src = "//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=fontawesome" id = "_carbonads_js" > < / script >
2016-01-09 21:39:06 +08:00
< / div >
< / div >
< / div >
< / section >
< / div >
< / div >
< footer id = "footer" class = "footer hidden-print" >
< div class = "container text-center" >
2016-10-25 00:01:53 +08:00
< div id = "inventory" >
2016-02-09 03:40:34 +08:00
< a href = "http://www.wpbeginner.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome"
title="Beginner's Guide to WordPress" target="_blank" rel="nofollow"
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'wpbeginner.com']);">
2016-01-09 21:39:06 +08:00
< img src = "../../assets/img/logo-wpbeginner.png" width = "220" height = "65" alt = "" >
< / a >
2016-05-09 22:02:34 +08:00
< a href = "http://themeisle.com/?utm_source=fontawesome_footer&utm_medium=banner&utm_campaign=fontawesome"
2016-02-09 03:40:34 +08:00
title="Premium Wordpress Themes" target="_blank" rel="nofollow"
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'themeisle.com']);">
2016-01-09 21:39:06 +08:00
< img src = "../../assets/img/logo-themeisle.png" width = "220" height = "65" alt = "" >
< / a >
< / div >
< div >
2016-10-25 00:01:53 +08:00
< i class = "fa fa-flag" aria-hidden = "true" > < / i > Font Awesome 4.7.0
2016-01-09 21:39:06 +08:00
< span class = "hide-xs" > · < / span > < br class = "hide-sm hide-md hide-lg" >
Created by < a href = "https://twitter.com/davegandy" > Dave Gandy< / a >
< / 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 >
2016-09-13 03:01:07 +08:00
Thanks to < a href = "http://tracking.maxcdn.com/c/148092/3982/378/" > < i class = "fa fa-maxcdn" > < / i > MaxCDN< / a > for providing the excellent < a href = "https://www.bootstrapcdn.com/fontawesome/" > BootstrapCDN for Font Awesome< / a >
2016-01-09 21:39:06 +08:00
< / div >
< div class = "project" >
< a href = "https://github.com/FortAwesome/Font-Awesome" > GitHub Project< / a > ·
< a href = "https://github.com/FortAwesome/Font-Awesome/issues" > Issues< / a > ·
< a href = "../../3.2.1" > Old 3.2.1 Docs< / a >
< / div >
< / div >
< / footer >
2016-10-26 00:34:36 +08:00
< div class = "modal" id = "modal-kickstarter" tabindex = "-1" role = "dialog" aria-labelledby = "modal-kickstarter-label" >
2016-10-25 00:01:53 +08:00
< div class = "modal-dialog modal-lg" role = "document" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-label = "Close" > < i class = "fa fa-times" aria-hidden = "true" > < / i > < span class = "close" > < / span > < / button >
2016-10-26 00:34:36 +08:00
< h2 class = "modal-title" id = "modal-kickstarter-label" > Font Awesome 5!< / h2 >
2016-10-25 00:01:53 +08:00
< / div >
< div class = "modal-body" >
< style > . embed-container { position : relative ; padding-bottom : 56.25 % ; height : 0 ; overflow : hidden ; max-width : 100 % ; } . embed-container iframe , . embed-container object , . embed-container embed { position : absolute ; top : 0 ; left : 0 ; width : 100 % ; height : 100 % ; } < / style >
2016-10-26 00:34:36 +08:00
< div class = 'embed-container' >
< iframe id = "kickstarter-iframe" src = "https://www.kickstarter.com/projects/232193852/font-awesome-5/widget/video.html" frameborder = "0" scrolling = "no" allowfullscreen > < / iframe >
< / div >
2016-10-25 00:01:53 +08:00
2016-10-26 04:26:30 +08:00
< a class = "btn btn-kickstarter btn-lg btn-block margin-top" href = "https://www.kickstarter.com/projects/232193852/font-awesome-5?ref=fontawesome-modal"
2016-10-25 00:01:53 +08:00
onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Check out the Kickstarter']);">
< h3 class = "margin text-sans-serif strong" > Check out the < br class = "hide-sm hide-md hide-lg" > Kickstarter! < i class = "fa fa-external-link-square" aria-hidden = "true" > < / i > < / h3 >
< / a >
< / div >
< / div >
< / div >
< / div >
2016-01-09 21:39:06 +08:00
< script src = "https://platform.twitter.com/widgets.js" > < / script >
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" > < / script >
< script src = "https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js" > < / script >
< script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" > < / script >
2016-04-26 00:01:25 +08:00
< script src = "https://cdn.jsdelivr.net/algoliasearch/3.13.1/algoliasearch.jquery.min.js" integrity = "sha256-2MTQjOt4Q02v+W/QjgCO5yv+si9RAo/o/RGR5alVYzY=" crossorigin = "anonymous" > < / script >
< script src = "https://cdn.jsdelivr.net/algoliasearch.helper/2.9.1/algoliasearch.helper.min.js" integrity = "sha256-MhjLBzVVNkMEKnIE2ueYNb7QSj+oiSv4x89dlui09hg=" crossorigin = "anonymous" > < / script >
< script src = "https://cdn.jsdelivr.net/underscorejs/1.8.3/underscore-min.js" integrity = "sha256-obZACiHd7gkOk9iIL/pimWMTJ4W/pBsKu+oZnSeBIek=" crossorigin = "anonymous" > < / script >
< script src = "https://cdn.jsdelivr.net/backbonejs/1.2.2/backbone-min.js" integrity = "sha256-p6bkfFqmxtebrKOS+wyGi+Qf3d111eWUQP67keyXJ6Q=" crossorigin = "anonymous" > < / script >
< script src = "https://cdn.jsdelivr.net/jsdelivr-rum/1.5/jsdelivr-rum.min.js" integrity = "sha256-HlY2rbkgbiHhtilMXmQ86rjL/EIxGDtdg9GU9/T2ZxE=" crossorigin = "anonymous" > < / script >
2016-01-09 21:39:06 +08:00
< script src = "../../assets/js/site.js" > < / script >
< script src = "../../assets/js/search.js" > < / script >
2016-10-25 00:01:53 +08:00
< script src = "../../assets/js/monetization.js" type = "text/javascript" > < / script >
< script >
(function(){
// format, zoneKey, segment:value, options
_bsa.init('imageonly', 'CVADP2Y', 'placement:demo', {
target: '#inventory',
disable_css: true,
path: 'http://inventory.fontawesome.io/api/inventory?zone=CVADP2Y'
});
})();
< / script >
2016-09-08 00:38:26 +08:00
<!-- Facebook Pixel Code -->
< script >
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '590758314440297');
fbq('track', "PageView");< / script >
< noscript > < img height = "1" width = "1" style = "display:none"
src="https://www.facebook.com/tr?id=590758314440297& ev=PageView& noscript=1"
/>< / noscript >
<!-- End Facebook Pixel Code -->
2016-01-09 21:39:06 +08:00
< / body >
< / html >