Reply to Label and systemImage not aligning properly Had the same issue as well, seems like a bug. This code fixed it for me: HStack { Spacer() Image(systemName:"flame.fill") Text("Spicy") Spacer() } UI Frameworks SwiftUI Jun ’20