14 lines
670 B
XML
14 lines
670 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#0A6CFF"/>
|
|
<stop offset="100%" style="stop-color:#1FD1C3"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<path d="M120 320c-66 0-120-44-120-104 0-54 42-98 96-102 20-48 68-82 124-82 76 0 140 58 146 132h10c44 0 80 34 80 78s-36 78-80 78H120z"
|
|
fill="url(#grad)"/>
|
|
<rect x="200" y="210" width="30" height="80" fill="#ffffff"/>
|
|
<rect x="240" y="180" width="30" height="110" fill="#ffffff"/>
|
|
<rect x="280" y="150" width="30" height="140" fill="#ffffff"/>
|
|
</svg>
|