Open
Description
Now that icons can be included as a library in a Jetpack Compose app, please provide an Outline & Rounded
library. Many outlined
icons have straight corners/edges, while many rounded icons are filled as shown below.
![]() |
![]() |
![]() |
![]() |
The Outline & Rounded
style is preferred because:
- Outline: Outlined symbols use stroke and fill attributes for a light, clean style that works well in dense UIs. The stroke weight of outlined icons can be adjusted to complement or contrast the weight of your typography. See M3 - Styles - Applying Icons. This is the case of our app. It has a lot of information in each screen.
- Rounded: Rounded glyphs in icons are visually appealing and nicer when your app uses a good amount of those, and these are easier to read.
Activity