7 lines
314 B
XML
7 lines
314 B
XML
|
|
<svg width="150" height="150" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="150" height="150" fill="#e0e0e0"/>
|
||
|
|
<circle cx="75" cy="60" r="25" fill="#999"/>
|
||
|
|
<path d="M 35 110 Q 75 90 115 110" fill="#999"/>
|
||
|
|
<text x="75" y="140" text-anchor="middle" font-size="10" fill="#666">Add your photo</text>
|
||
|
|
</svg>
|