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,5 C 10.175,6.725 7,8 6,8.25 6,13 8.25,18.25 12,19 15.75,18.25 18,13 18,8.25 17,8 13.825,6.725 12,5 Z m 3,5 1,1 -4,4 -3,-3 1,-1 2,2 z"/>
</svg>
|