kgames

KGames — free keyboard games for kids
git clone https://www.keyboard.games/code/kgames.git
Log | Files | Refs | README | LICENSE

animal-spell.svg (1755B)


      1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 130" width="160" height="130">
      2   <!-- background rounded rect -->
      3   <rect x="8" y="8" width="144" height="114" rx="18" fill="#FFF5F5" stroke="#FFD23F" stroke-width="4"/>
      4 
      5   <!-- cat face -->
      6   <circle cx="80" cy="54" r="24" fill="#FFCC4D"/>
      7   <!-- ears -->
      8   <polygon points="61,37 68,22 75,37" fill="#FFCC4D"/>
      9   <polygon points="85,37 92,22 99,37" fill="#FFCC4D"/>
     10   <polygon points="63,36 68,26 73,36" fill="#F4900C"/>
     11   <polygon points="87,36 92,26 97,36" fill="#F4900C"/>
     12   <!-- eyes -->
     13   <ellipse cx="71" cy="50" rx="4" ry="5" fill="#292F33"/>
     14   <ellipse cx="89" cy="50" rx="4" ry="5" fill="#292F33"/>
     15   <circle cx="72.5" cy="48.5" r="1.5" fill="#fff"/>
     16   <circle cx="90.5" cy="48.5" r="1.5" fill="#fff"/>
     17   <!-- nose -->
     18   <polygon points="80,57 77,61 83,61" fill="#F4900C"/>
     19   <!-- mouth -->
     20   <path d="M77,61 Q74,65 70,64" stroke="#292F33" stroke-width="1.2" fill="none" stroke-linecap="round"/>
     21   <path d="M83,61 Q86,65 90,64" stroke="#292F33" stroke-width="1.2" fill="none" stroke-linecap="round"/>
     22 
     23   <!-- letter tiles spelling "CAT" -->
     24   <rect x="26" y="87" width="30" height="28" rx="7" fill="#E63946"/>
     25   <text x="41" y="108" font-family="Fredoka, sans-serif" font-size="18" font-weight="600"
     26         fill="#ffffff" text-anchor="middle">C</text>
     27 
     28   <rect x="65" y="87" width="30" height="28" rx="7" fill="#1D7CF2"/>
     29   <text x="80" y="108" font-family="Fredoka, sans-serif" font-size="18" font-weight="600"
     30         fill="#ffffff" text-anchor="middle">A</text>
     31 
     32   <rect x="104" y="87" width="30" height="28" rx="7" fill="#2EC4B6"/>
     33   <text x="119" y="108" font-family="Fredoka, sans-serif" font-size="18" font-weight="600"
     34         fill="#ffffff" text-anchor="middle">T</text>
     35 </svg>