SVG-63070003
✨ นายกรรษฎา มงคลจาตุรงค์
<style> body{ margin:2em; background:grey; } svg{ background:white; } </style> <svg viewBox="0 0 20 20"> <defs> <radialGradient id="grad1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%"> <stop offset="0%" style="stop-color:rgb(255,255,255)" /> <stop offset="100%" style="stop-color:#aaacb3" /> </radialGradient> </defs> <circle cx="10" cy="10" r="6" fill="#aaacb3" stroke="black" stroke-width="0.1" /> <ellipse cx="10" cy="10" rx="1.5" ry="1" fill="#aaacb3"stroke="black" stroke-width="0.1"/> <circle cx="7" cy="9" r="2" fill="#ebedf2" /> <circle cx="13" cy="9" r="2" fill="#ebedf2" /> <ellipse cx="10" cy="9" rx="5" ry="1" fill="#ebedf2" /> <circle cx="10" cy="7.4" r="1.4" fill="#aaacb3" /> <ellipse cx="10" cy="10.15" rx="1.28" ry="0.8" fill="#aaacb3" /> <circle cx="7" cy="9" r="0.8" fill="black" /> <circle cx="6.7" cy="8.6" r="0.3" fill="white" /> <circle cx="7.2" cy="9.4" r="0.3" fill="gray" /> <circle cx="13" cy="9" r="0.8" fill="black" /> <circle cx="12.7" cy="8.6" r="0.3" fill="white" /> <circle cx="13.2" cy="9.4" r="0.3" fill="gray" /> <polyline points="8.5,5 9,3 12,1.5 10.5,3 11.5,5" style="fill:#aaacb3;stroke:black;stroke-width:0.1" /> <circle cx="7.5" cy="15.5" r="2.5" fill="url(#grad1)"stroke="black" stroke-width="0.1" /> <circle cx="12.5" cy="15.5" r="2.5" fill="url(#grad1)" stroke="black" stroke-width="0.1" /> <text x="13" y="2" font-size="1">โมเด็ม-กรรษฎา</text> </svg>