How to remove frame/border of ion-icon in button

Hi,

I have a button as below. How can I remove the entire frame so only the “arrow” is displayed?

      <button ion-button icon-only (click)="back()" outline><ion-icon name="arrow-back"></ion-icon></button>

Thanks,
D

1 Like

I got it, use clear instead of outline :slight_smile:

4 Likes

this doesnt work in 8/2019 “@ionic/angular”: “^4.7.4”,