icon6.svg 859 B

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