| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <svg width="15" height="61" viewBox="0 0 15 61" 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.32);
- filter: url(#flowBlur);
- }
- @media (prefers-reduced-motion: reduce) {
- .flowGroup {
- display: none;
- }
- }
- </style>
- <path d="M7.17773 0V58.4254" stroke="url(#paint0_linear_1096_3535)" stroke-width="2.87077"/>
- <g class="flowGroup" mask="url(#flowMaskY)">
- <path class="flowGlow" d="M7.17773 0V58.4254" stroke-width="5"/>
- <path class="flowCore" d="M7.17773 0V58.4254" stroke-width="3"/>
- </g>
- <path d="M7.03339 60.1484L13.1245 54.3351H0.942295L7.03339 60.1484Z" 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="-30" y="-120" width="109" height="120" fill="url(#flowSweepY)">
- <animate attributeName="y" from="-120" to="61" dur="1.2s" 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_1096_3535" x1="7.74133" y1="10.5382" x2="-14.6073" y2="58.9002" gradientUnits="userSpaceOnUse">
- <stop stop-color="#564EFF"/>
- <stop offset="1" stop-color="#D2D0FF"/>
- </linearGradient>
- </defs>
- </svg>
|