SVG Pig
✨ RAPEEPAT OMARK
<style> body{ margin:2em; background:grey; } svg{ background:black; } </style> <svg viewBox="0 0 8 8"> <rect fill="#f9b7b8" width="1" height="1" x="0" y="0"></rect> <rect fill="#f3a1a7" width="1" height="1" x="1" y="0"></rect> <rect fill="#f7b5b7" width="1" height="1" x="2" y="0"></rect> <rect fill="#f7b5b7" width="1" height="1" x="3" y="0"></rect> <rect fill="#f8c0c1" width="1" height="1" x="4" y="0"></rect> <rect fill="#f9c1c0" width="1" height="1" x="5" y="0"></rect> <rect fill="#f9bdbf" width="1" height="1" x="6" y="0"></rect> <rect fill="#fac7c6" width="1" height="1" x="7" y="0"></rect> <rect fill="#f8b0b3" width="1" height="1" x="0" y="1"></rect> <rect fill="#f6a7ad" width="1" height="1" x="1" y="1"></rect> <rect fill="#f9bec0" width="1" height="1" x="2" y="1"></rect> <rect fill="#facac8" width="1" height="1" x="3" y="1"></rect> <rect fill="#f9b7b9" width="1" height="1" x="4" y="1"></rect> <rect fill="#fac8c7" width="1" height="1" x="5" y="1"></rect> <rect fill="#fbd2ce" width="1" height="1" x="6" y="1"></rect> <rect fill="#fbd2ce" width="1" height="1" x="7" y="1"></rect> <rect fill="#f8b4b5" width="1" height="1" x="0" y="2"></rect> <rect fill="#f9c3c1" width="1" height="1" x="1" y="2"></rect> <rect fill="#fac9c4" width="1" height="1" x="2" y="2"></rect> <rect fill="#f9c6c5" width="1" height="1" x="3" y="2"></rect> <rect fill="#f9c1c4" width="2" height="1" x="4" y="2"></rect> <rect fill="#fbc9c8" width="1" height="1" x="6" y="2"></rect> <rect fill="#fdd6cf" width="1" height="1" x="7" y="2"></rect> <rect fill="#070709" width="1" height="1" x="0" y="3"></rect> <rect fill="#ffffff" width="1" height="1" x="1" y="3"></rect> <rect fill="#f8babb" width="1" height="1" x="2" y="3"></rect> <rect fill="#f9bbbc" width="1" height="1" x="3" y="3"></rect> <rect fill="#fbc9c8" width="1" height="1" x="4" y="3"></rect> <rect fill="#f9c6c5" width="1" height="1" x="5" y="3"></rect> <rect fill="#ffffff" width="1" height="1" x="6" y="3"></rect> <rect fill="#080609" width="1" height="1" x="7" y="3"></rect> <rect fill="#f8b3b6" width="1" height="1" x="0" y="4"></rect> <rect fill="#f9bcc1" width="1" height="1" x="1" y="4"></rect> <rect fill="#fcdde2" width="1" height="1" x="2" y="4"></rect> <rect fill="#fee9ee" width="1" height="1" x="3" y="4"></rect> <rect fill="#fde9eb" width="1" height="1" x="4" y="4"></rect> <rect fill="#fdeaee" width="1" height="1" x="5" y="4"></rect> <rect fill="#fcd0cd" width="1" height="1" x="6" y="4"></rect> <rect fill="#f9bdbf" width="1" height="1" x="7" y="4"></rect> <rect fill="#fac0be" width="1" height="1" x="0" y="5"></rect> <rect fill="#f9bcc1" width="1" height="1" x="1" y="5"></rect> <rect fill="#884c4b" width="1" height="1" x="2" y="5"></rect> <rect fill="#f9c1c0" width="1" height="1" x="3" y="5"></rect> <rect fill="#fac8c7" width="1" height="1" x="4" y="5"></rect> <rect fill="#884c4b" width="1" height="1" x="5" y="5"></rect> <rect fill="#f9c6c5" width="1" height="1" x="6" y="5"></rect> <rect fill="#fac9c4" width="1" height="1" x="7" y="5"></rect> <rect fill="#f8b3b6" width="1" height="1" x="0" y="6"></rect> <rect fill="#f9bcc1" width="1" height="1" x="1" y="6"></rect> <rect fill="#fdeaee" width="3" height="1" x="2" y="6"></rect> <rect fill="#fcdde2" width="1" height="1" x="5" y="6"></rect> <rect fill="#facac8" width="1" height="1" x="6" y="6"></rect> <rect fill="#f9c1c0" width="1" height="1" x="7" y="6"></rect> <rect fill="#fac8c7" width="1" height="1" x="0" y="7"></rect> <rect fill="#f9bec0" width="1" height="1" x="1" y="7"></rect> <rect fill="#f7b5b7" width="1" height="1" x="2" y="7"></rect> <rect fill="#f9c1c0" width="1" height="1" x="3" y="7"></rect> <rect fill="#facac8" width="1" height="1" x="4" y="7"></rect> <rect fill="#f9c1c0" width="1" height="1" x="5" y="7"></rect> <rect fill="#fac7c6" width="1" height="1" x="6" y="7"></rect> <rect fill="#f9b7b9" width="1" height="1" x="7" y="7"></rect> </svg> </svg>