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 6.6660156,4 C 5.1860156,4 4,5.1860156 4,6.6660156 V 17.333984 C 4,18.813984 5.1860156,20 6.6660156,20 H 17.333984 C 18.813984,20 20,18.813984 20,17.333984 V 6.6660156 C 20,5.1860156 18.813984,4 17.333984,4 Z M 7.1992188,6 H 16.800781 C 17.460781,6 18,6.5392187 18,7.1992188 V 16.800781 C 18,17.460782 17.460781,18 16.800781,18 H 7.1992188 C 6.5392187,18 6,17.460782 6,16.800781 V 7.1992188 C 6,6.5392187 6.5392187,6 7.1992188,6 Z M 9,11 a 1,1 0 0 0 -1,1 1,1 0 0 0 1,1 h 6 a 1,1 0 0 0 1,-1 1,1 0 0 0 -1,-1 z"/>
</svg>
|