JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<p><- Arrasta esta lateral para diminuir o tamanho da janela do resultado para ver o código em ação</p>
<i class="glyphicon meuIcon"></i>

CSS

.meuIcon:before {
    content:"\e092";
}
@media screen and (max-width: 480px) {
    .meuIcon:before {
        content:"\e094";
    }
}