blob: 4872d435c8614d8e6c3ca32a02d7771f9746953d (
plain) (
blame)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
<circle cx="12" cy="12" r="10" stroke="#003366" stroke-width="2" />
<circle cx="12" cy="12" r="7" stroke="#003366" stroke-width="1.6" />
<circle cx="12" cy="12" r="4" stroke="#003366" stroke-width="1.6" />
<circle cx="12" cy="12" r="1.6" fill="#003366" />
</svg>
|