I am not sure if SF Symbols ever had a fingerprint, but does anybody know where to get the official Touch ID fingerprint icon for use in an app?
Asked
Active
Viewed 800 times
1 Answers
7
I went through SF Symbols again and may have missed it. I'm just going to use this for now, unless someone is able to provide an official route. It has CC attribution 3.0.
Update (06/25/2020): SF Symbols 2 seems to have re-added the touchid icon. You can refer to it by "touchid."
Reference: https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/
e.g.
Image(systemName: "touchid")

Mykel
- 1,355
- 15
- 25

user1909186
- 1,124
- 2
- 12
- 26
-
Note: it's available in SFSymbols starting with iOS 14+. – FreeNickname Mar 30 '22 at 15:54