Icons on top of buttons

Hi,

I am trying to add icons on top of buttons. Is there a to add an icon on the top side of button or is there another way to do it. I am new to ionic framework, so pls bear with me.

Here’s how i need it to look - http://imgur.com/pJ5VhSv.
So i can click on each icon button

You can very well use a grid (Ionic row & col) to layout this kind of UI.

grid Doc

Below is the codepen for reference.

Regards,
Sat

Thanks. This solves my problem

Is there any other better way of doing that? Bcoz if we include a button inside div we can’t achieve ng-href=“tel:01234567”

Any Codepen to show the issue ??