1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-16 20:28:28 +01:00

Add icon binoculars (#1155)

This commit is contained in:
Maurici Abad Gutierrez 2024-06-13 21:32:18 +02:00 committed by GitHub
parent d70a4a0b9a
commit 3e00e95c63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!--
tags: [birds, explorer, field glasses, magnifying eye glasses, observe, view, watch]
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="currentColor"
>
<path d="M8.887 6.748c-.163 0-.337.016-.506.057-.172.041-.582.165-.838.562l-.014.02-.607 1.05c-.307.205-.534.46-.693.717l-.014.02-2.572 4.65a4.009 4.009 0 0 0-.274.494l-.006.01A3.99 3.99 0 0 0 3 16a4 4 0 0 0 8 0v-1h2v1a4 4 0 1 0 7.635-1.67l-.004-.012a4.008 4.008 0 0 0-.274-.494l-2.572-4.65-.014-.02a2.337 2.337 0 0 0-.693-.716l-.607-1.051-.014-.02c-.256-.397-.667-.52-.838-.562a2.225 2.225 0 0 0-.664-.051 2.06 2.06 0 0 0-.68.156c-.184.081-.638.327-.754.889l-.007.037-.14 1.1c-.22.283-.374.64-.374 1.064v1h-2v-1c0-.424-.154-.781-.373-1.064l-.14-1.1-.008-.037c-.116-.562-.57-.808-.754-.889a2.06 2.06 0 0 0-.68-.156 2.374 2.374 0 0 0-.158-.006ZM7 14a2 2 0 1 1-1.838 1.209l.19-.342C5.712 14.344 6.316 14 7 14Zm10 0c.684 0 1.288.344 1.648.867l.19.342A2 2 0 1 1 17 14z" />
</svg>

After

Width:  |  Height:  |  Size: 987 B

View File

@ -0,0 +1,22 @@
<!--
tags: [birds, explorer, field glasses, magnifying eye glasses, observe, view, watch]
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="7" cy="16" r="3" />
<circle cx="17" cy="16" r="3" />
<path d="m16.346 9.17-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177 1.38" />
<path d="m19.761 14.813-2.84-5.133C16.732 9.37 16.329 9 15.5 9c-.828 0-1.5.448-1.5 1v6" />
<path d="m7.654 9.17.729-1.261C8.543 7.66 9.439 7.706 9.5 8l.177 1.38" />
<path d="m4.239 14.813 2.84-5.133C7.268 9.37 7.671 9 8.5 9c.828 0 1.5.448 1.5 1v6" />
<rect width="4" height="2" x="10" y="12" />
</svg>

After

Width:  |  Height:  |  Size: 755 B