16 lines
580 B
XML
16 lines
580 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<rect width="32" height="32" rx="8" fill="url(#a)"/>
|
|
<g fill="white" opacity=".95">
|
|
<circle cx="16" cy="14" r="2.5"/>
|
|
<circle cx="10" cy="20" r="2"/>
|
|
<circle cx="22" cy="20" r="2"/>
|
|
<circle cx="16" cy="22" r="1.5"/>
|
|
</g>
|
|
<defs>
|
|
<linearGradient id="a" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#b45309"/>
|
|
<stop offset=".5" stop-color="#d97706"/>
|
|
<stop offset="1" stop-color="#f59e0b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg> |