From 7f514b525a2c676957071e380c7b90eb0178c27c Mon Sep 17 00:00:00 2001 From: richardevcom <17192512+richardevcom@users.noreply.github.com> Date: Mon, 21 Sep 2020 19:18:31 +0300 Subject: [PATCH] Add SVG to CSS Base64 background-image tool to CSS resources. This is a quick web tool that will convert your SVG code to CSS background-image compatible Base64 image. --- resources/css.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css.json b/resources/css.json index d23d860..397111c 100644 --- a/resources/css.json +++ b/resources/css.json @@ -139,6 +139,12 @@ "desc": "This CSS clip-path maker helps you understand the clip-path property and all the cool things you can do with it.", "url": "https://bennettfeely.com/clippy/", "tags": ["interactive", "visual", "shapes"] + }, + { + "title": "SVG to CSS Base64 background-image", + "desc": "This tool will convert your SVG code to CSS background-image compatible Base64 image.", + "url": "https://yoksel.github.io/url-encoder/", + "tags": ["convert", "generator", "icons"] } ] }