binoculars icon

binoculars-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
binoculars-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" fill-rule="evenodd" d="M164 64c-21.289 0-37.183 6.758-49.083 18.831c-11.071 11.233-17.546 26.036-22.792 39.275L23.283 305.692a155 155 0 0 0-2.314 6.324q-.374 1.029-.602 2.068A104 104 0 0 0 16 344c0 57.438 46.562 104 104 104s104-46.562 104-104v-60.461l.04-.01l63.96.01V344c0 57.438 46.562 104 104 104s104-46.562 104-104c0-10.399-1.526-20.441-4.367-29.915c-.325-1.085-2.915-8.392-2.915-8.392l-68.207-181.915l-.636-1.672c-5.246-13.239-11.72-28.042-22.792-39.275C385.183 70.758 369.289 64 348 64c-18.436 0-33.934 7.239-44.611 19.607C292.943 95.707 288 111.638 288 128v34.809h-64V128c0-16.362-4.943-32.293-15.389-44.393C197.934 71.239 182.436 64 164 64M56 344c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64m272 0c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function IonBinocularsSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fillRule="evenodd" d="M164 64c-21.289 0-37.183 6.758-49.083 18.831c-11.071 11.233-17.546 26.036-22.792 39.275L23.283 305.692a155 155 0 0 0-2.314 6.324q-.374 1.029-.602 2.068A104 104 0 0 0 16 344c0 57.438 46.562 104 104 104s104-46.562 104-104v-60.461l.04-.01l63.96.01V344c0 57.438 46.562 104 104 104s104-46.562 104-104c0-10.399-1.526-20.441-4.367-29.915c-.325-1.085-2.915-8.392-2.915-8.392l-68.207-181.915l-.636-1.672c-5.246-13.239-11.72-28.042-22.792-39.275C385.183 70.758 369.289 64 348 64c-18.436 0-33.934 7.239-44.611 19.607C292.943 95.707 288 111.638 288 128v34.809h-64V128c0-16.362-4.943-32.293-15.389-44.393C197.934 71.239 182.436 64 164 64M56 344c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64m272 0c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" fill-rule="evenodd" d="M164 64c-21.289 0-37.183 6.758-49.083 18.831c-11.071 11.233-17.546 26.036-22.792 39.275L23.283 305.692a155 155 0 0 0-2.314 6.324q-.374 1.029-.602 2.068A104 104 0 0 0 16 344c0 57.438 46.562 104 104 104s104-46.562 104-104v-60.461l.04-.01l63.96.01V344c0 57.438 46.562 104 104 104s104-46.562 104-104c0-10.399-1.526-20.441-4.367-29.915c-.325-1.085-2.915-8.392-2.915-8.392l-68.207-181.915l-.636-1.672c-5.246-13.239-11.72-28.042-22.792-39.275C385.183 70.758 369.289 64 348 64c-18.436 0-33.934 7.239-44.611 19.607C292.943 95.707 288 111.638 288 128v34.809h-64V128c0-16.362-4.943-32.293-15.389-44.393C197.934 71.239 182.436 64 164 64M56 344c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64m272 0c0-35.346 28.654-64 64-64s64 28.654 64 64s-28.654 64-64 64s-64-28.654-64-64" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-binoculars-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M164%2064c-21.289%200-37.183%206.758-49.083%2018.831c-11.071%2011.233-17.546%2026.036-22.792%2039.275L23.283%20305.692a155%20155%200%200%200-2.314%206.324q-.374%201.029-.602%202.068A104%20104%200%200%200%2016%20344c0%2057.438%2046.562%20104%20104%20104s104-46.562%20104-104v-60.461l.04-.01l63.96.01V344c0%2057.438%2046.562%20104%20104%20104s104-46.562%20104-104c0-10.399-1.526-20.441-4.367-29.915c-.325-1.085-2.915-8.392-2.915-8.392l-68.207-181.915l-.636-1.672c-5.246-13.239-11.72-28.042-22.792-39.275C385.183%2070.758%20369.289%2064%20348%2064c-18.436%200-33.934%207.239-44.611%2019.607C292.943%2095.707%20288%20111.638%20288%20128v34.809h-64V128c0-16.362-4.943-32.293-15.389-44.393C197.934%2071.239%20182.436%2064%20164%2064M56%20344c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064s-28.654%2064-64%2064s-64-28.654-64-64m272%200c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064s-28.654%2064-64%2064s-64-28.654-64-64%22%20clip-rule%3D%22evenodd%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M164%2064c-21.289%200-37.183%206.758-49.083%2018.831c-11.071%2011.233-17.546%2026.036-22.792%2039.275L23.283%20305.692a155%20155%200%200%200-2.314%206.324q-.374%201.029-.602%202.068A104%20104%200%200%200%2016%20344c0%2057.438%2046.562%20104%20104%20104s104-46.562%20104-104v-60.461l.04-.01l63.96.01V344c0%2057.438%2046.562%20104%20104%20104s104-46.562%20104-104c0-10.399-1.526-20.441-4.367-29.915c-.325-1.085-2.915-8.392-2.915-8.392l-68.207-181.915l-.636-1.672c-5.246-13.239-11.72-28.042-22.792-39.275C385.183%2070.758%20369.289%2064%20348%2064c-18.436%200-33.934%207.239-44.611%2019.607C292.943%2095.707%20288%20111.638%20288%20128v34.809h-64V128c0-16.362-4.943-32.293-15.389-44.393C197.934%2071.239%20182.436%2064%20164%2064M56%20344c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064s-28.654%2064-64%2064s-64-28.654-64-64m272%200c0-35.346%2028.654-64%2064-64s64%2028.654%2064%2064s-28.654%2064-64%2064s-64-28.654-64-64%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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