# Material icons
Material icons
are the official icon set from Google.
please refer Material icon documentation (opens new window) to learn more about plugin
# How to use
Step 1
We don't need CSS link to add icons default it comes with page.
Step 2
write HTML markup for it.
ex:
<li class="list-inline-item " data-toggle="tooltip" data-original-title="mdi-account-balance">
<div class="iconview ">
<i class="mdi mdi-account-balance . fa-2x"></i>
</div>
</li>
Step 3
If u want to icons u can search in font icons page.
Note: Material icons available only in material version.
Output
# more examples
We have added many more examples and customization.
you can find code in following pages
resources/views/admin/icon.blade.php
# Used In
resources/views/admin/icon.blade.php