7 lines
410 B
XML
7 lines
410 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="Knot">
|
|||
|
|
<title>Knot</title>
|
||
|
|
<!-- One continuous thread with no start and no end; it persists past any session. -->
|
||
|
|
<path d="M32 32C38 20 50 20 50 32 50 44 38 44 32 32 26 20 14 20 14 32 14 44 26 44 32 32Z"
|
||
|
|
fill="none" stroke="currentColor" stroke-width="6.5" stroke-linejoin="round"/>
|
||
|
|
</svg>
|