FortAwesome / Font-Awesome

The iconic SVG, font, and CSS toolkit
https://fontawesome.com
Other
73.48k stars 12.19k forks source link

Icon request: change orientation (device) #10228

Open Parikshit3091 opened 7 years ago

Parikshit3091 commented 7 years ago

change_oriantation

Hi, love your icons! Is there any chance you could add a "change orientation" icon in font awesome?

Roumed commented 7 years ago

+1

jerishsd commented 7 years ago

+1

ronnyvdb commented 5 years ago

+1

terryschwarz commented 5 years ago

I authored #15174 ... the actual context I wanted the device-rotate for was rotate axis on a chart and as such it isn't a duplicate but an alternate icon suggestion because #10228 is clearly a phone device where my image was much more generic (and usable in other contexts such as axis rotate).

So please reconsider 15174 as an device-rotate alt image request.

jacklawry commented 4 years ago

I was looking for an icon like this but built my own with stacks... Here is the code if anyone needs something similar:

<span class="fa-stack fa-2x">
     <i class="fas fa-mobile-alt fa-stack-2x"></i>
     <i class="fas fa-mobile-alt fa-stack-2x fa-rotate-270 land"></i>
     <i class="fas fa-reply fa-stack-1x fa-rotate-270"></i>
 </span>

Then apply some css to resize and position the items a little to give you something like this:

Screenshot 2020-07-03 at 15 46 55

Note: I also used css to hide the icon to all non mobile users and also mobile users where the device was already landscape.

sensibleworld commented 1 month ago

This is a quick update to let folks know that we’re refining our icon request workflow behind the scenes, and as part of that we’re going through all open requests and filing them into several new buckets to be addressed.

In this case we’ve added this issue to our new list to be created! We can’t promise any firm timelines right now, but this will help us keep track of it.

We’ll update this issue when the icon is released into the wild 🙂