Do temperature icons exist?

Hello,

This is a simple question : I want to display the temperature with an icon instead of numbers.

Are there such icons (numbers from 14-26 are enough) ?

If not, can I import them ?

Thanks !

MDI icons only has single digit numbers.

https://materialdesignicons.com/ (search number)

Depends on how you’re displaying it, there are plenty of PNG sets you could download to do this

And how do I specify that icon (f.e. local/21.png) in my button ?

type: custom:mushroom-template-card
primary: Test
secondary: ''
icon: mdi:bed
icon_color: 'red'

I’ve not used mushroom cards sorry but there is a picture option, try that with the path you showed above (assuming your images are in the www folder)

So simple…

Thanks !