This question already has an answer here:
- Match all elements having class name starting with a specific string [duplicate] 3 answers
Is it possible to select a element that has a class that starts with a string?
There is
.element[class^="icon-"]{
...
}
but it fails when the class is preceded by another class or whatever :(