| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <svg width="90" height="49" viewBox="0 0 90 49" 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="M90 24L16 24" stroke="url(#paint0_linear_378_1225)" stroke-width="10"/>
- <g class="flowGroup" mask="url(#flowMaskX)">
- <path class="flowGlow" d="M90 24L16 24" stroke-width="16"/>
- <path class="flowCore" d="M90 24L16 24" stroke-width="8"/>
- </g>
- <path d="M0 24.5L20.25 3.28238L20.25 45.7176L0 24.5Z" fill="#B6B4FF"/>
- <defs>
- <linearGradient id="flowSweepX" x1="0" y1="0" x2="1" y2="0">
- <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="flowMaskX" maskUnits="userSpaceOnUse">
- <rect x="90" y="-30" width="180" height="109" fill="url(#flowSweepX)">
- <animate attributeName="x" from="90" to="-180" 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_378_1225" x1="106.89" y1="24.5636" x2="54.6337" y2="-2.85795" gradientUnits="userSpaceOnUse">
- <stop stop-color="#564EFF"/>
- <stop offset="1" stop-color="#D2D0FF"/>
- </linearGradient>
- </defs>
- </svg>
|