Lion
✨ นายอภิบุญ สมศรี
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 40 40"> <style> .heavy { font: bold 30px sans-serif; } </style> <text x="29" y="2" fill="black" class ="heavy"style="font-size:1;">อภิบุญ สมศรี 63070184</text> <!---หัว---> <circle cx="20.6" cy=9 r="4.5" fill="#f3903f"/> <circle cx="13" cy=11 r="4.5" fill="#f3903f"/> <circle cx="28.5" cy="11.4" r="4.5" fill="#f3903f"/> <circle cx="10" cy="19.2" r="4.5" fill="#f3903f"/> <circle cx="11.6" cy="27" r="4.5" fill="#f3903f"/> <circle cx="19.3" cy="30" r="4.5" fill="#f3903f"/> <circle cx="27" cy="27" r="4.5" fill="#f3903f"/> <circle cx="31" cy="19.5" r="4.5" fill="#f3903f"/> <!---หู---> <circle cx="14" cy="11" r="3" fill="#f7cd92" /> <circle cx="26.8" cy="11.6" r="3" fill="#f7cd92" /> <circle cx="14" cy="11" r="1.7" fill ="#b85900"/> <circle cx="26.8" cy ="11.6" r="1.7" fill ="#b85900"/> <!---หน้า---> <circle cx="20" cy="20" r="10" fill="#f7cd92"/> <!---ปาก---> <ellipse cx="20" cy="28" rx="1" ry="2" fill="#ff52a5"/> <path d="M 15 26 Q 18,29 20,26" stroke="black" stroke-width="0.5" fill="transparent"/> <path d="M 20 26 Q 22,29 25,26" stroke="black" stroke-width="0.5" fill="transparent"/> <!---จมูก---> <ellipse cx="20" cy="22" rx="2.5" ry="3" fill="#700900"/> <ellipse cx="20" cy="20.5" rx="2.5" ry="3" fill="#f872b3"/> <circle cx="20" cy="23" r="1.5" fill="#700900"/> <circle cx="19" cy="21.6" r="1.5" fill="#700900"/> <circle cx="21" cy="21.6" r="1.5" fill="#700900"/> <ellipse cx="20" cy="21.3" rx="2" ry="1.55" fill="#700900"/> <!---ตา---> <circle cx="15" cy="19" r="1" fill="#000"/> <circle cx="25" cy="19" r="1" fill="#000"/> <circle cx="15.2" cy="18.8" r="0.4" fill="#fff"/> <circle cx="25.2" cy="18.8" r="0.4" fill="#fff"/> <!-- Grid --> <defs> <pattern id="grid" viewBox="0,0,10,10" width="1%" height="1%"> <rect fill="#0001" width="1" height="10" x="1" y="0"/> <rect fill="#0001" width="1" height="10" x="3" y="0"/> <rect fill="#0001" width="1" height="10" x="5" y="0"/> <rect fill="#0001" width="1" height="10" x="7" y="0"/> <rect fill="#0001" width="1" height="10" x="9" y="0"/> <rect fill="#0001" width="10" height="1" x="0" y="1"/> <rect fill="#0001" width="10" height="1" x="0" y="3"/> <rect fill="#0001" width="10" height="1" x="0" y="5"/> <rect fill="#0001" width="10" height="1" x="0" y="7"/> <rect fill="#0001" width="10" height="1" x="0" y="9"/> <path d="M0 0 h10 L9 1 h-8 v8 L0 10 z" fill="#ff05"/> <path d="M10 10 h-10 L1 9 h8 v-8 L10 0 z" fill="#0f05"/> <rect fill="#0002" width="10" height=".1" x="0" y="9.9"/> <rect fill="#0002" width="10" height=".1" x="0" y="0"/> <rect fill="#0002" height="10" width=".1" y="0" x="9.9"/> <rect fill="#0002" height="10" width=".1" y="0" x="0"/> </pattern> </defs> <!-- <rect fill="url(#grid)" width="1000" height="1000" x="0" y="0"/> --> </svg> </body> </html>