skip to Main Content

I want to use a reset icon. The closest one I could find is Icons.Default.LockReset after adding "androidx.compose.material:material-icons-extended:1.5.1", but there is a lock in the middle.

It isn’t available in Android Studio either. Does it have another name?

Android studio

Other icons that are close are: refresh, replay and restore.

2

Answers


  1. Chosen as BEST ANSWER

    The google clock app uses Icons.Default.RestartAlt to reset a timer.


  2. why not use icons from font awesome, import the sdk and just find the icon you want to use https://fontawesome.com/icons

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search