Skip to content

Instantly share code, notes, and snippets.

@blokhin
Last active October 21, 2022 15:23
Show Gist options
  • Save blokhin/7c86a684b66786277da16620dab9f99e to your computer and use it in GitHub Desktop.
Save blokhin/7c86a684b66786277da16620dab9f99e to your computer and use it in GitHub Desktop.
Embed SVG into CSS style with JavaScript
dom_el.style.backgroundImage = `url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='` + value + `' fill='%2399f' /></svg>")`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment