SVG Code
<svg xmlns=“http://www.w3.org/2000/svg” viewBox=“0 0 550 280”> <defs> <style> .msg-text { font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; font-size: 28px; fill: #000000; } .receipt-text { font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; font-size: 14px; fill: #555555; } </style> </defs>
<path d=“M 35 38 Q 20 43 10 47 Q 20 51 35 56 Z” fill=“#E9E9EB”/> <rect x=“30” y=“15” width=“270” height=“65” rx=“20” fill=“#E9E9EB”/> <text x=“165” y=“56” class=“msg-text” text-anchor=“middle”>I’ll watch it later</text>
<path d=“M 505 123 Q 520 128 530 132 Q 520 136 505 141 Z” fill=“#CCA3EB”/> <rect x=“280” y=“100” width=“230” height=“65” rx=“20” fill=“#CCA3EB”/> <text x=“395” y=“141” class=“msg-text” text-anchor=“middle”>Lots of boobs</text>
<g transform=“translate(245, 130)”> <text x=“-4” y=“0” class=“receipt-text” text-anchor=“middle”>R</text> <path d=“M -4 5 L 0 10 L 8 -1” fill=“none” stroke=“#555555” stroke-width=“1.5” stroke-linecap=“round” stroke-linejoin=“round”/> </g>
<path d=“M 35 208 Q 20 213 10 217 Q 20 221 35 226 Z” fill=“#E9E9EB”/> <rect x=“30” y=“185” width=“270” height=“65” rx=“20” fill=“#E9E9EB”/> <text x=“165” y=“226” class=“msg-text” text-anchor=“middle”>I’ll watch it now</text> </svg>

