Files
English-Course-10/assets/ui/icon_speak.svg

11 lines
648 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="micGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#fa709a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fee140;stop-opacity:1" />
</linearGradient>
</defs>
<path d="M20 30 Q20 10 50 10 Q80 10 80 30 V50 Q80 70 50 70 Q35 70 20 85 V70 Q20 70 20 70 Q10 70 10 50 Z" fill="url(#micGrad)" stroke="#333" stroke-width="2"/>
<rect x="45" y="25" width="10" height="25" rx="5" fill="#fff"/>
<line x1="40" y1="50" x2="60" y2="50" stroke="#fff" stroke-width="2"/>
</svg>