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 C 7.6862915,5 5,6.3431458 5,8 c 0,1.656854 2.6862915,3 6,3 3.313708,0 6,-1.343146 6,-3 C 17,6.3431458 14.313708,5 11,5 Z M 5.8046875,10.5 C 5.277784,10.956017 5.0002554,11.473352 5,12 c 8.346e-4,1.486805 2.1795592,2.749003 5.121094,2.966797 0.258579,-1.218608 0.962747,-2.2968 1.974609,-3.023438 C 11.734715,11.978998 11.367935,11.997959 11,12 8.8567065,11.99985 6.8763342,11.428073 5.8046875,10.5 Z M 15,12 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 3.453125,-2 H 15 a 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 2,2 0 0 1 1.414062,0.585938 L 15,16 h 4 v -4 l -1.171875,1.171875 A 4,4 0 0 0 15,12 Z M 5.8105469,14.496094 C 5.2802683,14.952973 5.0006627,15.47176 5,16 c 0,1.656854 2.6862915,3 6,3 h 0.01563 C 10.360934,18.136479 10.004503,17.083636 10,16 10.0012,15.98437 10.0025,15.96874 10.0039,15.95313 8.2418883,15.803922 6.7046048,15.269782 5.8105469,14.496094 Z"/>
</svg>
|