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 11.5,4 A 7.5,6.5 0 0 0 4,10.5 7.5,6.5 0 0 0 11.5,17 7.5,6.5 0 0 0 15,16.230469 V 20 l 3.511719,-7.175781 h -0.02734 A 7.5,6.5 0 0 0 19,10.5 7.5,6.5 0 0 0 11.5,4 Z m 1.171875,3 C 14.509775,7 16,8.567 16,10.5 16,12.433 14.509775,14 12.671875,14 12.446075,13.9999 12.2211,13.975834 12,13.927734 13.551,13.598134 14.999,12.1646 15,10.5 15,8.8396 13.559672,7.407566 12.013672,7.072266 12.230572,7.025066 12.450375,7.001 12.671875,7 Z M 8.53125,8 a 0.5,0.5 0 0 1 0.5,0.5 0.5,0.5 0 0 1 -0.5,0.5 0.5,0.5 0 0 1 -0.5,-0.5 0.5,0.5 0 0 1 0.5,-0.5 z m 2.068359,2 h 1.800782 C 12.732791,10 13,10.223 13,10.5 13,10.777 12.732791,11 12.400391,11 H 10.599609 C 10.267209,11 10,10.777 10,10.5 10,10.223 10.267209,10 10.599609,10 Z m -2.125,2 c 0.0085,-4.32e-4 0.01676,0 0.02539,0 0.2761,0 0.5,0.2239 0.5,0.5 0,0.0994 -0.25,1 -0.25,1 0,0 -0.0733,-0.5 -0.25,-0.5 -0.2761,0 -0.5,-0.2239 -0.5,-0.5 0,-0.267472 0.210375,-0.486606 0.47461,-0.5 z"/>
</svg>
|