← Back to Product Feed

Hacker News Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

Automates the export of high-fidelity Apple SF Symbols, providing programmatic access for 'agentic design sessions' and saving manual effort. Ensures output matches system rendering, not approximations.

21
Traction Score
7
Discussions
Apr 18, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
Automates the export of high-fidelity Apple SF Symbols, providing programmatic access for 'agentic design sessions' and saving manual effort. Ensures output matches system rendering, not approximations.
This tool addresses a niche but critical developer friction point within the Apple ecosystem: programmatic, high-fidelity access to SF Symbols. Its direct integration with macOS's symbol renderer ensures visual accuracy, essential for consistent design systems and automated asset pipelines. The `--json` output and schema definition align with modern trends towards machine-readable interfaces and agent-driven development workflows. The `data-layer` attribute for CSS retheming further enhances utility for scalable design operations. While specific to Apple, the underlying principle of extracting and manipulating proprietary UI assets programmatically has broader implications for cross-platform design consistency and automated UI development, reducing manual intervention.
I found myself reaching for SF Symbols' 'Copy Image As…' quite often during agentic design sessions, so I made a command-line tool that the agent can use by itself. It exports Apple SF Symbols as SVG, PDF, or PNG.The vector paths come directly from macOS's symbol renderer. Internally it reaches a private ivar on NSSymbolImageRep to get the CUINamedVectorGlyph, draws into a CGPDFContext, then walks the PDF content stream back out as SVG `d` commands. The output matches what the system draws, rather than an approximation traced from rasters.A few things about it:- Every subcommand accepts `--json`, and `sfsym schema` returns a machine-readable description of the whole CLI.
- Symbol enumeration reads the OS's Assets.car BOM tree, so the list of 8,300+ names stays current with macOS updates without a version table in the binary.
- Each SVG `` carries a `data-layer` attribute, so you can retheme in CSS without touching geometry.It's been saving me a bunch of clicking. Please let me know if you have any other ideas for it.
SF Symbols vector SVG/PDF/PNG command-line tool agentic design sessions macOS's symbol renderer private ivar NSSymbolImageRep CUINamedVectorGlyph

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG?
Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG is analyzed by our AI as: Automates the export of high-fidelity Apple SF Symbols, providing programmatic access for 'agentic design sessions' and saving manual effort. Ensures output matches system rendering, not approximations.. It focuses on This tool addresses a niche but critical developer friction point within the Apple ecosystem: programmatic, high-fidelity access to SF Symbols. Its...
Where did Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG originate?
Data for Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG publicly launched?
The initial public indexing or launch date for Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG within our tracked developer communities was recorded on April 18, 2026.
How popular is Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG?
Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG has achieved measurable traction, logging over 21 traction score and facilitating 7 recorded discussions or engagements.
Which technical categories define Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG?
Based on metadata extraction, Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG is categorized under topics such as: SF Symbols, vector SVG/PDF/PNG, command-line tool, agentic design sessions.
What are some commercial alternatives to Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG?
Our semantic intelligence engine identifies potential commercial alternatives in the SaaS space, such as Spellar 3.0, which offers overlapping value propositions.
How does the creator describe Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG?
The original author or development team describes the product as follows: "I found myself reaching for SF Symbols' 'Copy Image As…' quite often during agentic design sessions, so I made a command-line tool that the agent can use by itself. It exports Apple SF Symbols as S..."

Community Voice & Feedback

daylab • Apr 19, 2026
any chance for other icon sets? lucide/tabler/material. keeping icons consistent between a web app and ios app is pain when the toolchains dont overlap
rafram • Apr 18, 2026
> The default format is PDF.Genuine question: what’s your use case for having a single SF Symbols icon as a PDF file? Let alone having that as the default? In my own experience, I’d want SVG nearly every time.
Serhii-Set • Apr 18, 2026
[dead]
difosfor • Apr 18, 2026
But these are copyright by Apple so are you allowed to use them on your commercial websites and apps?
amelius • Apr 18, 2026
For those wondering what SF symbols are:https://developer.apple.com/sf-symbols/This is not my iconset of choice, though.
tasoeur • Apr 18, 2026
This is great! I found myself asking my AI agents to generate those icons every so often (esp. for websites), so thank you for taking the time to build this.Quick question, are you also planning on supporting animations?

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.