Export Code

SVG Icons in JS

Curran Kelleher

Last edited Jan 24, 2024
Created on Jan 24, 2024
Forked from Circles with D3

This is in response to a question in the VizHub Discord on how to put icons in JavaScript and not use a bunch of image files.

This shows some random icons from https://heroicons.com/

Sometimes SVGs are larger than necessary. Try this tool and see if you can reduce the sizes: https://jakearchibald.github.io/svgomg/

MIT Licensed