| 1234567891011121314151617 |
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="29" height="29" viewBox="0 0 29 29">
- <circle cx="15" cy="15" r="14" fill="#9a1ba0" fill-opacity="0.1" >
- <animate attributeType="XML" begin="-0.35s" attributeName="r" from="6" to="14" dur="1s" repeatCount="indefinite">
- </animate>
- <animate attributeType="XML" begin="-0.35s" attributeName="fill-opacity" from="0.5" to="0" dur="1s" repeatCount="indefinite">
- </animate>
- </circle>
-
- <circle cx="15" cy="15" r="10" fill="#9a1ba0" fill-opacity="0.4" >
- <animate attributeType="XML" begin="-0.35s" attributeName="r" from="6" to="10" dur="1s" repeatCount="indefinite">
- </animate>
- <animate attributeType="XML" begin="-0.35s" attributeName="fill-opacity" from="0.5" to="0" dur="1s" repeatCount="indefinite">
- </animate>
- </circle>
- <circle cx="15" cy="15" r="6" fill="#9a1ba0" fill-opacity="0.6" />
-
- </svg>
|