Honestly, I always default to material icons unless a project calls for a very specific style. The coverage is just so dang good I rarely find a scenario without an appropriate icon and the style is neutral enough to blend in with a number of UI designs.
Don't worry, after a few years everyone will agree with me. 2 years ago I was talking about the "Not just X, but Y" slop marker and no one had an idea what I was talking about. Now even the average corporate marketer recognizes it as an immediate slop hallmark. Slop websites, and Lucide being one of their hallmarks, are now where that phrase was 2 years ago.
https://www.svgrepo.com
I find the site very user friendly as it lets you customize the stroke's width, color etc, see how it looks like and copy the modified version.
This site shows up on google a lot but it's a bit sketchy that there isn't a link to the source / license text. Not to mention the SEO heavy descriptions.
> 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.
You’ll get a lot of responses but for me (excuse the nostalgia), icon design peaked with famfamfam’s (aka Mark James’s) Silk iconset from ~2005. It was a shame they were never available at higher resolutions (or as SVG), though I’m betting AI (either as Adobe Illustrator or Artificial Intelligence) can probably rectify that these days (and generate subpar additional icons to expand the set).
This makes me want to write a post about the rabbit hole that is icon optimisation. It drives me insane when websites suffer from layout shift simply because they are not inlining their icons, for one.
I agree with your comment, it is often an overlooked topic.
Inlining icons can be one answer but be aware of the growing size of your DOM. Depending on the complexity, number and repetition of the icons you are using, an approach including lazy loading can be better.
Layout shift is first and foremost caused by an improper space reservation.
if you are able to share the repo - that's great - thanks!
i am toying with an idea of having a very light weight "idea capture" solution so i can capture my raw ideas with least friction .. and then channel them into more organized projects / drafts / blogs etc later.
experimenting with tools like obsidian+git, github.dev, wispr flow, etc as input and storage channels ... but a lightweight markdown style note editor woould probably be a useful addition. need to experiment to find out for sure though.
The settings icon ‘sprouting’ cogs is really nice!
The editor also looks really nice.
Could this not be used online as well? Persistence on the server instead of browser cache?
(Curious what your use case is for an offline browser based editor?)
The use case is privacy. Data getting harvested by free and even paid for services isn't pleasant (targeted ads, data breach etc)
If I get to add some "server" capability it will rather be webrtc, basically P2P to sync between devices, or a config to plug our own store. E.g GitHub, Google drive, dropbox or a self hosted service to SCP the files.
It isn't just browser cached, one can export individual documents or the entire store as a zipped folder. And back that up.
They also have an API which you can use to get the icon SVG.
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:
My site can extend a bunch of the icon sets that are on Iconify with AI image models, so you can feel comfortable using a more unique set than just the big ones: https://universymbols.com
Since people are posting links to alternatives, another awesome source is the noun project. Has a mix of royalty-free, Creative Commons CC-BY-3.0, and paid license icons.
Pictogrammers have one small advantage over this: they give you the home assistant code for any icon in material. Sure, it's not hard to figure the code yourself, but being able to click a button and get the right one is great
Huge props to this project. Use it daily for everything I’ve built. It has icons on basically everything.
I was pleasantly surprised the other other day that it had both colored and uncolored devicons for the k3s project, which definitely isn’t that mainstream
[OP] sea-gold | a month ago
September 2024 (4 comments, 17 points): https://news.ycombinator.com/item?id=41615563
FireInsight | a month ago
vjay15 | a month ago
ulrischa | a month ago
pixelready | a month ago
Bewelge | a month ago
But other than that, I also usually default to Material UI Icons.
coolewurst | a month ago
Alupis | a month ago
Not a deal-breaker entirely, but for my own things I like differentiate.
coolewurst | a month ago
Most users will not care if they have seen a map icon in another app before anyway.
Itoldmyselfso | a month ago
tezza | a month ago
https://www.flaticon.com/
jojomodding | a month ago
thecopy | a month ago
egeozcan | a month ago
deaux | a month ago
sabellito | a month ago
deaux | a month ago
greatgib | a month ago
deaux | a month ago
mbsa7 | a month ago
Frotag | a month ago
> 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.
https://www.svgrepo.com/svg/404123/skull-and-crossbones
https://github.com/joypixels/emojione/
croisillon | a month ago
swhitf | a month ago
ComputerGuru | a month ago
View: https://peacocksoftware.com/silk
Download: https://github.com/markjames/famfamfam-silk-icons/tree/maste...
qingcharles | a month ago
https://tabler.io/icons
RestartKernel | a month ago
jetin | a month ago
8organicbits | a month ago
https://web.dev/articles/optimize-cls#history_of_width_and_h...
mythz | a month ago
Most of my Websites/Apps don't use rasterized graphics for design anymore, SVG + CSS gradients/backgrounds & effects seem to handle everything I need.
hirako2000 | a month ago
I used them for my offline text editor, the result turned wonderful (icons wise)
https://wrifocus.bounded.cc
albert_e | a month ago
Can you share any other details about your project -- if it can be self hosted, etc.
hirako2000 | a month ago
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.
albert_e | a month ago
if you are able to share the repo - that's great - thanks!
i am toying with an idea of having a very light weight "idea capture" solution so i can capture my raw ideas with least friction .. and then channel them into more organized projects / drafts / blogs etc later.
experimenting with tools like obsidian+git, github.dev, wispr flow, etc as input and storage channels ... but a lightweight markdown style note editor woould probably be a useful addition. need to experiment to find out for sure though.
hirako2000 | a month ago
There is stackedit, also an offline first editor. Far more mature, can sync and store to the typical storage services.
This app I made is.. more lightweight. It loads instantly for quick writing with no distractions. Pure markdown. Can organise but not mature.
My contact is via my profile if you need access give your GitHub account.
echoangle | a month ago
hirako2000 | a month ago
For size consistency, better stick to the same pack or you are on for SVG editing
catoc | a month ago
The editor also looks really nice. Could this not be used online as well? Persistence on the server instead of browser cache? (Curious what your use case is for an offline browser based editor?)
hirako2000 | a month ago
If I get to add some "server" capability it will rather be webrtc, basically P2P to sync between devices, or a config to plug our own store. E.g GitHub, Google drive, dropbox or a self hosted service to SCP the files.
It isn't just browser cached, one can export individual documents or the entire store as a zipped folder. And back that up.
catoc | a month ago
rezonant | a month ago
DenisDolya | a month ago
aziis98 | a month ago
nawaz0x1 | a month ago
primaprashant | a month ago
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:
[1]: https://d2lang.com/davidcann | a month ago
stared | a month ago
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.
BaudouinVH | a month ago
EGreg | a month ago
joshuaisaact | a month ago
t_mahmood | a month ago
aeontech | a month ago
https://thenounproject.com/
pdntspa | a month ago
pdntspa | a month ago
Folders on my hard drive > anything hosted on the web
quintu5 | a month ago
lasgawe | a month ago
paradox460 | a month ago
czhu12 | a month ago
I was pleasantly surprised the other other day that it had both colored and uncolored devicons for the k3s project, which definitely isn’t that mainstream
atonse | a month ago