1
2
3
4
5
6
7
8
9
|
<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 7.5,4 C 5.01,4 3,6.02 3,8.5 3,10.99 5.01,13 7.5,13 c 1.9,0 3.6,-1.2 4.24,-3 H 15 v 2 h 3 v -2 h 1 V 7 H 11.74 C 11.1,5.21 9.4,4.01 7.5,4 Z m 0,3 C 8.33,7 9,7.68 9,8.5 9,9.33 8.33,10 7.5,10 6.67,10 6,9.33 6,8.5 6,7.68 6.67,7 7.5,7 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="m 12.24,11.13 c -0.5,0.9 -1.22,1.64 -2.09,2.15 l 1.6,1.59 -1.42,1.41 2.12,2.12 1.42,-1.42 0.7,0.71 2.13,-2.12 z"/>
</svg>
|