| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 120" fill="currentColor" role="img" aria-label="shithub"> |
| 2 | <title>shithub</title> |
| 3 | <desc>Original mascot: a cat-like creature with curved devil horns and a pitchfork tail. AGPLv3 with the project.</desc> |
| 4 | |
| 5 | <!-- Tail: thick stroke that emerges from the right edge of the body and |
| 6 | curves outward and upward, terminating where the pitchfork crossbar |
| 7 | sits on top of it. --> |
| 8 | <path d="M 84 72 C 100 76, 116 70, 118 50" stroke="currentColor" stroke-width="8" fill="none" stroke-linecap="round"/> |
| 9 | |
| 10 | <!-- Pitchfork: filled crossbar fused over the tail tip, with 3 sharp |
| 11 | prongs flaring upward. Prongs are filled triangles for sharp tips. --> |
| 12 | <rect x="100" y="44" width="36" height="7" rx="1.5"/> |
| 13 | <polygon points="102,45 108,45 105,10"/> |
| 14 | <polygon points="114,45 124,45 119,4"/> |
| 15 | <polygon points="130,45 136,45 133,10"/> |
| 16 | |
| 17 | <!-- Body + head: a single egg-shaped silhouette, narrower at top so the |
| 18 | horns sit naturally and broader at the bottom for the body. --> |
| 19 | <path d=" |
| 20 | M 12 60 |
| 21 | C 12 30, 26 18, 50 18 |
| 22 | C 74 18, 88 30, 88 60 |
| 23 | C 88 96, 76 106, 50 106 |
| 24 | C 24 106, 12 96, 12 60 |
| 25 | Z |
| 26 | "/> |
| 27 | |
| 28 | <!-- Devil horns: curved triangles flaring up and outward from the head. --> |
| 29 | <path d="M 26 24 Q 10 16, 14 4 Q 24 6, 34 22 Z"/> |
| 30 | <path d="M 74 24 Q 90 16, 86 4 Q 76 6, 66 22 Z"/> |
| 31 | |
| 32 | <!-- Eyes: white sclera with dark pupils, slightly off-center. --> |
| 33 | <ellipse cx="36" cy="54" rx="5" ry="6" fill="#fff"/> |
| 34 | <ellipse cx="64" cy="54" rx="5" ry="6" fill="#fff"/> |
| 35 | <ellipse cx="38" cy="55" rx="2" ry="2.5" fill="currentColor"/> |
| 36 | <ellipse cx="66" cy="55" rx="2" ry="2.5" fill="currentColor"/> |
| 37 | |
| 38 | <!-- Smug smirk: a smooth Q-curve, asymmetric (lifted on the right). --> |
| 39 | <path d="M 36 78 Q 50 84, 62 73" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/> |
| 40 | </svg> |