Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon request: icon-layers, icon-layers-add, icon-layers-remove #1179

Closed
evitolins opened this issue May 25, 2013 · 99 comments
Closed

Icon request: icon-layers, icon-layers-add, icon-layers-remove #1179

evitolins opened this issue May 25, 2013 · 99 comments
Assignees
Milestone

Comments

@evitolins
Copy link

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

@fredj
Copy link

fredj commented May 27, 2013

👍 , something like:
layers
(from GIMP)

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

@mfontenele
Copy link

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

@andsigno82
Copy link

+1

1 similar comment
@zheffie
Copy link

zheffie commented Jun 29, 2013

+1

@knownasilya
Copy link

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

@ismyrnow
Copy link

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

@jreimers
Copy link

+1

4 similar comments
@icholy
Copy link

icholy commented Jul 24, 2013

👍

@AdrianoCahete
Copy link

+1

@lvonlanthen
Copy link

+1

@gedaiu
Copy link

gedaiu commented Nov 9, 2013

+1

@knownasilya
Copy link

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

@evitolins
Copy link
Author

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

@minchal
Copy link

minchal commented May 27, 2014

+1

@ismyrnow
Copy link

ismyrnow commented Jul 7, 2014

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

@evitolins
Copy link
Author

Nice @ismyrnow. Your version looks much better :)

@CoDEmanX
Copy link

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

@SmartyMcFlyNL
Copy link

+1

1 similar comment
@MarkLeMerise
Copy link

+1

@shaunakv1
Copy link

+1

1 similar comment
@Zkida
Copy link

Zkida commented Nov 21, 2014

+1

@ghost
Copy link

ghost commented Dec 10, 2014

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

@dmland
Copy link

dmland commented Dec 11, 2014

+1

@CoDEmanX
Copy link

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

@vtforester
Copy link

+1

@txcajun
Copy link

txcajun commented Mar 22, 2018

+1

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

@sensibleworld sensibleworld self-assigned this Apr 1, 2018
@XanderLuciano
Copy link

+1 Beer Icon

@ptlola
Copy link

ptlola commented Apr 26, 2018

+1

1 similar comment
@ShaunForbes
Copy link

+1

@steveharman
Copy link

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.

@lipegon
Copy link

lipegon commented May 11, 2018

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

@sensibleworld sensibleworld removed their assignment May 11, 2018
@wsierradev
Copy link

+1

This was referenced Jun 1, 2018
@Conrad777
Copy link

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 ¯_(ツ)_/¯

@dmland
Copy link

dmland commented Jun 12, 2018

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

@XanderLuciano
Copy link

XanderLuciano commented Jun 13, 2018

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

@WTIGER001
Copy link

+1

@tomatillodesign
Copy link

+1 Layers!

@steveharman
Copy link

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...

@sensibleworld
Copy link
Member

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

@sensibleworld sensibleworld modified the milestones: 5.0.0, 5.2.0 Jul 24, 2018
@sensibleworld
Copy link
Member

https://fontawesome.com/icons/layer-group?style=solid
https://fontawesome.com/icons/layer-plus?style=solid
https://fontawesome.com/icons/layer-minus?style=solid

@XanderLuciano
Copy link

Wonderful! Thank you.

@steveharman
Copy link

Fannnnnntastic!

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

@Conrad777
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests