Can we provide an svg icon on simple.icon

Can we provide an svg icon on simple.icon, I noticed that logseq is already doing it

image

Hi @oeyoews that’s a great idea, and I agree that that hexagonal icon would be the one to submit.

1 Like

Due to the rules of this svg, it is not allowed to have extra elements, such as style, maybe it needs to be changed, I am stuck here

Here’s a version of the logo that should be a bit easier to adapt:

TiddlyWiki Hex Icon

1 Like

2 Likes

2 Likes

Thanks @oeyoews looks good

How to use this? Just right click on it and download the svg file?

I add it to the TidGi 's readme by uploading it to the github TidGi-Desktop/Powered by-Tiddlywiki-green.svg at master · tiddly-gittly/TidGi-Desktop · GitHub

@oeyoews the background is too dark.

If this icon is included by simpleicon, we can use it like this

?logo=Tiddlywiki&logoColor=red

But I haven’t processed this icon yet, so I just use base64 directly

1 Like

add &labelColor=red append this src

This svg size conversion tool doesn’t seem to be that accurate


Looks like it’s almost done, I re-centered it using inkscape, but I keep getting this error


That’s ok now

I have submitted a pr to simpleicons, it may take a while for this pr to be merged

1 Like

image

<img src="https://img.shields.io/badge/TiddlyWiki-v5.3.1-green.svg?logo=tiddlywiki&style=flat-square" />
2 Likes

If you use Iconify, you can also use the tiddlywiki icon in your tiddlywiki like this

<iconify-icon icon="simple-icons:tiddlywiki" />

1 Like