Skip to content

Instantly share code, notes, and snippets.

View carlcom's full-sized avatar

Carl Cook carlcom

  • Huntington Beach CA
View GitHub Profile
@darsain
darsain / svg_sprites.md
Last active February 19, 2025 07:08
How to use SVG sprites in img[src] and css backgrounds

To make this work in CSS:

background: url('images.svg#chart');

or img:

<img src="images.svg#chart">