The App Store SF symbols do not display in SwiftUI

I'm trying to use the SF symbol named "app-store-circle" in an app created with SwiftUI. It does not display. All other SF symbols work fine.

Is there some kind of restriction on the use of the App Store icons?

Image(systemName: "app-store-circle")

Xcode Version 14.3 (14E222b) iOS iPhone 14 Pro Max simulator

It seems that the symbol in question is some kind of custom symbol. Not going to use it.

AFAIK, there are no dash in SF symbols names. So effectively, this is not a standard one.

Have you tried "appstore.circle"?

The App Store SF symbols do not display in SwiftUI
 
 
Q