1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 11,5 a 7,6 0 0 0 -7,6 7,6 0 0 0 7,6 7,6 0 0 0 7,-6 7,6 0 0 0 -7,-6 z m 0,2 a 5,4 0 0 1 5,4 5,4 0 0 1 -5,4 5,4 0 0 1 -5,-4 5,4 0 0 1 5,-4 z"/>
</svg>
|