I have to create a Circular Button with icon(PNG Icon) and Dynamic Text Inside it.
I am looking for a simple way to generate it in HTML_CSS (preferably CSS). Features:
- Change Inner Circle Fill Color by Simple CSS Class change (Pink, Blue, Gray)
- Update Text displayed as required (Numbers/Count) by changing HTML Text
- Trigger JS function on Click of Button
Added Simple Rough Paint Mockup Here
I tried looking for existing solutions:
- Trying To Combine : Circles with Numbers and Circles with Icons
Unable to get Solution that has both of them ?