Skip to content

Instantly share code, notes, and snippets.

@ayrton
ayrton / svg_sprites.md
Created September 21, 2023 09:55 — forked from darsain/svg_sprites.md
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">