letter-find.svg (726B)
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 130" width="160" height="130"> 2 <!-- background rounded rect --> 3 <rect x="8" y="8" width="144" height="114" rx="18" fill="#FFF5F5" stroke="#E63946" stroke-width="4"/> 4 5 <!-- big letter A --> 6 <text x="80" y="76" font-family="Fredoka, sans-serif" font-size="72" font-weight="600" 7 fill="#E63946" text-anchor="middle" dominant-baseline="auto">A</text> 8 9 <!-- three tiny key bumps at the bottom --> 10 <rect x="30" y="96" width="26" height="16" rx="5" fill="#E63946" opacity="0.25"/> 11 <rect x="67" y="96" width="26" height="16" rx="5" fill="#E63946" opacity="0.25"/> 12 <rect x="104" y="96" width="26" height="16" rx="5" fill="#E63946" opacity="0.25"/> 13 </svg>