Questions tagged [google-material-icons]

Official Material Design style icons provided by Google. Use this tag for issues importing or using the icons provided at material.io. For the community driven icon set, please use the [material-design-icons] tag.

223 questions
1
vote
1 answer

Google Material Design: mdl-menu does not react on dynamical load

I'd like to insert a button and a mdl-menu as a tooltip in the html page. Here is a sample Javascript code: $(function(){ $("#dynamic").html('
1
vote
1 answer

Material Icons ligatures electron OSX

I am trying to use Google Material Icons in an electron app and ran across an issue in rendering the icons. The icons render perfectly on Windows but not on OSX. Using devtools I have seen that both request the font as 'woff2' format successfully…
afreeland
  • 3,889
  • 3
  • 31
  • 42
1
vote
1 answer

Android notification displays wrong icon

I have a static Array with Icon ids: public static final int[][] ICON_IDS = { {R.drawable.ic_access_alarm_black_24dp, R.drawable.ic_access_time_black_24dp, R.drawable.ic_account_box_black_24dp, R.drawable.ic_add_black_24dp,…
1
vote
1 answer

How to use Google Material Design Sprite icons..?

I am trying to use Google Material Icons Sprite.. the CSS they are providing is something like this .icon { background-image: url(../images/sprite-alert-white.PNG); } .icon-ic_add_alert_white_24dp { background-position: -0px -0px; width:…
N.K
  • 2,220
  • 1
  • 14
  • 44
1
vote
0 answers

Two problems about Google material icons

I have two problems about Google material icons: How can I align google material icons to the left or right side? How can I put Google material icons front of any text in a side menu?
Mohsen Alk
  • 31
  • 6
1
vote
1 answer

Google material icon font - Guide for full browser support?

I'd like to use Google's material icons https://design.google.com/icons/ as a font, but am worried about browser support. Is there a guide for what CSS, fallbacks, etc. to use? Do I need to do browser sniffing? What are the known limitations?
user984003
  • 28,050
  • 64
  • 189
  • 285
1
vote
1 answer

Material icons library is not detected on Xcode

I am trying to use Material Icons library on my swift application on Xcode but I cannot make that the library will be detected by the project. The steps that I have followed: From here I have copied the link to use git repository. On terminal, I…
Francisco Romero
  • 12,787
  • 22
  • 92
  • 167
1
vote
1 answer
1
vote
0 answers

Material Icons: What is DP, and what should I use for the web?

When downloading icons from https://design.google.com/icons/ I'm presented with multiple DP options. I'm developing for the web... what DP should I use?
Kayce Basques
  • 23,849
  • 11
  • 86
  • 120
1
vote
1 answer

Styling the material icon font. Making the font/icon borders curvy

I am using the back arrow icon in developing the UI for a website. Who don't like curves? What i want to do is making the icon borders curvy. and reduce the icon weight. make it thin. May be slim. I used the font weight property. It's not getting…
Saiyaff Farouk
  • 5,103
  • 4
  • 24
  • 38
1
vote
1 answer

Best Material icons to use for authorisation

Hi i am using material icons and polymer. I want to use certain icons to show actions i.e. login, register and log out. I'm confused which icons to use. Any help here?
Puru Vijay
  • 109
  • 1
  • 3
  • 12
1
vote
0 answers

How to use font awesome icon or google icon (material icon) in grid view of android xamarin.

I am new in Android and Xamarin . i have grid view with image and text view in my xamarin (android) application . but i wont to use font awesome icon or material icon in place of image in grid view reason behind that is reduce size of application.i…
vbvs
  • 173
  • 1
  • 1
  • 9
1
vote
1 answer

Google material design icons not loading in Chrome

Google Chrome is unable to render Google Material Icons. Here's a snapshot of how the material icons website looks: Version is 42.0.2311.90 (64-bit).
Tarun Dugar
  • 8,921
  • 8
  • 42
  • 79
0
votes
1 answer

Can I access Material Icons by name?

I'd like to make icons configurable. Is it possible to access the Material Icon library by name, rather than as extension properties on untyped objects? For example, something like this: val icon = getMaterialIcon("Filled.Crop169") // would resolve…
Jorn
  • 20,612
  • 18
  • 79
  • 126
0
votes
2 answers

Custom Material Icon

How can I make a custom Material Icon and use it in my flutter project. I was trying to get "comment" icon that is used in Instagram, but I couldn't get the exact one. Is there any tool where I can make icons that can be used in my project.