jinjaturtle/jinjaturtle.svg
2025-11-27 21:36:56 +11:00

59 lines
1.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 128 128"
role="img"
aria-label="JinjaTurtle logo">
<!-- Turtle shell -->
<ellipse cx="56" cy="68" rx="32" ry="24"
fill="#F97316"
stroke="#111827"
stroke-width="4"/>
<!-- Center braces block (in the middle of the shell) -->
<text x="56" y="71"
text-anchor="middle"
font-family="monospace"
font-size="10"
fill="#111827">{{ }}</text>
<!-- Head -->
<circle cx="96" cy="64" r="10"
fill="#16A34A"
stroke="#111827"
stroke-width="4"/>
<!-- Eyes -->
<circle cx="93" cy="61" r="2" fill="#111827"/>
<circle cx="99" cy="61" r="2" fill="#111827"/>
<!-- Smile! -->
<path d="M92 67 Q96 70 100 67"
fill="none"
stroke="#111827"
stroke-width="2"
stroke-linecap="round"/>
<!-- Legs -->
<ellipse cx="40" cy="88" rx="8" ry="5"
fill="#16A34A"
stroke="#111827"
stroke-width="4"/>
<ellipse cx="68" cy="88" rx="8" ry="5"
fill="#16A34A"
stroke="#111827"
stroke-width="4"/>
<ellipse cx="40" cy="48" rx="8" ry="5"
fill="#16A34A"
stroke="#111827"
stroke-width="4"/>
<ellipse cx="68" cy="48" rx="8" ry="5"
fill="#16A34A"
stroke="#111827"
stroke-width="4"/>
<!-- Tail -->
<path d="M24 68 L16 64 L24 60 Z"
fill="#16A34A"
stroke="#111827"
stroke-width="3"
stroke-linejoin="round"/>
</svg>