Generate icons matching Apple Settings style — a colored background with a white SF Symbol. Pick a squircle (iOS) or circle (visionOS) shape.
In Xcode: File → Add Package Dependencies → paste URL:
https://github.com/sparrowcode/SettingsIconGenerator
SettingsIcon(systemName:"bell.fill", backgroundColor:.blue)SettingsIcon(systemName:"bell.fill", backgroundColor:.blue, shape:.circle)letimage=UIImage.generateSettingsIcon("bell.fill", backgroundColor:.systemBlue)letcircle=UIImage.generateSettingsIcon("bell.fill", backgroundColor:.systemBlue, shape:.circle)