With the current Ionic 3.3.0 you can use the solution from Anjum, but you have to change
@import "ionic.ionicons";
to
@import "ionicons";
in the src/theme/variables.scss file.
Found this solution at:
https://github.com/yannbf/ionicCustomIconsSample/blob/master/src/theme/variables.scss