2
0

audio.svg 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
  2. <svg width="55" height="80" viewBox="0 0 55 80" xmlns="http://www.w3.org/2000/svg" fill="#FFF">
  3. <g transform="matrix(1 0 0 -1 0 80)">
  4. <rect width="10" height="20" rx="3">
  5. <animate attributeName="height"
  6. begin="0s" dur="4.3s"
  7. values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20" calcMode="linear"
  8. repeatCount="indefinite" />
  9. </rect>
  10. <rect x="15" width="10" height="80" rx="3">
  11. <animate attributeName="height"
  12. begin="0s" dur="2s"
  13. values="80;55;33;5;75;23;73;33;12;14;60;80" calcMode="linear"
  14. repeatCount="indefinite" />
  15. </rect>
  16. <rect x="30" width="10" height="50" rx="3">
  17. <animate attributeName="height"
  18. begin="0s" dur="1.4s"
  19. values="50;34;78;23;56;23;34;76;80;54;21;50" calcMode="linear"
  20. repeatCount="indefinite" />
  21. </rect>
  22. <rect x="45" width="10" height="30" rx="3">
  23. <animate attributeName="height"
  24. begin="0s" dur="2s"
  25. values="30;45;13;80;56;72;45;76;34;23;67;30" calcMode="linear"
  26. repeatCount="indefinite" />
  27. </rect>
  28. </g>
  29. </svg>