How to access SFSymbols directly in Xcode
• Rizwan Ahmed A • Xcode • xcode, sfsymbols, ios development, apple development, xcode tips, ui design, symbols, xcode 16, library, swift
Every day brings a new learning opportunity in Apple platform development, especially with Xcode. In the latest Xcode 26, Apple quietly removed the “Show Library” button, which used to be accessible by clicking the “+” icon on the right side of the navigation bar. I found myself wondering: How do I access the Library now? Has it been removed entirely? No, Apple wouldn’t make such a blunder. Luckily, the Library is still there, tucked away in the “View” menu under View > Show Library, or via the handy shortcut Command + Shift + L (⌘⇧L).

My “Aha” Moment with SF Symbols
With the Library open and while exploring its features, I noticed that SF Symbols are directly accessible inside Xcode. All these years I’ve been using the standalone SF Symbols app to look up icons, and only today did I realize they’ve been right here the whole time. That’s the beauty of programming. Even after building apps for 10 years, there’s always something new to learn. It keeps me humble and eager to explore and share more.

What is SF Symbols?
For those unfamiliar, SF Symbols 7 offers over 6,900 scalable, customizable icons that integrate seamlessly with the San Francisco system font. They’re vector-based, meaning they look sharp at any size, and support various styles like monochrome, hierarchical, palette, or multicolor, plus animations and weights.
How to access and use SF Symbols in your Xcode project
- Switch to the Symbols tab (the square-in-circle icon).
- Search by keywords (e.g., “heart” or “gear”) for instant previews and variants.
- Drag them into your project or copy system names for code like
Image(systemName: "heart.fill").
Keep Exploring
These small discoveries remind us that even seasoned devs have room to grow. If you have had similar “today’s years old” moments in Xcode, share them in the comments! See you in the next blog. Happy coding!
About the author
-
Rizwan Ahmed - Developer Relations @ Zoho Apptics | Tech Evangelist | AI Researcher | iOS Engineer | Blogger at ohmyswift.com | Speaker | Proud husband.
-
Socials
LinkedIn - https://www.linkedin.com/in/rizwan95/
Twitter - https://twitter.com/rizwanasifahmed
More articles
- The Beautiful Chaos of Building Something Bigger Than Yourself
- SwiftUI in 2024: Bridging Perception and Reality
- Send data Between iOS Apps and Extensions Using Darwin Notifications
- From viewWillAppear to viewIsAppearing - Perfecting Your iOS View Transitions
- Exploring the New Push Notifications Console from Apple
- How to send Remote Push Notifications to an iOS Simulator with Xcode 14
Like our articles? Support us!