1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" 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 12,4 c -4.4114286,0 -8,3.5885714 -8,8 0,4.411429 3.5885714,8 8,8 4.411429,0 8,-3.588571 8,-8 0,-4.4114286 -3.588571,-8 -8,-8 z m 0,2 c 3.32,0 6,2.68 6,6 0,3.32 -2.68,6 -6,6 C 8.6799999,18 6,15.32 6,12 6,8.68 8.6799999,6 12,6 Z m -3,5 a 1,1 0 0 0 -1,1 1,1 0 0 0 1,1 h 6 a 1,1 0 0 0 1,-1 1,1 0 0 0 -1,-1 z"/>
</svg>
|