10 lines
470 B
XML
10 lines
470 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" role="img" aria-label="Venn core">
|
|||
|
|
<title>Venn core</title>
|
||
|
|
<!-- Two participants; the filled lens is the memory they hold in common. -->
|
||
|
|
<g fill="none" stroke="currentColor" stroke-width="5" opacity=".5">
|
||
|
|
<circle cx="24" cy="32" r="15"/>
|
||
|
|
<circle cx="40" cy="32" r="15"/>
|
||
|
|
</g>
|
||
|
|
<path d="M32 19.31A15 15 0 0 1 32 44.69 15 15 0 0 1 32 19.31Z" fill="currentColor"/>
|
||
|
|
</svg>
|