blob: a9024d7b6fda80903116c59299c1cc4fb0c0d745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-zoom-pan" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<desc>Download more icon variants from https://tabler-icons.io/i/zoom-pan</desc>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="3" />
<path d="M17 17l-2.5 -2.5" />
<path d="M10 5l2 -2l2 2" />
<path d="M19 10l2 2l-2 2" />
<path d="M5 10l-2 2l2 2" />
<path d="M10 19l2 2l2 -2" />
</svg>
|