@font-face {
  font-family: 'ikonc';
  src: url('../fonts/ikonc.eot?15875935');
  src: url('../fonts/ikonc.eot?15875935#iefix') format('embedded-opentype'),
       url('../fonts/ikonc.woff2?15875935') format('woff2'),
       url('../fonts/ikonc.woff?15875935') format('woff'),
       url('../fonts/ikonc.ttf?15875935') format('truetype'),
       url('../fonts/ikonc.svg?15875935#ikonc') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ikonc';
    src: url('../font/ikonc.svg?15875935#ikonc') format('svg');
  }
}
*/

.ikon-sign-busd:before {
    font-family: "ikonc" !important;
    font-weight: bold !important;
    font-size: 20px;
}

.ikon-sign-busd:before {
    content: '\e802';
}