You can apply .iconOnly label style to the Button.
.iconOnly
Button
Button("", systemImage: isPlaying ? "pause.fill" : "play.fill") { print("Action") } .labelStyle(.iconOnly)