Feature request: Custom svg icons
See original GitHub issueDescribe the problem you’d like to see solved or task you’d like to see made easier
Allow users to add custom SVG icons to the font awesome.
Is this in relation to an existing part of angular-fontawesome or something new?
I think it’s a new feature because I didn’t find this feature angular-fontawesome.
What is 1 thing that we can do when building this feature that will guarantee that it is awesome?
Add custom SVG icons.
Why would other angular-fontawesome users care about this?
Because everyone eventually will have to add custom icons to their projects.
On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature?
10, I think it’s pretty easy to implement this functionality. We just need to allow to add custom icons to the library in the same way we add the font awesome ones.
Feature request checklist
- [*] This is a single feature (i.e. not a re-write of all of Font Awesome)
- [*] The title starts with "Feature request: " and is followed by a clear feature name (Ex:
Feature request: moar cowbell
) - [*] I have searched for existing issues and to the best of my knowledge this is not a duplicate
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
5 Feature Request Icons - Free in SVG, PNG, ICO - IconScout
These royalty-free high-quality Feature Request Vector Icons are available in SVG, PNG, EPS, ICO, ICNS, AI, or PDF and are available as individual...
Read more >[Feature Request] Allow file associations to custom .svg files
It's very simple to copy the .svg files in the material-icons ... [Feature Request] Allow file associations to custom .svg files #762.
Read more >Feature requests Icons – Download for Free in PNG and SVG
Free Feature requests icons in various UI design styles for web, mobile. Download static and animated Feature requests vector icons for free in...
Read more >Custom SVG Icon - Kadence Blocks
You must be logged in to post a comment. ← All Feature Requests. Please Login to vote. Top Requests. Dynamic Content ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jkon Find below an example of one of our custom icons:
And then you pass this object into
fa-icon
component:Note that you can have only one path in your icon. Also there were some other requirements in regards of path being closed (but can’t remember precisely now). I would recommend to take one of the existing icons and modify it instead of starting from scratch. This way it will be easier to see what works or not.
@devoto13 Thanks, that worked! I think my problem was not defining the object as an IconDefinition or maybe not casting as any.