How to use custom icon in ionic2

in official icons db still lot of icons are not present. what is the best way to add custom icon in ionic2.

I think you can use this:

It’s very straightforward, but if you want a really-really custom configuration, take a look at this link: http://stackoverflow.com/a/40959150

1 Like

i downloaded file of svg font but after that which file is talking to check

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

i have .EOT , .SVG, .true type font and .woff file.
what is the way to use