Show HN: CSS ICON, an icon set crafted by pure CSS
cssicon.space
Show HN: CSS ICON, an icon set crafted by pure CSS
1–10 of 69 posts
Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#2Some of the icons don't look great at the small size, particularly the smilies (Chrome 53 on OS X)
Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#3Slightly OT, but the codepen highlighting of the various steps taken is incredibly intuitive, and does a great job of visualising how these icons are built up.
However, it does highlight (for me personally), the abuse of the before and after pseudo elements; Essentially it is giving you three layers, great. Want 4, add another sub-element in your html () and you get three more.
Whilst a neat trick, how this is better than having a contained icon in say SVG?
Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#4Still the idea is very cool, you can basicly do anything with CSS (if anyone is interested check https://cssquests.com/ , the name is self-explanatory :)
From a performance perspective, how do those compare to using SVG icons?
Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#5Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#6Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#7Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#8Very cool! I'd never seen the `currentColor` option for borders, great to learn about that. Some of the icons don't look great at the small size, particularly the smilies (Chrome 53 on OS X)
Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#9Re: Show HN: CSS ICON, an icon set crafted by pure CSS
#10Not sure about the smileys, but the functional icons are pretty neat, thanks for sharing. Slightly OT, but the codepen highlighting of the various steps taken is incredibly intuitive, and does a great job of visualising how these icons are built up. However, it does highlight (for me personally), the abuse of the before and after pseudo elements; Essentially it is giving you three layers, great. Want 4, add another s…
Is that really part of Codepen though? I thought it was something the author had done manually.