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

Materialize Icons doesn't work in JavaFX Browser

I'm trying to show MaterialIcons on my JavaFx WebBrowser using webEngine, but it just shows the description of the icon. Icons doesn't work also on IE and Safari. Does anyone know how to make it readable?
1
vote
1 answer

Itext 7 using material ui icons in pdf

How do I use material ui icons as font while creating a PDF document. I am trying to use MaterialIcons-Regular.ttf as the font. Is there any example I can refer to. or is there a better way of handling font icons in PDF docs using itext7.
1
vote
1 answer

How to solve Flash of Unstyled Text in Angular?

My custom font and material icons are switched to default font and text respectively when loading any route for the first time. How to eliminate that behavior in Angular 5 app?
vter
  • 1,881
  • 1
  • 20
  • 38
1
vote
1 answer

IE loads sometimes WOFF and sometimes EOT font type

I use Angular Material with Angular Material Icon. In my index.html, I have the following tag : This line downloads a CSS file with a @font-face selector. It…
mike
  • 395
  • 1
  • 5
  • 12
1
vote
2 answers

Download material design icons in white

In android studio I can create a vector image for material icon in black 'ic_save_black_24dp', how can create a image with white background. is there a way I can download material images in white. here is my vector image
1
vote
0 answers

material icons name display as text in google

When I using google material icons in my site, google show icon name as search title in search resutls for example
  • contact us email
  • will be: contac us email
    Yusuf
    • 140
    • 11
    1
    vote
    2 answers

    how md-icons are rendered on browser

    I am using material2 and Material icons in my project. I want to know how these named icons are rendered in the browser. I have used and in the browser, If I inspect the…
    Sunil Garg
    • 14,608
    • 25
    • 132
    • 189
    1
    vote
    2 answers

    Swap bootstrap text class for a google material icons

    OK to preface I am new to javascript so this may not be the optimal way of doing this... I am trying to change the color of a material icon when it is clicked. basically I am trying to turn it on and off. The problem is my code while it does find…
    Cesar
    • 13
    • 6
    1
    vote
    0 answers

    Material Design icons not loading

    I've built a single page app with VanillaJS, Webpack and Material Design Lite. The application runs fine in a browser and is rendered correctly. I would like to get this webapp in a JavaFX Webview. Everything is working well, excepting that the…
    Julien Boulay
    • 1,164
    • 7
    • 15
    1
    vote
    1 answer

    How to apply WPF stype to children of button template

    I'm new to WPF and I would like to change to color of the text and icon of a button template. But it seems I can only change the opacity. I guess I should apply the style to the children of the button but I don't know how. Here is the…
    Dams
    • 141
    • 3
    • 15
    1
    vote
    2 answers

    Angular 2: Setting a button with conditional content with material-icons

    Well, I'm learning angular 2, and im starting by developing a log in form, and I'm having trouble making a button with conditional content. This complement template's code would go like:
    1
    vote
    1 answer

    change checkbox icon doesn't work

    I'm trying to customize checkbox on angular2 + google material. I create a custom css to replace checkbox icon but I can't click on it. input[type=checkbox]{ display: none; } input[type=checkbox]:checked + label:before{ font-family:…
    Igor Nunes
    • 58
    • 1
    • 5
    1
    vote
    1 answer

    Meaning of Google Material Icons

    Google Material icons contain a "leak add" and "leak remove" icon. I have tried to find out what they are actually used for, but could not find any clue on the web page or anywhere else. Here is how they look: Can anybody explain the meaning of…
    Waruyama
    • 3,267
    • 1
    • 32
    • 42
    1
    vote
    1 answer

    Highcharts Tooltip not rendering properly if it has material icons

    In my rails application I have a graph with icons generated with Highcharts. The icons are Google Material design icons that I get through a material-icons gem. https://github.com/Angelmmiguel/material_icons. I want to do 2 things with the…
    1
    vote
    0 answers

    How to use iOS system font and material icon-font together in UILabel

    I am using system font in UILabel. I have to use icon-font for some icons within text. Content of UILabel is dynamic and fetched from server. Alpha-numeric characters should use system font and icons should use icon-font. It's something similar to…
    Ram Suthar
    • 356
    • 2
    • 9