BadgedIcon

fun BadgedIcon(icon: ImageVector, badge: ImageVector, contentDescription: String?, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current, badgeTint: Color = tint)(source)

One glyph made of two: icon with badge set into its lower-trailing corner.

Drawn, not laid out, so it measures as a single Icon. The base is knocked out behind the badge or the two silhouettes merge at list sizes. The gap is cut rather than filled, so any background shows through.