| 123456789101112131415161718192021222324252627282930313233 |
- <svg class="lds-spinner" width="200px" height="200px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background: none;"><g transform="rotate(0 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.875s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(45 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(90 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.625s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(135 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(180 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.375s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(225 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(270 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.125s" repeatCount="indefinite"></animate>
- </rect>
- </g><g transform="rotate(315 50 50)">
- <rect x="47" y="24" rx="9.4" ry="4.8" width="6" height="12" fill="#0b1d27">
- <animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
- </rect>
- </g></svg>
|