7 comments

  • amelius3 days ago
    For those wondering what SF symbols are:<p><a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;sf-symbols&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;sf-symbols&#x2F;</a><p>This is not my iconset of choice, though.
  • rafram3 days ago
    &gt; The default format is PDF.<p>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.
    • olliewagner3 days ago
      You&#x27;re right. Just flipped the default to SVG on main. Honest answer: SVG wasn&#x27;t fully working during early dev, so PDF was the working default and it stuck. Should&#x27;ve revisited.
  • difosfor3 days ago
    But these are copyright by Apple so are you allowed to use them on your commercial websites and apps?
    • olliewagner3 days ago
      Right, these are licensed by Apple for UI use on Apple platforms only. The README has a &quot;Before you use this&quot; callout up top about this. sfsym is an export tool; what you do with the output is on you.
  • tasoeur3 days ago
    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.<p>Quick question, are you also planning on supporting animations?
    • olliewagner3 days ago
      Thanks! I&#x27;m not sure how animations would translate into these exported formats. SF Symbols animations are typically state driven, and that doesn&#x27;t really translate to a standalone SVG&#x2F;PNG&#x2F;PDF. You&#x27;d get something that autoplays on loop, or fires once. Let me know if you had something else in mind.
  • paolatauru2 days ago
    clever hack reaching into the private ivar. curious if this holds up across macos updates or if apple has been stable with NSSymbolImageRep. also, is the main value here batch exports or is it specifically for letting agents grab icons without the gui
  • daylab3 days ago
    any chance for other icon sets? lucide&#x2F;tabler&#x2F;material. keeping icons consistent between a web app and ios app is pain when the toolchains dont overlap
  • Serhii-Set3 days ago
    [dead]