Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a list of icons to be used in vuetify? [closed]

You can add an icon like <v-icon>backup</v-icon> but I can't find the list of supported words to be used inside the v-icon tag. There are lists for Material Design Icons and Font Awesome Icons, but what about the default ones?

like image 558
Jonathan Morales Vélez Avatar asked Sep 19 '18 07:09

Jonathan Morales Vélez


2 Answers

Ok. I found in the Vuetify Icons Documentation that Material Icons from Google will be used by default.

Keep in mind that Material Icons are different from Material Design Icons!!!

I didn't notice that at first. That was my confusion.

https://materialdesignicons.com/

like image 192
Jonathan Morales Vélez Avatar answered Sep 25 '22 12:09

Jonathan Morales Vélez


I thinks the answer for Vuetify list icons is this site below: https://materialdesignicons.com/

Note: first icon is "ab-testing" so use it like this: {mdi-ab-testing} and so on :)

mdi(materialDesignIcons)+icon-name

good luck with that...

like image 39
amir mohseni Avatar answered Sep 25 '22 12:09

amir mohseni