| 1234567891011121314151617 |
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 29 29" height="70" width="70">
- <circle cx="15" cy="15" r="14" fill-opacity="0.1" fill="#ffa200">
- <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-opacity="0.4" fill="#ffa200">
- <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-opacity="0.6" fill="#ffa200"/>
-
- </svg>
|