Public Access
9 lines
490 B
XML
9 lines
490 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" role="img" aria-label="Visitor sign in">
|
|
<rect width="32" height="32" rx="5" fill="#0b4f4a"/>
|
|
<!-- a visitor badge: clip at the top, portrait below -->
|
|
<rect x="13" y="5" width="6" height="3" rx="1" fill="#8fd6c9"/>
|
|
<rect x="7" y="9" width="18" height="18" rx="2.5" fill="#ffffff"/>
|
|
<circle cx="16" cy="15.5" r="3.1" fill="#0b4f4a"/>
|
|
<path d="M10.4 24.2c0-3.1 2.5-5.2 5.6-5.2s5.6 2.1 5.6 5.2z" fill="#0b4f4a"/>
|
|
</svg>
|