SVG 1 Sec C qe เอิ้ดซัง – ศิวนาถ
✨ SIVANAT THISAWET
<html> <head> <title>SVG </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:#2a0454; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <circle cx = "50" cy = "180" r = "140" fill = #2a0454 stroke = "#928b9a" stroke-width = "0.5"></circle> <circle cx = "50" cy = "180" r = "130" fill = #2a0454 stroke = "#928b9a" stroke-width = "0.5"></circle> <circle cx = "50" cy = "180" r = "120" fill = #2a0454 stroke = "#928b9a" stroke-width = "0.5"></circle> <circle cx = "50" cy = "180" r = "110" fill = #928b9a stroke = "#302e31" stroke-width = "2"></circle> <circle cx = "50" cy = "180" r = "110" fill = #928b9a stroke = "#302e31" stroke-width = "2"></circle> <circle cx = "5" cy = "100" r = "7" fill = #807983 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "60" cy = "90" r = "15" fill = #807983 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "25" cy = "79" r = "5" fill = #807983 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "90" cy = "90" r = "5" fill = #807983 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "90" cy = "46" r = "2" fill = #D84f13 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "75" cy = "52" r = "2" fill = #D8d013 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "92" cy = "68" r = "2" fill = #13d831 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "8" cy = "68" r = "2" fill = #13d8d7 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "16" cy = "44" r = "2" fill = #1c13d8 stroke = "#302e31" stroke-width = "1"></circle> <circle cx = "59" cy = "40" r = "2" fill = #D013d8 stroke = "#302e31" stroke-width = "1"></circle> <rect width = "20" height = "55" x = "25" y = "25" fill = #D6cfde stroke = #8f68b5 ></rect> <rect width = "40" height = "20" x = "35" y = "60" fill = #D6cfde stroke = #8f68b5 ></rect> <polygon points="35,15 20,25 50,25" fill="#302839" stroke="#847792" stroke-width=""/> <rect width = "10" height = "11" x = "50" y = "69" fill = #2b193d stroke = #807887 ></rect> <circle cx="95" cy="5" r="10" fill="red" stroke="orange" stroke-width="2"/> <circle cx="35" cy="37" r="7" fill="#2b193d" stroke="#807887" stroke-width="0.8"/> </svg> </body> </html>