Tutorialsplane

Materialize Css Button with Icon


Materialize Css Button with Icon- It is very simple to create button with icon in Materialize. We can use inbuilt classes to add icons. Here in this tutorial, we are going to explain how you can add icon to button in Materialize css framework. You can also use our online editor to edit and run the code online.


Materialize Css Button with Icon Example

You can create button with icon in Materialize Css simply as below-

Example:

 <i class="material-icons left">shop</i> Raised Button With Icon

Try it ยป

Output of above example-