binoculars-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
binoculars-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI 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"><path fill="currentColor" d="M20.498 16.106c0-1.6-1.292-2.894-2.882-2.894a2.887 2.887 0 0 0-2.867 2.597l-.015.297l.015.295a2.887 2.887 0 0 0 2.867 2.597a2.887 2.887 0 0 0 2.882-2.893m-7.268-3.374a4.2 4.2 0 0 1-1.23.183c-.475 0-.886-.076-1.23-.183v2.016q.041.025.09.052c.244.123.624.257 1.14.257s.896-.134 1.14-.257q.049-.027.09-.052zm-9.728 3.374c0 1.6 1.292 2.892 2.882 2.892a2.887 2.887 0 0 0 2.882-2.893c0-1.6-1.293-2.893-2.882-2.893a2.89 2.89 0 0 0-2.882 2.893m7.268-5.003q.041.027.09.052c.244.123.624.256 1.14.256s.896-.133 1.14-.256q.049-.026.09-.051V6.158c0-.884.25-1.62.783-2.108s1.221-.608 1.847-.529c1.133.145 2.326.968 2.888 2.125l.104.237l.017.048l.006.017l.017.054l.065.203a597 597 0 0 0 1.028 3.188c.59 1.811 1.284 3.902 1.745 5.186l.01.026l.051.146l.023.073l.005.028a4.39 4.39 0 0 1-4.203 5.65a4.39 4.39 0 0 1-4.377-4.127c-.346.108-.76.185-1.239.185s-.894-.077-1.24-.185a4.39 4.39 0 0 1-4.376 4.127a4.39 4.39 0 0 1-4.203-5.65a1 1 0 0 1 .028-.101l.05-.146l.01-.026c.462-1.284 1.155-3.375 1.746-5.186a598 598 0 0 0 1.028-3.188l.065-.203l.017-.054l.004-.012l.018-.053c.506-1.28 1.784-2.207 2.993-2.362c.626-.08 1.314.04 1.847.529c.533.487.783 1.224.783 2.108z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBinocularsSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.498 16.106c0-1.6-1.292-2.894-2.882-2.894a2.887 2.887 0 0 0-2.867 2.597l-.015.297l.015.295a2.887 2.887 0 0 0 2.867 2.597a2.887 2.887 0 0 0 2.882-2.893m-7.268-3.374a4.2 4.2 0 0 1-1.23.183c-.475 0-.886-.076-1.23-.183v2.016q.041.025.09.052c.244.123.624.257 1.14.257s.896-.134 1.14-.257q.049-.027.09-.052zm-9.728 3.374c0 1.6 1.292 2.892 2.882 2.892a2.887 2.887 0 0 0 2.882-2.893c0-1.6-1.293-2.893-2.882-2.893a2.89 2.89 0 0 0-2.882 2.893m7.268-5.003q.041.027.09.052c.244.123.624.256 1.14.256s.896-.133 1.14-.256q.049-.026.09-.051V6.158c0-.884.25-1.62.783-2.108s1.221-.608 1.847-.529c1.133.145 2.326.968 2.888 2.125l.104.237l.017.048l.006.017l.017.054l.065.203a597 597 0 0 0 1.028 3.188c.59 1.811 1.284 3.902 1.745 5.186l.01.026l.051.146l.023.073l.005.028a4.39 4.39 0 0 1-4.203 5.65a4.39 4.39 0 0 1-4.377-4.127c-.346.108-.76.185-1.239.185s-.894-.077-1.24-.185a4.39 4.39 0 0 1-4.376 4.127a4.39 4.39 0 0 1-4.203-5.65a1 1 0 0 1 .028-.101l.05-.146l.01-.026c.462-1.284 1.155-3.375 1.746-5.186a598 598 0 0 0 1.028-3.188l.065-.203l.017-.054l.004-.012l.018-.053c.506-1.28 1.784-2.207 2.993-2.362c.626-.08 1.314.04 1.847.529c.533.487.783 1.224.783 2.108z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.498 16.106c0-1.6-1.292-2.894-2.882-2.894a2.887 2.887 0 0 0-2.867 2.597l-.015.297l.015.295a2.887 2.887 0 0 0 2.867 2.597a2.887 2.887 0 0 0 2.882-2.893m-7.268-3.374a4.2 4.2 0 0 1-1.23.183c-.475 0-.886-.076-1.23-.183v2.016q.041.025.09.052c.244.123.624.257 1.14.257s.896-.134 1.14-.257q.049-.027.09-.052zm-9.728 3.374c0 1.6 1.292 2.892 2.882 2.892a2.887 2.887 0 0 0 2.882-2.893c0-1.6-1.293-2.893-2.882-2.893a2.89 2.89 0 0 0-2.882 2.893m7.268-5.003q.041.027.09.052c.244.123.624.256 1.14.256s.896-.133 1.14-.256q.049-.026.09-.051V6.158c0-.884.25-1.62.783-2.108s1.221-.608 1.847-.529c1.133.145 2.326.968 2.888 2.125l.104.237l.017.048l.006.017l.017.054l.065.203a597 597 0 0 0 1.028 3.188c.59 1.811 1.284 3.902 1.745 5.186l.01.026l.051.146l.023.073l.005.028a4.39 4.39 0 0 1-4.203 5.65a4.39 4.39 0 0 1-4.377-4.127c-.346.108-.76.185-1.239.185s-.894-.077-1.24-.185a4.39 4.39 0 0 1-4.376 4.127a4.39 4.39 0 0 1-4.203-5.65a1 1 0 0 1 .028-.101l.05-.146l.01-.026c.462-1.284 1.155-3.375 1.746-5.186a598 598 0 0 0 1.028-3.188l.065-.203l.017-.054l.004-.012l.018-.053c.506-1.28 1.784-2.207 2.993-2.362c.626-.08 1.314.04 1.847.529c.533.487.783 1.224.783 2.108z"/></svg>
</template>

CSS

.icon-binoculars-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%2016.106c0-1.6-1.292-2.894-2.882-2.894a2.887%202.887%200%200%200-2.867%202.597l-.015.297l.015.295a2.887%202.887%200%200%200%202.867%202.597a2.887%202.887%200%200%200%202.882-2.893m-7.268-3.374a4.2%204.2%200%200%201-1.23.183c-.475%200-.886-.076-1.23-.183v2.016q.041.025.09.052c.244.123.624.257%201.14.257s.896-.134%201.14-.257q.049-.027.09-.052zm-9.728%203.374c0%201.6%201.292%202.892%202.882%202.892a2.887%202.887%200%200%200%202.882-2.893c0-1.6-1.293-2.893-2.882-2.893a2.89%202.89%200%200%200-2.882%202.893m7.268-5.003q.041.027.09.052c.244.123.624.256%201.14.256s.896-.133%201.14-.256q.049-.026.09-.051V6.158c0-.884.25-1.62.783-2.108s1.221-.608%201.847-.529c1.133.145%202.326.968%202.888%202.125l.104.237l.017.048l.006.017l.017.054l.065.203a597%20597%200%200%200%201.028%203.188c.59%201.811%201.284%203.902%201.745%205.186l.01.026l.051.146l.023.073l.005.028a4.39%204.39%200%200%201-4.203%205.65a4.39%204.39%200%200%201-4.377-4.127c-.346.108-.76.185-1.239.185s-.894-.077-1.24-.185a4.39%204.39%200%200%201-4.376%204.127a4.39%204.39%200%200%201-4.203-5.65a1%201%200%200%201%20.028-.101l.05-.146l.01-.026c.462-1.284%201.155-3.375%201.746-5.186a598%20598%200%200%200%201.028-3.188l.065-.203l.017-.054l.004-.012l.018-.053c.506-1.28%201.784-2.207%202.993-2.362c.626-.08%201.314.04%201.847.529c.533.487.783%201.224.783%202.108z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.498%2016.106c0-1.6-1.292-2.894-2.882-2.894a2.887%202.887%200%200%200-2.867%202.597l-.015.297l.015.295a2.887%202.887%200%200%200%202.867%202.597a2.887%202.887%200%200%200%202.882-2.893m-7.268-3.374a4.2%204.2%200%200%201-1.23.183c-.475%200-.886-.076-1.23-.183v2.016q.041.025.09.052c.244.123.624.257%201.14.257s.896-.134%201.14-.257q.049-.027.09-.052zm-9.728%203.374c0%201.6%201.292%202.892%202.882%202.892a2.887%202.887%200%200%200%202.882-2.893c0-1.6-1.293-2.893-2.882-2.893a2.89%202.89%200%200%200-2.882%202.893m7.268-5.003q.041.027.09.052c.244.123.624.256%201.14.256s.896-.133%201.14-.256q.049-.026.09-.051V6.158c0-.884.25-1.62.783-2.108s1.221-.608%201.847-.529c1.133.145%202.326.968%202.888%202.125l.104.237l.017.048l.006.017l.017.054l.065.203a597%20597%200%200%200%201.028%203.188c.59%201.811%201.284%203.902%201.745%205.186l.01.026l.051.146l.023.073l.005.028a4.39%204.39%200%200%201-4.203%205.65a4.39%204.39%200%200%201-4.377-4.127c-.346.108-.76.185-1.239.185s-.894-.077-1.24-.185a4.39%204.39%200%200%201-4.376%204.127a4.39%204.39%200%200%201-4.203-5.65a1%201%200%200%201%20.028-.101l.05-.146l.01-.026c.462-1.284%201.155-3.375%201.746-5.186a598%20598%200%200%200%201.028-3.188l.065-.203l.017-.054l.004-.012l.018-.053c.506-1.28%201.784-2.207%202.993-2.362c.626-.08%201.314.04%201.847.529c.533.487.783%201.224.783%202.108z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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