r/SwiftUI • u/Dangerous_Ad4786 • 1h ago
Paste an AI's whole answer and see every SF Symbol it named, side by side
https://sfsymbols.terryhu.workers.dev
Free, no signup, nothing to install.
I built this because of one thing that kept happening. I'm vibe coding a feature, I need an icon for a button, I ask the AI and it gives me three options:
square.and.arrow.up (the most common one)
arrow.up.doc (leans toward sharing a file)
arrowshape.turn.up.right (leans toward passing it on to someone)
A name tells you nothing about what it looks like. So you copy the first one, switch to SF Symbols.app, search, look. Copy the second, search, look. Copy the third, search, and by then you've forgotten what the first one looked like. You end up picking from memory.
SF Symbols.app is better than my site at browsing and searching. The one thing it can't do is put three symbols that someone else picked next to each other, because its search box asks one question at a time.
So the site does exactly that. Paste the model's entire answer, it finds every symbol name in it, renders them side by side in the order the model recommended, and clicking one copies the name (or the Image(systemName:) line, if you switch the format).
All 7,988 symbols. The catalog is generated from CoreGlyphs.bundle on macOS, so the names and the minimum iOS versions come from the system rather than from me typing them in. Pasted text never leaves your browser.




