Linking a glyphicon icon to a simple switch (habpanel)

Hello,

Is there a way to use an icon from the glyphicon library with a simple habpanel switch.
I guess they’re included someway in openhab …

Thank you.
Aymeric

I asked the same before - no answer either :-0

Hi,
something like this?

<button type="button" class="btn btn-default">
        <span class="glyphicon glyphicon-remove"></span> Close
      </button>