CXPLAY on Nostr: So this is my favourite version of "Nostr Logo" at now: ```xml <?xml version="1.0" ...
So this is my favourite version of "Nostr Logo" at now:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="
http://www.w3.org/2000/svg"; viewBox="0 0 512 512">
<defs>
<style>
.cls-1 {
fill: #71c9f7;
}
.cls-2 {
fill: #16202a;
}
</style>
</defs>
<g id="background">
<rect class="cls-2" width="512" height="512"/>
</g>
<g id="band">
<rect class="cls-1" y="102" width="512" height="103"/>
</g>
</svg>
```
Online preview:
https://media.naeu.net/f9db1a59e93f357572ab8ff0f1903b9d74e9a22230f2db90283084cdab663e7a.svgBecause it's simple enough and fits well into a kind of application layer "protocol". However, people always use HTTP, SMTP and the like as examples to say "Nostr doesn't need a logo".
But anyway, I need an image to represent it and that's it, and I will 100% write "Nostr" again in the alt text.
Published at
2024-08-09 05:17:56Event JSON
{
"id": "343f183c2c9ae0bb685c0e27b2361895c276106b24976fc02590409ec81fcd3a",
"pubkey": "434f97993627f1e61f14eeaf60caa8cfdcec10a592caff8250c825252d548c15",
"created_at": 1723180676,
"kind": 1,
"tags": [
[
"t",
"71c9f7"
],
[
"t",
"16202a"
],
[
"r",
"http://www.w3.org/2000/svg\""
],
[
"r",
"https://media.naeu.net/f9db1a59e93f357572ab8ff0f1903b9d74e9a22230f2db90283084cdab663e7a.svg"
]
],
"content": "So this is my favourite version of \"Nostr Logo\" at now:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"\u003e\n \u003cdefs\u003e\n \u003cstyle\u003e\n .cls-1 {\n fill: #71c9f7;\n }\n\n .cls-2 {\n fill: #16202a;\n }\n \u003c/style\u003e\n \u003c/defs\u003e\n \u003cg id=\"background\"\u003e\n \u003crect class=\"cls-2\" width=\"512\" height=\"512\"/\u003e\n \u003c/g\u003e\n \u003cg id=\"band\"\u003e\n \u003crect class=\"cls-1\" y=\"102\" width=\"512\" height=\"103\"/\u003e\n \u003c/g\u003e\n\u003c/svg\u003e\n```\n\nOnline preview: https://media.naeu.net/f9db1a59e93f357572ab8ff0f1903b9d74e9a22230f2db90283084cdab663e7a.svg\n\nBecause it's simple enough and fits well into a kind of application layer \"protocol\". However, people always use HTTP, SMTP and the like as examples to say \"Nostr doesn't need a logo\".\nBut anyway, I need an image to represent it and that's it, and I will 100% write \"Nostr\" again in the alt text.",
"sig": "13370385b178963545ef6a9d0dc074573f41ebd276ecaf40c9a2c855457a5a0a67ed49a5f455a990c91b99c11b0dd684e0d5b49b82a06adab210c12a6ac4157d"
}