binoculars icon

binoculars from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
binoculars
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Use the binoculars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 16a3 3 0 1 0 6 0a3 3 0 1 0-6 0m10 0a3 3 0 1 0 6 0a3 3 0 1 0-6 0m2.346-6.83l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177 1.38"/><path d="m19.761 14.813l-2.84-5.133C16.732 9.37 16.329 9 15.5 9c-.828 0-1.5.448-1.5 1v6M7.654 9.17l.729-1.261C8.543 7.66 9.439 7.706 9.5 8l.177 1.38"/><path d="m4.239 14.813l2.84-5.133C7.268 9.37 7.671 9 8.5 9c.828 0 1.5.448 1.5 1v6m0-4h4v2h-4z"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerBinoculars(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M4 16a3 3 0 1 0 6 0a3 3 0 1 0-6 0m10 0a3 3 0 1 0 6 0a3 3 0 1 0-6 0m2.346-6.83l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177 1.38"/><path d="m19.761 14.813l-2.84-5.133C16.732 9.37 16.329 9 15.5 9c-.828 0-1.5.448-1.5 1v6M7.654 9.17l.729-1.261C8.543 7.66 9.439 7.706 9.5 8l.177 1.38"/><path d="m4.239 14.813l2.84-5.133C7.268 9.37 7.671 9 8.5 9c.828 0 1.5.448 1.5 1v6m0-4h4v2h-4z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M4 16a3 3 0 1 0 6 0a3 3 0 1 0-6 0m10 0a3 3 0 1 0 6 0a3 3 0 1 0-6 0m2.346-6.83l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177 1.38"/><path d="m19.761 14.813l-2.84-5.133C16.732 9.37 16.329 9 15.5 9c-.828 0-1.5.448-1.5 1v6M7.654 9.17l.729-1.261C8.543 7.66 9.439 7.706 9.5 8l.177 1.38"/><path d="m4.239 14.813l2.84-5.133C7.268 9.37 7.671 9 8.5 9c.828 0 1.5.448 1.5 1v6m0-4h4v2h-4z"/></g></svg>
</template>

CSS

.icon-binoculars {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%2016a3%203%200%201%200%206%200a3%203%200%201%200-6%200m10%200a3%203%200%201%200%206%200a3%203%200%201%200-6%200m2.346-6.83l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177%201.38%22%2F%3E%3Cpath%20d%3D%22m19.761%2014.813l-2.84-5.133C16.732%209.37%2016.329%209%2015.5%209c-.828%200-1.5.448-1.5%201v6M7.654%209.17l.729-1.261C8.543%207.66%209.439%207.706%209.5%208l.177%201.38%22%2F%3E%3Cpath%20d%3D%22m4.239%2014.813l2.84-5.133C7.268%209.37%207.671%209%208.5%209c.828%200%201.5.448%201.5%201v6m0-4h4v2h-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%2016a3%203%200%201%200%206%200a3%203%200%201%200-6%200m10%200a3%203%200%201%200%206%200a3%203%200%201%200-6%200m2.346-6.83l-.729-1.261c-.16-.248-1.056-.203-1.117.091l-.177%201.38%22%2F%3E%3Cpath%20d%3D%22m19.761%2014.813l-2.84-5.133C16.732%209.37%2016.329%209%2015.5%209c-.828%200-1.5.448-1.5%201v6M7.654%209.17l.729-1.261C8.543%207.66%209.439%207.706%209.5%208l.177%201.38%22%2F%3E%3Cpath%20d%3D%22m4.239%2014.813l2.84-5.133C7.268%209.37%207.671%209%208.5%209c.828%200%201.5.448%201.5%201v6m0-4h4v2h-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/binoculars.svg?color=%231a73e8&size=48