57 lines
2.3 KiB
XML
57 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- The Pink Pulse — Icon Mark (Pulse Wave) -->
|
|
<!-- Use for: favicons, app icons, social avatars, small-space applications -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="The Pink Pulse icon">
|
|
<title>The Pink Pulse — Icon</title>
|
|
<defs>
|
|
<filter id="ic-glow" x="-40%" y="-40%" width="180%" height="180%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="b1"/>
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="3" result="b2"/>
|
|
<feMerge>
|
|
<feMergeNode in="b1"/>
|
|
<feMergeNode in="b2"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
<linearGradient id="ic-bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#1A003A"/>
|
|
<stop offset="55%" stop-color="#470070"/>
|
|
<stop offset="100%" stop-color="#08001C"/>
|
|
</linearGradient>
|
|
<linearGradient id="ic-stroke" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#F92B9B"/>
|
|
<stop offset="100%" stop-color="#8B22CC"/>
|
|
</linearGradient>
|
|
<radialGradient id="ic-bloom" cx="50%" cy="55%" r="50%">
|
|
<stop offset="0%" stop-color="#F92B9B" stop-opacity="0.55"/>
|
|
<stop offset="70%" stop-color="#8B22CC" stop-opacity="0.15"/>
|
|
<stop offset="100%" stop-color="#08001C" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Rounded square container -->
|
|
<rect x="16" y="16" width="480" height="480" rx="108" ry="108" fill="url(#ic-bg)"/>
|
|
<rect x="16" y="16" width="480" height="480" rx="108" ry="108" fill="url(#ic-bloom)"/>
|
|
<rect x="22" y="22" width="468" height="468" rx="102" ry="102" fill="none" stroke="url(#ic-stroke)" stroke-width="4" opacity="0.9"/>
|
|
|
|
<!-- Pulse / heartbeat line -->
|
|
<g filter="url(#ic-glow)">
|
|
<path d="M64 256 L152 256 L184 180 L232 336 L280 140 L328 320 L360 256 L448 256"
|
|
fill="none"
|
|
stroke="#F92B9B"
|
|
stroke-width="16"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"/>
|
|
</g>
|
|
<path d="M64 256 L152 256 L184 180 L232 336 L280 140 L328 320 L360 256 L448 256"
|
|
fill="none"
|
|
stroke="#FAFAFA"
|
|
stroke-width="8"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
opacity="0.95"/>
|
|
|
|
<!-- Anchor dot on right -->
|
|
<circle cx="448" cy="256" r="10" fill="#8B22CC"/>
|
|
</svg>
|