Skip to content

SF Symbols

SupportID uses SF Symbols for all data point icons. You can use any valid SF Symbol name in your configuration.

Use the dataPointNIcon configuration key with any SF Symbol name:

<key>dataPoint1Icon</key>
<string>barcode</string>
Symbol Name Description
iphone iPhone
ipad iPad
ipad.and.iphone iPad and iPhone together
laptopcomputer Laptop
desktopcomputer Desktop computer
Symbol Name Description
barcode Barcode (great for serial numbers)
qrcode QR code
tag Tag (great for asset tags)
number Number sign
person.text.rectangle ID card
Symbol Name Description
person Person silhouette
person.crop.circle Person in circle
person.fill Filled person
person.2 Two people
Symbol Name Description
wifi Wi-Fi signal
antenna.radiowaves.left.and.right Radio antenna
network Network nodes
globe Globe
cloud Cloud
Symbol Name Description
lock.shield Lock with shield
checkmark.shield Checkmark with shield
key Key
lock Padlock
Symbol Name Description
info.circle Info circle
checkmark.circle Checkmark circle
star Star
flag Flag
envelope Envelope
building.2 Buildings
Symbol Name Description
1.circle.fill Filled circle with 1
2.circle.fill Filled circle with 2
3.circle.fill Filled circle with 3
4.circle.fill Filled circle with 4
5.circle.fill Filled circle with 5

The best way to browse all available SF Symbols:

  1. Download the SF Symbols app from developer.apple.com/sf-symbols
  2. Search for symbols by keyword
  3. Copy the symbol name to use in your configuration

SupportID renders SF Symbols using SwiftUI’s Image(systemName:) view. Icons automatically:

  • Adapt to the current color scheme (light/dark)
  • Scale with Dynamic Type accessibility settings
  • Match the app’s accent color
  • Render at the appropriate size for the selected UI mode (Large or Regular)