I love making (architecture) diagrams in D2 [1], and love using the vast library of icons from Iconify in my diagrams where it makes sense. A sample diagram with SVG from Iconfiy would look like this:
docker: Docker {
icon: https://api.iconify.design/logos/docker-icon.svg
}
kubernetes: Kubernetes {
icon: https://api.iconify.design/logos/kubernetes.svg
}
docker -> kubernetes: deploy
[1]: https://d2lang.com/I used them for my offline text editor, the result turned wonderful (icons wise)
For size consistency, better stick to the same pack or you are on for SVG editing
Can you share any other details about your project -- if it can be self hosted, etc.
The purpose of self hosting isn't that useful as it's totally offline, everything goes to local storage and indexdb. It stays on the browser.
But happy to share the repo if you would like to make it your own.
One features that would be really nice would be to pick and icon (or a few) and compare these against all these icon sets.
So the process is "I want to have save icon matches the best my design" and go from there.
September 2024 (4 comments, 17 points): https://news.ycombinator.com/item?id=41615563
But other than that, I also usually default to Material UI Icons.
> Free Download Wallet 460 SVG vector file in monocolor and multicolor type for Sketch and Figma from Wallet 460 Vectors svg vector
Plus I've found the license listed isn't always accurate. For example the emojione icons are listed as MIT. But the actual repo says CC 4.0, with the non-artwork being MIT.
Not a deal-breaker entirely, but for my own things I like differentiate.
Most users will not care if they have seen a map icon in another app before anyway.
Most of my Websites/Apps don't use rasterized graphics for design anymore, SVG + CSS gradients/backgrounds & effects seem to handle everything I need.