A collection of additional custom SFSymbols for Swift
iOS 15.0:
- Download the
.svg
-file of the symbol you want. - Drag the file into your
Assets.xcassets
. - The symbol is ready to use (ex.:
Image("symbol.name")
).
iOS 14.0 & earlier:
- Download the
.svg
-file of the symbol you want. - Drag it into the Custom Symbols category (found in the sidebar).
- Select it and click
File > Export Symbol
(or:cmd+shift+E
) - Export it as a
2.0
-version - Drag the exported file into your
Assets.xcassets
. - The symbol is ready to use (ex.:
Image("symbol.name")
).
It is important to note that you do not use the SFSymbols initialiser (eg.
systemName:
), but rather the initialiser for images from your assets.
Preview images are rendered in .hierarchicalMode
with a color of .blue
. This however does not mean that there aren't other representation styles for the symbol. Monochrome, palette and multicolour also exist.
Example using the logo.paypal.square.fill
-icon:
Preview | Name |
---|---|
Git | |
git.commit |
|
git.branch |
|
git.merge |
|
git.pullrequest |
|
git.fork |
Are you missing an icon or wish for a specific variant? Create an issue with the new icon
-tag, or better yet: contribute to this project by submitting a pull request. I'm always happy to welcome new contributors who want to help me expand this collection even further. To get started, read the CONTRIBUTION.md.
Icons in the logos
-category may be protected as a trademark in some jurisdictions. If you want to use it, you have to ensure that you have the legal right to do so and that you do not infringe any trademark rights.
You may use all other Icons for personal and commercial use.