Throughout various examples, jQuery plugins, and CSS-styled HTMLElements, I have observed the setting of icons on an image with multiple options.
I am eager to implement this practice in my own apps.
https://i.sstatic.net/WDCH3.png
For instance, in the mentioned image, how can one choose a specific icon using CSS? What is the proper method for selecting one of them?
Are there any sample implementations available?
Thank you!