11 lines
475 B
XML
11 lines
475 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="Anchor">
|
|||
|
|
<title>Anchor</title>
|
||
|
|
<!-- One fixed point that separate agents reference from wherever they are. -->
|
||
|
|
<g fill="none" stroke="currentColor" stroke-width="6" stroke-linecap="round" opacity=".6">
|
||
|
|
<path d="M32 8V20"/>
|
||
|
|
<path d="M11.2 44L21.6 38"/>
|
||
|
|
<path d="M52.8 44L42.4 38"/>
|
||
|
|
</g>
|
||
|
|
<circle cx="32" cy="32" r="8.5" fill="currentColor"/>
|
||
|
|
</svg>
|