@function hex-color($color) { @if type-of($color) == 'color' { $color: str-slice(ie-hex-str($color), 4); } @return '%23' + unquote($color) } button.icon-button i.fa-retweet { background-image: url("data:image/svg+xml;utf8,"); &:hover { background-image: url("data:image/svg+xml;utf8,"); } } button.icon-button.disabled i.fa-retweet { background-image: url("data:image/svg+xml;utf8,"); }