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.
Questions tagged [google-material-icons]
223 questions
0
votes
1 answer
Changing SVGs d="" path with material icons
want to use this attractive plugin: SVG radial menu but i am not able to find out how to change that svgs d="" path. I want to insert e.g social icons instead of default ones. When i put there paths of these codepen social (which are different =…

Marek Cmarko
- 63
- 1
- 2
- 11
0
votes
2 answers
Unable to import outlined svg icon component material-ui
I am using material icons in by react application.
I wanted to use circular check.
I could import and use the check_circle icon as follows
import CheckCircle from 'material-ui/svg-icons/action/check-circle';
There is another icon called …

troglodyte07
- 3,598
- 10
- 42
- 66
0
votes
1 answer
angular 6 custom material icons with ligature support
Is it possible to create custom material icons with ligature support.
I am currently using svgIcon for getting Custom Icons,
Is there any way to achieve ligature supported custom icons?
My current code snippet is given as…

asp
- 743
- 2
- 9
- 29
0
votes
1 answer
MaterialIcons-Regular as font bugs when any CSS *:first-letter is applied
My MaterialIcons-Regular icons disappear or explode into two different icons if I apply any CSS rule on this selector, while on Chrome.
*:first-letter {
color: #000
}
Any idea on what's might be wrong here ?
Want to see what I mean ? Link…

Poutrathor
- 1,990
- 2
- 20
- 44
0
votes
1 answer
where can i get content property value for google Material Icon
Is there a link available from where i could fetch content value of every google material icon as we have for font awesome icons: http://astronautweb.co/snippet/font-awesome/

Shubhi Sood
- 410
- 4
- 13
0
votes
0 answers
Material Design Icons. Unable to apply custom classes from secondary CSS file. Why?
I must be missing something about how to custom style Material Design Icons NOT in the html page but in a separate CSS file.
Here's a sample of my html doc up to the head tag.
…

suchislife
- 4,251
- 10
- 47
- 78
0
votes
1 answer
New Material icons
I was searching for a new icon in https://material.io/icons, and I found a renovated icons with outline, baseline, rounded, two tones, and sharp versions. So, I want to know If somebody knows how to implement the new icons in that versions, also we…

Martin Rafael Pérez Lara
- 510
- 2
- 6
- 17
0
votes
1 answer
React native MaterialIcons bundling error
I've installed and linked react-native-vector-icons to my project. I'm using an android emulator to test on my mac.
This is my import:
import Icon from 'react-native-vector-icons/MaterialIcons';
This is how I use it:

Alia Hassan
- 137
- 4
- 10
0
votes
1 answer
Material Icons in framework7 load on pc browser but not in Android app
I'm writing an app using Framework7 and I need some material icons. I added in the html file the path for the material icons provided by them:
Then i called…

Fabrizio Mancino
- 5
- 4
0
votes
0 answers
Material2 How to replace md-radio-button default icon with material icons

SatAj
- 1,899
- 4
- 29
- 47
0
votes
2 answers
Why doesn't overflow: hidden work with material icons?
In the sample below, why doesn't overflow: hidden; work on the tile object?
#tileContainer {
background-color: gray;
padding: 10px;
}
.tile {
display: inline-block;
padding: 10px;
margin: 10px;
width: 120px;
height: 120px;
…
user736893
0
votes
1 answer
Does material icon have an icon for resize-full
Wondering if there is an icon in Material Icons to use for resizing . Like this which is available in Font Awesome
http://fontawesome.io/3.2.1/icon/resize-full/

Vamshi
- 9,194
- 4
- 38
- 54
0
votes
1 answer
how to integrate material icons into opencart
Can anyone explain how to integrate Google material icons into Opencart or into any other website?
Here is the link to Google material icons.
Thank you...

Muhammed
- 69
- 1
- 12
0
votes
0 answers
angular material icon sigifier
I want to implement an Angular2 Material Input with Icon signifier on the left hand side of the floating label input. I haven't been able to find any documentation with proper code examples. Here is what I found on…

Renaldekoker
- 1
- 2
0
votes
1 answer
Displaying material icons in select button
I'm developing an application with symfony 3. I have a select button ( selectize) inwich i want to display some material icons.
What i did :
FormType:
->add('icon', ChoiceType::class, array(
'choices' => array(
// …

walidtlili
- 840
- 2
- 13
- 36