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.

How to Set Icons

Use the dataPointNIcon configuration key with any SF Symbol name:

<key>dataPoint1Icon</key>
<string>barcode</string>

Common Icons for IT/MDM Use

Device Information

Symbol NameDescription
iphoneiPhone
ipadiPad
ipad.and.iphoneiPad and iPhone together
laptopcomputerLaptop
desktopcomputerDesktop computer

Identification

Symbol NameDescription
barcodeBarcode (great for serial numbers)
qrcodeQR code
tagTag (great for asset tags)
numberNumber sign
person.text.rectangleID card

People & Users

Symbol NameDescription
personPerson silhouette
person.crop.circlePerson in circle
person.fillFilled person
person.2Two people

Network & Connectivity

Symbol NameDescription
wifiWi-Fi signal
antenna.radiowaves.left.and.rightRadio antenna
networkNetwork nodes
globeGlobe
cloudCloud

Security

Symbol NameDescription
lock.shieldLock with shield
checkmark.shieldCheckmark with shield
keyKey
lockPadlock

General

Symbol NameDescription
info.circleInfo circle
checkmark.circleCheckmark circle
starStar
flagFlag
envelopeEnvelope
building.2Buildings

Numbered Circles (Defaults)

Symbol NameDescription
1.circle.fillFilled circle with 1
2.circle.fillFilled circle with 2
3.circle.fillFilled circle with 3
4.circle.fillFilled circle with 4
5.circle.fillFilled circle with 5

Finding More Symbols

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

Symbol Rendering

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)