Can I use feather icons in my App?

Hello, can I use feather Icons in my project?

https://github.com/feathericons/feather

Thanks in advance.

-Louisa

Answered by Claude31 in 710734022

Why not ? It is open source code, as long as you respect the conditions of use of this code, no issue.

If your app runs without requiring a network access (icons generated directly in the app), no issue either.

Take care if icons are SVG, that may cause execution problem.

Accepted Answer

Why not ? It is open source code, as long as you respect the conditions of use of this code, no issue.

If your app runs without requiring a network access (icons generated directly in the app), no issue either.

Take care if icons are SVG, that may cause execution problem.

What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/

This response is based on your SwiftUI tag: What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/

Can I use feather icons in my App?
 
 
Q