12 lines
479 B
XML
12 lines
479 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<defs>
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#dbeafe"/>
|
|
<stop offset="100%" stop-color="#bfdbfe"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="128" height="128" rx="44" fill="url(#g)"/>
|
|
<circle cx="64" cy="46" r="22" fill="#fff" fill-opacity="0.94"/>
|
|
<path d="M30 104c6-18 19-28 34-28s28 10 34 28" fill="#fff" fill-opacity="0.94"/>
|
|
</svg>
|