Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG
apple vector-db
| Source: HN | Original article
A new open‑source utility called **sfsym** lets developers and designers export Apple’s SF Symbols directly from the command line as SVG, PDF or PNG files. The tool, posted on GitHub by yapstudios under an MIT licence, hooks into the macOS‑only SFSymbols.app and offers a simple syntax – for example, `sfsym get heart.fill > heart.svg` – to pull any of the 6,900‑plus symbols introduced in SF Symbols 7, with optional weight and scale parameters.
The release matters because SF Symbols have become the de‑facto icon set for iOS, macOS and watchOS apps, yet Apple only provides them as proprietary assets inside the design app. Designers have long relied on manual drag‑and‑drop or third‑party screenshot tricks to obtain vector versions suitable for UI kits, web prototypes or custom branding. sfsym automates that workflow, guaranteeing pixel‑perfect vectors that retain the exact geometry and weight variations Apple defines. By exposing the symbols as standard SVG or PDF, the tool also opens the library to non‑Apple platforms, enabling consistent iconography across cross‑platform projects and simplifying hand‑off between developers and design tools such as Figma, Sketch or Adobe XD.
The community is likely to test the limits of the utility quickly. Watch for updates that add batch exporting, integration with build scripts or support for the upcoming SF Symbols 8, which promises new symbols and refined weights. Apple’s licensing terms for the symbols remain a point of scrutiny; any change in policy could affect how freely tools like sfsym can be used in commercial products. Meanwhile, the open‑source nature of the project invites contributions that could expand format support, add caching for faster builds, or embed the exporter into CI pipelines, potentially reshaping how Apple‑centric UI assets are managed in modern development workflows.
Sources
Back to AIPULSEN