Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why GoogleMaterial.Icon does not have logout Icon in android library? [closed]

Although here https://www.google.com/design/icons/ contains an "exit to app" icon, I can't find it in its android library.

like image 750
Elnaz Avatar asked Nov 13 '15 08:11

Elnaz


People also ask

How do I add a material icon?

To embed Google Icons in your HTML web pages you have to add the link of material-icons font library in the <head> section of your HTML file and then add the class material-icons in the <i> or <span> tag of the <body> section along with the name of the icon.


2 Answers

exit_to_app is now available on material.io

enter image description here

like image 183
Aaron Lelevier Avatar answered Sep 27 '22 21:09

Aaron Lelevier


Currently (2015-04-13) there is no icon for sign-in/sign-out, there is an open issue requesting it.

To solve this problem, in the meanwhile, I used the power_settings_new icon enter image description here.

like image 33
juliocesar Avatar answered Sep 27 '22 20:09

juliocesar