| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <svg width="49" height="70" viewBox="0 0 49 70" fill="none" xmlns="http://www.w3.org/2000/svg">
- <style>
- .flowCore,
- .flowGlow {
- stroke-linecap: round;
- stroke-linejoin: round;
- }
- .flowCore {
- stroke: rgba(255, 255, 255, 0.9);
- }
- .flowGlow {
- stroke: rgba(150, 215, 255, 0.34);
- filter: url(#flowBlur);
- }
- @media (prefers-reduced-motion: reduce) {
- .flowGroup {
- display: none;
- }
- }
- </style>
- <path d="M25 0V63.5" stroke="url(#paint0_linear_378_1219)" stroke-width="10"/>
- <g class="flowGroup" mask="url(#flowMaskY)">
- <path class="flowGlow" d="M25 0V63.5" stroke-width="16"/>
- <path class="flowCore" d="M25 0V63.5" stroke-width="8"/>
- </g>
- <path d="M24.5 69.5L45.7176 49.25H3.28238L24.5 69.5Z" fill="#B6B4FF"/>
- <defs>
- <linearGradient id="flowSweepY" x1="0" y1="0" x2="0" y2="1">
- <stop offset="0" stop-color="white" stop-opacity="0"/>
- <stop offset="0.42" stop-color="white" stop-opacity="0"/>
- <stop offset="0.5" stop-color="white" stop-opacity="1"/>
- <stop offset="0.58" stop-color="white" stop-opacity="0"/>
- <stop offset="1" stop-color="white" stop-opacity="0"/>
- </linearGradient>
- <mask id="flowMaskY" maskUnits="userSpaceOnUse">
- <rect x="-20" y="-140" width="89" height="140" fill="url(#flowSweepY)">
- <animate attributeName="y" from="-140" to="70" dur="1.25s" repeatCount="indefinite"/>
- </rect>
- </mask>
- <filter id="flowBlur" x="-20%" y="-20%" width="140%" height="140%" color-interpolation-filters="sRGB">
- <feGaussianBlur stdDeviation="2"/>
- </filter>
- <linearGradient id="paint0_linear_378_1219" x1="25.5636" y1="-103.31" x2="-66.074" y2="-46.3816" gradientUnits="userSpaceOnUse">
- <stop stop-color="#564EFF"/>
- <stop offset="1" stop-color="#D2D0FF"/>
- </linearGradient>
- </defs>
- </svg>
|