SVG group e cow
✨ SUPAWAT USANON
<html> <head> <title> </title> <style> body{ margin: 2em; background: grey; } </style> </head> <body> <svg viewbox="0 0 8 8"> <rect fill="#594308" width="1" height="1" /> <rect fill="#594308" width="1" height="1" y="1"/> <rect fill="#d3d3d3" width="1" height="1" y="2"/> <rect fill="#000000" width="1" height="1" y="3"/> <rect fill="#594308" width="1" height="1" y="4"/> <rect fill="#594308" width="1" height="1" y="5"/> <rect fill="#594308" width="1" height="1" y="6"/> <rect fill="#594308" width="1" height="1" y="7"/> <rect fill="#594308" width="1" height="1" x="1" /> <rect fill="#594308" width="1" height="1" x="1" y="1"/> <rect fill="#d3d3d3" width="1" height="1" x="1" y="2"/> <rect fill="#fff" width="1" height="1" x="1" y="3"/> <rect fill="#594308" width="1" height="1" x="1" y="4"/> <rect fill="#594308" width="1" height="1" x="1" y="5"/> <rect fill="#d3d3d3" width="1" height="1" x="1" y="6"/> <rect fill="#d3d3d3" width="1" height="1" x="1" y="7"/> <rect fill="#594308" width="1" height="1" x="2" /> <rect fill="#594308" width="1" height="1" x="2" y="1"/> <rect fill="#594308" width="1" height="1" x="2" y="2"/> <rect fill="#594308" width="1" height="1" x="2" y="3"/> <rect fill="#594308" width="1" height="1" x="2" y="4"/> <rect fill="#d3d3d3" width="1" height="1" x="2" y="5"/> <rect fill="#000000" width="1" height="1" x="2" y="6"/> <rect fill="#636363" width="1" height="1" x="2" y="7"/> <rect fill="#d3d3d3" width="1" height="1" x="3" /> <rect fill="#d3d3d3" width="1" height="1" x="3" y="1"/> <rect fill="#d3d3d3" width="1" height="1" x="3" y="2"/> <rect fill="#a4a4a4" width="1" height="1" x="3" y="3"/> <rect fill="#594308" width="1" height="1" x="3" y="4"/> <rect fill="#d3d3d3" width="1" height="1" x="3" y="5"/> <rect fill="#636363" width="1" height="1" x="3" y="6"/> <rect fill="#3b3b3b" width="1" height="1" x="3" y="7"/> <rect fill="#d3d3d3" width="1" height="1" x="4" /> <rect fill="#d3d3d3" width="1" height="1" x="4" y="1"/> <rect fill="#d3d3d3" width="1" height="1" x="4" y="2"/> <rect fill="#594308" width="1" height="1" x="4" y="3"/> <rect fill="#594308" width="1" height="1" x="4" y="4"/> <rect fill="#d3d3d3" width="1" height="1" x="4" y="5"/> <rect fill="#636363" width="1" height="1" x="4" y="6"/> <rect fill="#3b3b3b" width="1" height="1" x="4" y="7"/> <rect fill="#636363" width="1" height="1" x="5" /> <rect fill="#d3d3d3" width="1" height="1" x="5" y="1"/> <rect fill="#594308" width="1" height="1" x="5" y="2"/> <rect fill="#594308" width="1" height="1" x="5" y="3"/> <rect fill="#594308" width="1" height="1" x="5" y="4"/> <rect fill="#d3d3d3" width="1" height="1" x="5" y="5"/> <rect fill="#000000" width="1" height="1" x="5" y="6"/> <rect fill="#636363" width="1" height="1" x="5" y="7"/> <rect fill="#636363" width="1" height="1" x="6" /> <rect fill="#594308" width="1" height="1" x="6" y="1"/> <rect fill="#d3d3d3" width="1" height="1" x="6" y="2"/> <rect fill="#fff" width="1" height="1" x="6" y="3"/> <rect fill="#594308" width="1" height="1" x="6" y="4"/> <rect fill="#594308" width="1" height="1" x="6" y="5"/> <rect fill="#d3d3d3" width="1" height="1" x="6" y="6"/> <rect fill="#d3d3d3" width="1" height="1" x="6" y="7"/> <rect fill="#594308" width="1" height="1" x="7"/> <rect fill="#594308" width="1" height="1" x="7" y="1"/> <rect fill="#d3d3d3" width="1" height="1" x="7" y="2"/> <rect fill="#000000" width="1" height="1" x="7" y="3"/> <rect fill="#594308" width="1" height="1" x="7" y="4"/> <rect fill="#594308" width="1" height="1" x="7" y="5"/> <rect fill="#594308" width="1" height="1" x="7" y="6"/> <rect fill="#594308" width="1" height="1" x="7" y="7"/> </svg> </body> </html>