The SVG `path` Syntax: An Illustrated Guide

The element in SVG is the ultimate drawing element. It can draw anything! I’ve heard that under the hood all the other drawing elements ultimately use path anyway. The path element takes a single attribute to describe what it draws: …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

System Fonts in SVG

There was a time when the smart move in picking fonts for a website was to a font-family that was supported across as many platforms as possible. font-family: Tahoma; and whatnot. Or even better, a font stack that would fall …

Avatar of Chris Coyier
Chris Coyier on

High Performance SVGs

I recently worked on a project that was getting a ton of traffic but users were bouncing because the page load was too long at around 10 seconds. They called me in because the majority of the images on …

Avatar of Sarah Drasner
Sarah Drasner on (Updated on )

How to work with SVG icons

Direct Link

Solid basics of an SVG icon system in this guide from Florens Verschelde, mixed with some good tricks: the two-color trick, pre-loading the sprite, and using custom properties for unlimited color variations. Also an interesting bit about using multiple methods …

Avatar of Chris Coyier
Shared by Chris Coyier on (Updated on )