@kumarkashmiri441
<!-- SVG: Unique round YouTube subscribe badge -->
<svg width="320" height="320" viewBox="0 0 320 320" xmlns="www.w3.org/2000/svg" role="img">
<title>Subscribe on YouTube</title>
<!-- Background circle with subtle gradient -->
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff0033"/>
<stop offset="100%" stop-color="#d40000"/>
</linearGradient>
<filter id="softShadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="0" dy="8" stdDeviation="12" flood-opacity="0.25"/>
</filter>
</defs>
<circle cx="160" cy="160" r="150" fill="url(#g)" filter="url(#softShadow)"/>
<!-- Play icon container (rounded rect like YT badge) -->
<rect x="80" y="110" rx="26" ry="26" width="160" height="100" fill="#ffffff" opacity="0.15"/>
<rect x="84" y="114" rx="22" ry="22" width="15