icon3.svg 868 B

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