Description
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="MQS Warriors badge"> <!-- Definitions --> <defs> <linearGradient id="metalGrad" x1="0" x2="1" y1="0" y2="1"> <stop offset="0%" stop-color="#C9CCCF"/> <stop offset="50%" stop-color="#A7A9AC"/> <stop offset="100%" stop-color="#E9EAEC"/> </linearGradient> <linearGradient id="shieldShine" x1="0" x2="0" y1="0" y2="1"> <stop offset="0%" stop-color="#1A4AAE" stop-opacity="0.98"/> <stop offset="100%" stop-color="#062659" stop-opacity="0.98"/> </linearGradient> <filter id="softShadow" x="-50%" y="-50%" width="200%" height="200%"> <feDropShadow dx="0" dy="10" stdDeviation="16" flood-color="#000" flood-opacity="0.25"/> </filter> </defs> <!-- Shield with slight drop shadow --> <g filter="url(#softShadow)"> <path d="M96 72 C96 72, 416 72, 416 72 L416 224 C416 324, 320 420, 256 456 C192 420, 96 324, 96 224 Z" fill="url(#shieldShine)" stroke="url(#metalGrad)" stroke-width="8" stroke-linejoin="round"/> </g> <!-- Inner border --> <path d="M110 88 C110 88, 402 88, 402 88 L402 224 C402 314, 323 394, 256 430 C189 394, 110 314, 110 224 Z" fill="none" stroke="#0F2B6A" stroke-width="4"/> <!-- Top text: MQS --> <text x="50%" y="115" font-family="Georgia, 'Times New Roman', serif" font-size="36" fill="#FFFFFF" text-anchor="middle" font-weight="600" letter-spacing="2">MQS</text> <!-- Central W / Sword symbol --> <g transform="translate(0,20)"> <!-- Wing left --> <path d="M164 170 L220 130 L240 150 L200 190 L232 210 L192 250 L164 220 Z" fill="#FFFFFF" stroke="url(#metalGrad)" stroke-width="3" stroke-linejoin="round"/> <!-- Wing right --> <path d="M348 170 L292 130 L272 150 L312 190 L280 210 L320 250 L348 220 Z" fill="#FFFFFF" stroke="url(#metalGrad)" stroke-width="3" stroke-linejoin="round"/> <!-- Central blade (negative space) --> <path d="M256 140 L274 260 L238 260 Z" fill="#062659"/> <!-- Cyan edge accents --> <path d="M220 130 L240 150" stroke="#00E5FF" stroke-width="4" stroke-linecap="round"/> <path d="M292 130 L272 150" stroke="#00E5FF" stroke-width="4" stroke-linecap="round"/> </g> <!-- Lower banner --> <g> <rect x="128" y="336" width="256" height="72" rx="16" fill="url(#metalGrad)" stroke="#0F2B6A" stroke-width="3"/> <text x="256" y="383" font-family="Montserrat, 'Arial Black', sans-serif" font-size=" thirty-six" fill="#FFFFFF" text-anchor="middle" font-weight="800" letter-spacing="4">WARRIORS</text> </g> </svg>