sound_eq.svg 801 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
  3. <defs>
  4. <linearGradient x1="20" y1="100" x2="20" y2="-20" id="Gradient" gradientUnits="userSpaceOnUse">
  5. <stop style="stop-color:#00A117;stop-opacity:1" offset="0.3" />
  6. <stop style="stop-color:#DCB223;stop-opacity:1" offset="0.5" />
  7. <stop style="stop-color:#CA0913;stop-opacity:1" offset="0.8" />
  8. </linearGradient>
  9. </defs>
  10. <g style="fill:url(#Gradient);stroke:#222222;stroke-width:2">
  11. <rect width="10" height="-50" x="90" y="97"/>
  12. <rect width="10" height="-65" x="70" y="97"/>
  13. <rect width="10" height="-80" x="50" y="97"/>
  14. <rect width="10" height="-95" x="30" y="97"/>
  15. <rect width="10" height="-70" x="10" y="97"/>
  16. </g>
  17. </svg>