IG
✨ CHOMPOONUCH TRAISIN
<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 24 24"> <rect x="3.75" y="3" rx="2.5" ry="2.5" width="16.5" height="16" style="fill:black;stroke:black;stroke-width:1.75;" /> <rect x="6" y="5" rx="2.5" ry="2.5" width="12" height="12" style="fill:black;stroke:white;stroke-width:1.25" /> <circle cx="12" cy="11" r="2.5" style="fill:black;stroke:white;stroke-width:1.25;" ></circle> <circle cx="15.25" cy="7.5" fill="white" r="1"></circle> </svg> </body> </html>