Font-awesome: Icon request: icon-layers, icon-layers-add, icon-layers-remove

Created on 26 May 2013  ·  99Comments  ·  Source: FortAwesome/Font-Awesome

A "icon-layers" icon option would be great when creating a certain applications (drawing tools, etc). I imagine 3 rectangles overlapping, and possibly displaying opacity. Supporting icons might be helpful as well, such as "icon-layer" (single), "icon-layer-add", "icon-layer-delete".

Cheers,
-eriks

new icon released web application icons

Most helpful comment

Just added this to in-progress and hoping to get it included in a release soon.

All 99 comments

:thumbsup: , something like:
layers
(from GIMP)

layers-0589c2f85a15e73b820a9305075da6f9
(from http://www.openstreetmap.org/)

That would be nice for mapping applications. There are some examples for the Layers noun at The Noun Project.

+1

+1

Also looking forward to something like this. Especially in a mapping context.

+1. The LeafletJS mapping library has a nice icon which is in SVG format. See it an example here and the source here.

+1

:+1:

+1

+1

+1

Just wondering if there are any plans to add these in the near future?

Hi folks,

This hack is far from ideal, but might be able to get away with a similar approach until then.

Example

https://gist.github.com/evitolins/8965287

Demo

http://jsbin.com/pikeb/2/edit?html,output

Docs

http://fontawesome.io/examples/#stacked

+1

A riff on the stacked example from @evitolins. This is just using css transform and the fa-stack-1x class.

2014-07-07_1222

http://jsbin.com/jacot/5/edit

Nice @ismyrnow. Your version looks much better :)

Nicely done, but it should really be a default icon, as it is pretty generic

+1

+1

+1

+1

+1. Google's Material Design icons is a good example.

+1

@cadegis: I can't find any layer-related icons in material design?!

+1

+1

I'd like to see icons, off-set top-right, that could be used for add, remove and new (plus, minus, asterisk).

+1

+1

+1

+1

+1

+1

:+1:

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

I think there is no actual necessity to do this, as you can get pretty much the same icon by using .fa-clone with .fa-rotate-270, or possibly rotating it yourself by 225deg.

But whatever.

scale(1, 0.75) rotate(225deg) is perfect for me
thx

Hello guys

I love font awesome, but some icons that we need take a lot of time to be added to font awesome, so I decided to create an extenssion to make it easy , if you would like to use them , you can download this at https://github.com/AndreLGava/font-awesome-extenssion. fa-layers was an icon that i used. If there are any problem please create an issue on the GitHub project

+1 although the solution above (with rotation) is nice it does not look good in some cases, for example (the lines do not look sharp):
image
The extensions is a solution put I prefer not to add another library of font to my project if possible...

Yea @HarelM I agree with you, its just a simple solution for those who want it quikly to their projects, I'll try to turn them better :D

+1

+1

+1

+1

+1

+1

+1

+1

+1

Ok. this should be included in the next release. :) +1

+100
why hasnt this been included yet?

+1

+1

+1

+1

+1

+1

I have lost hope on this icon request, moved my code base to use icomoon.io.

Not to knock the project maintainers, but the fact that this has stayed open for so many years, without comment or resolution, would seem to point toward @HarelM's solution.

+1

+1

+1

+1000

+1

+1

Amazed there isn't a 'layers' icon. Surely one of the most common use cases of a map is to overlay different layers of information? Anyway, +1 to this please.

+1

not sure why we have a beer icon, but not this?

+1 Beer Icon

+1

+1

Good to see that today's update from FA includes "compact disc" but still no layers icon.

I can't remember the last time I even saw a CD let alone wanted an icon for it in a web or mobile app.

Indeed, @steveharman. To make it worse, just checked out Google's Material Design icons, which includes the layer icon from the very beginning.

+1

Until this comes into existence I am using the fa-clone icon rotated it by -45˚. This is obviously not a fulltime solution and the stacked layers icon is still very much wanted. But at least now I have a 2 layer stack instead of 3 ¯_(ツ)_/¯

With one additional layer of fa-clone and a little bit of CSS transform, you can get this look:

2018-06-12_09-41-18

Here's some quick sample code using the method @dmland suggested:

<div class="fa-layers fa-fw">
    <i class="far fa-clone" data-fa-transform="rotate--45 shrink-6 up-1.25"></i>
    <i class="far fa-clone" data-fa-transform="rotate--45 shrink-6 down-1.25"></i>
</div>

Result:
image

edit: adding transform: scale(1.5, 1); or transform: scale(1, .75); (depending on use case) seems to give a better "isometric" look to the icon, but does cause some aliasing. Not sure how @dmland achieved the "squashed" look, but it looks nicer than my attempted recreation.

image

+1

+1 Layers!

So now we have a "travel pack" with loads of great new travel icons. Which almost by definition will be used in products & services that have one or more _maps_.

Yet still we don't have a layers icon ?

sigh...

Just added this to in-progress and hoping to get it included in a release soon.

Wonderful! Thank you.

Fannnnnntastic!

And happy birthday to the ticket. Five years and two months to the day. :-)

Which coincidentally 🧐turns out to be the release version too... Now that is one crazy easter egg

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  ·  3Comments

huuphat picture huuphat  ·  3Comments

ojvribeiro picture ojvribeiro  ·  3Comments

sezeresen picture sezeresen  ·  3Comments

daneren2005 picture daneren2005  ·  3Comments