Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Font Awesome icon for "Language" selector?

I am using Font Awesome in my entire site, now I want to give some visual feedback to the user, so he/she knows that "this dropdown" is a language selector.

I am not sure about of any of my selections, is there any standard? This is my list:

  1. icon-globe
  2. icon-flag
  3. icon-compass

I am not interested in showing the active language, but I guess I must to :(

like image 506
Ignacio Correia Avatar asked Jun 26 '13 09:06

Ignacio Correia


People also ask

What is the difference between FAS and fa in Font Awesome?

Instead of fa as a style preceding every icon style, you need to pick from fas for solid, far for regular, fal for light, or fab for brand. It looks like fas is the fallback, so you get solid if you leave your old fa references. For most icons, this change makes the icon heavier or lighter.

What is fa FW in Font Awesome?

The fa-fw class is used to set icons at a fixed width. This class is useful when different icon widths throw off alignment.

What is Font Awesome in CSS?

Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.

How do I add a Font Awesome icon to input field?

The font-awesome icon can be placed by using the fa prefix before the icon's name. Example: In this example, we will take a form where the input field is necessary. After that, we will place the font-awesome icon inside the input field. We will use the CDN link to use the font-awesome icons.


2 Answers

As per github question, the language icon will be implemented in version 4.0. You can do a +1 for that request.

Edit

Language icon already added to the latest version: see here http://fontawesome.io/icon/language/ .

like image 134
Ravimallya Avatar answered Dec 11 '22 13:12

Ravimallya


The icon is already available in version 4.1

You can download it here

like image 29
atc Avatar answered Dec 11 '22 11:12

atc