Skip to content

localhostov/icons

Repository files navigation

Icons

Maven Central Version GitHub License

This is a Compose Multiplatform icons pack with more than 3000 straight and rounded icons.

Install:

# for rounded icons pack
icons = { module = "lol.hostov.icons:rounded", version = "1.1.0" }

# for straight icons pack
icons = { module = "lol.hostov.icons:straight", version = "1.1.0" }

Usage example:

// import me.localx.icons.rounded.Icons
// import me.localx.icons.rounded.Icons.Check

Icon(
    painter = rememberVectorPainter(Icons.Outline.Check) 
    contentDescription = null,
    modifier = Modifier.size(56.dp),
    tint = Color.Red
)

For more icon examples see the website

Source

Uicons by Flaticon

Figma: https://www.figma.com/community/file/1380005566074048103