How to get rid of small icon overtop of normal icon

I’m not even sure what this thing is called, so having trouble finding solutions…

image

Using Tile cards. I’ve got a few of these that have little icons overlaid on top of the regular tile icon to show additional info/state. How do you get rid of these?

It’s a built in feature for the Tile climate card. You can use card mod to remove it

type: tile
features_position: bottom
vertical: false
entity: climate.living_room
card_mod:
 style: |
  ha-tile-badge {
   display: none;

Another option is to explore the Mushroom Template Card

Both solutions need HACs installed.

Fantastic, thank you!