Is it possible to have rounded corners for the menu icon using the material-icons class. This is what I currently have:
and this is what I need to have:
The code I have at the moment looks like this: <i class="material-icons">menu</i>
Thanks
Is it possible to have rounded corners for the menu icon using the material-icons class. This is what I currently have:
and this is what I need to have:
The code I have at the moment looks like this: <i class="material-icons">menu</i>
Thanks


I think because this is an icon you can't change the inner style, I suggest you use SVGs to do what you want and edit as you wish.
Try this one.