19 lines
1005 B
XML
19 lines
1005 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" role="img" aria-labelledby="title description">
|
|
<title id="title">Example profile portrait</title>
|
|
<desc id="description">Illustrated portrait of a person on a blue background.</desc>
|
|
<defs>
|
|
<linearGradient id="background" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#0ea5e9"/>
|
|
<stop offset="1" stop-color="#2563eb"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="160" height="160" rx="28" fill="url(#background)"/>
|
|
<circle cx="80" cy="62" r="31" fill="#fed7aa"/>
|
|
<path d="M49 61c2-28 16-42 34-42 22 0 34 18 31 45-10-5-19-14-24-24-9 13-23 21-41 21Z" fill="#312e81"/>
|
|
<circle cx="69" cy="64" r="3" fill="#1f2937"/>
|
|
<circle cx="93" cy="64" r="3" fill="#1f2937"/>
|
|
<path d="M70 78c7 6 14 6 21 0" fill="none" stroke="#9a3412" stroke-width="3" stroke-linecap="round"/>
|
|
<path d="M28 160c3-39 22-59 52-59s49 20 52 59Z" fill="#e0f2fe"/>
|
|
<path d="m61 104 19 23 20-23 11 56H49Z" fill="#ffffff"/>
|
|
</svg>
|