12 lines
576 B
XML
12 lines
576 B
XML
|
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="personGradient" x1="14" y1="10" x2="52" y2="56" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#60A5FA"/>
|
||
|
|
<stop offset="1" stop-color="#2563EB"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<circle cx="32" cy="32" r="32" fill="url(#personGradient)"/>
|
||
|
|
<circle cx="32" cy="24" r="10" fill="white" fill-opacity="0.94"/>
|
||
|
|
<path d="M18 48C18 40.268 24.268 34 32 34C39.732 34 46 40.268 46 48V50H18V48Z" fill="white" fill-opacity="0.94"/>
|
||
|
|
</svg>
|