@font-face {
  font-family: 'phone-brands';
  src: url('phone-brands.woff2') format('woff2'),
       url('phone-brands.woff') format('woff'),
       url('phone-brands.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'phone-brands' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before { content: "\e900"; }
.icon-samsung:before { content: "\e901"; }
.icon-huawei:before { content: "\e902"; }
.icon-xiaomi:before { content: "\e903"; }
.icon-oppo:before { content: "\e904"; }
.icon-vivo:before { content: "\e905"; }
.icon-oneplus:before { content: "\e906"; }
.icon-google:before { content: "\e907"; }
.icon-motorola:before { content: "\e908"; }
.icon-nokia:before { content: "\e909"; }
.icon-sony:before { content: "\e90a"; }
.icon-honor:before { content: "\e90b"; }
