Files
jabber.space/public/favicon.svg
2025-07-09 12:25:44 +02:00

46 lines
1.1 KiB
XML

<svg width="64" height="64" viewBox="0 0 64 64"
xmlns="http://www.w3.org/2000/svg" role="img" aria-label="CProof favicon">
<defs>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#39ff7f" flood-opacity="0.9"/>
<feDropShadow dx="0" dy="0" stdDeviation="5" flood-color="#39ff7f" flood-opacity="0.6"/>
</filter>
</defs>
<style>
text {
font-family: "Courier New", monospace;
user-select: none;
}
.prompt {
fill: #00ff00;
font-size: 14px;
}
.c {
fill: #cccccc;
font-size: 9px;
dominant-baseline: middle;
}
.p {
fill: #ffffff;
font-size: 28px;
font-weight: bold;
}
circle {
fill: none;
stroke: #39ff7f;
stroke-width: 1.2;
filter: url(#glow);
}
</style>
<circle cx="32" cy="32" r="30" />
<text x="8" y="34" class="prompt">~&gt;</text>
<!-- Centered P -->
<text x="32" y="40" class="p" text-anchor="middle">P</text>
<!-- Subscript C -->
<text x="18" y="38" class="c">C</text>
</svg>