1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="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 8.8995789,4 8.1791235,6.4508372 8.0371094,9.496094 6.7893308,10.594034 6,12.199674 6,14 c 0,3.324 2.676,6 6,6 3.324,0 6,-2.676 6,-6 C 18,12.199674 17.210669,10.594034 15.962891,9.496094 15.820772,6.4507208 15.100324,4 12,4 Z m 0,2 c 1.052645,0 1.626556,0.6497587 1.865234,2.296875 C 13.278028,8.105994 12.652482,8 12,8 11.347518,8 10.721972,8.105994 10.134766,8.296875 10.373432,6.6497398 10.94735,6 12,6 Z m 0,4 c 2.216,0 4,1.784 4,4 0,2.216 -1.784,4 -4,4 -2.216,0 -4,-1.784 -4,-4 0,-2.216 1.784,-4 4,-4 z m 2.474609,1.525391 -1.060546,0.353515 -0.732422,0.242188 a 2,2 0 0 0 -2.095703,0.464844 2,2 0 0 0 0,2.828124 2,2 0 0 0 2.828125,0 2,2 0 0 0 0.464843,-2.095703 l 0.242188,-0.732421 z"/>
</svg>
|