6 lines
286 B
XML
6 lines
286 B
XML
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="20" cy="20" r="18" stroke="#00D4AA" stroke-width="2"/>
|
|
<path d="M20 8V20L28 28" stroke="#00D4AA" stroke-width="2.5" stroke-linecap="round"/>
|
|
<circle cx="20" cy="20" r="4" fill="#00D4AA"/>
|
|
</svg>
|