Remix Icon - Open source icon library
I love how easy it is to use these icons: you can copy and paste the SVG or even get it encoded as a data URL.
A good reminder from Roger on how to hide images from an SVG sprite from assistive technology (use aria-hidden
) and how to expose them (use title
elements within the sprite).
I love how easy it is to use these icons: you can copy and paste the SVG or even get it encoded as a data URL.
Now that all modern browsers support SVG favicons, here’s how to turn any emoji into a favicon.svg:
<svg xmlns="http://w3.org/2000/svg" viewBox="0 0 100 100"> <text y=".9em" font-size="90"> 💩 </text> </svg>
Useful for quick apps when you can’t be bothered to design a favicon!
This article by Cassie is so, so good!
First off, there’s the actual practical content on how to change the hover styles of SVGs that aren’t embedded. Then there’s the really clear walkthrough she give, making some quite complex topics very understandable. Finally, there’s the fact that she made tool to illustrate the point!
Best of all, I get to work with the super-smart developer who did all this.
Another good reason to use the currentColor
value in SVGs.
These are lovely little SVGs of website logos that are yours for the taking. And if you want to contribute an icon to the collection, go for it …as long as it’s less than 1024 bytes (most of these are waaay less).
Here’s how I interpret the top-level guidance in the Web Content Accessibility Guidelines.
When it comes to sustainable web design, the hard work is invisible.
Business, sustainability, and inclusivity.
Can you have too much semantics?
Aiming for originality and creativity in alt text.