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.
An up-to-date round-up of the various techniques available when you want to provide a fallback for SVG.
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 nice little collection of very simple—and very lightweight—SVGs to use as background patterns.
This is how you write up a technique! Cassie takes an SVG pattern she used on the Clearleft “services” page and explains it in step-by-step detail, complete with explanatory animated diagrams.
I really like the approach that Carie takes here. Instead of pointing to specific patterns to use, she provides a framework for evaluating technology. Solutions come and go but this kind of critical thinking is a long-lasting skill.
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!
Improving performance with containment.
Separate your concerns.
Browsers and bugs.
Styling sheet music …and then unstyling it.
This behaviour surprised me (at first).