binoculars icon
binoculars from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- binoculars
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsPhosphorbinoculars-fillRemix Iconbinoculars-boldSolarbinocularsTabler Icons
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="1.5"><path d="M17.616 19.75a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645m-11.232 0a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645"/><path d="M10.018 16.105V6.16c0-3.004-3.364-2.042-4.17 0c0 0-2.004 6.294-2.933 8.849m7.103-3.519s.681.674 1.982.674s1.982-.674 1.982-.674m-3.964 3.645s.681.674 1.982.674s1.982-.674 1.982-.674m0 .971V6.16c0-3.004 3.364-2.042 4.17 0c0 0 2.004 6.294 2.933 8.849"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiBinoculars(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="1.5"><path d="M17.616 19.75a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645m-11.232 0a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645"/><path d="M10.018 16.105V6.16c0-3.004-3.364-2.042-4.17 0c0 0-2.004 6.294-2.933 8.849m7.103-3.519s.681.674 1.982.674s1.982-.674 1.982-.674m-3.964 3.645s.681.674 1.982.674s1.982-.674 1.982-.674m0 .971V6.16c0-3.004 3.364-2.042 4.17 0c0 0 2.004 6.294 2.933 8.849"/></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="1.5"><path d="M17.616 19.75a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645m-11.232 0a3.64 3.64 0 0 0 3.634-3.645a3.64 3.64 0 0 0-3.634-3.645a3.64 3.64 0 0 0-3.634 3.645a3.64 3.64 0 0 0 3.634 3.645"/><path d="M10.018 16.105V6.16c0-3.004-3.364-2.042-4.17 0c0 0-2.004 6.294-2.933 8.849m7.103-3.519s.681.674 1.982.674s1.982-.674 1.982-.674m-3.964 3.645s.681.674 1.982.674s1.982-.674 1.982-.674m0 .971V6.16c0-3.004 3.364-2.042 4.17 0c0 0 2.004 6.294 2.933 8.849"/></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%221.5%22%3E%3Cpath%20d%3D%22M17.616%2019.75a3.64%203.64%200%200%200%203.634-3.645a3.64%203.64%200%200%200-3.634-3.645a3.64%203.64%200%200%200-3.634%203.645a3.64%203.64%200%200%200%203.634%203.645m-11.232%200a3.64%203.64%200%200%200%203.634-3.645a3.64%203.64%200%200%200-3.634-3.645a3.64%203.64%200%200%200-3.634%203.645a3.64%203.64%200%200%200%203.634%203.645%22%2F%3E%3Cpath%20d%3D%22M10.018%2016.105V6.16c0-3.004-3.364-2.042-4.17%200c0%200-2.004%206.294-2.933%208.849m7.103-3.519s.681.674%201.982.674s1.982-.674%201.982-.674m-3.964%203.645s.681.674%201.982.674s1.982-.674%201.982-.674m0%20.971V6.16c0-3.004%203.364-2.042%204.17%200c0%200%202.004%206.294%202.933%208.849%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%221.5%22%3E%3Cpath%20d%3D%22M17.616%2019.75a3.64%203.64%200%200%200%203.634-3.645a3.64%203.64%200%200%200-3.634-3.645a3.64%203.64%200%200%200-3.634%203.645a3.64%203.64%200%200%200%203.634%203.645m-11.232%200a3.64%203.64%200%200%200%203.634-3.645a3.64%203.64%200%200%200-3.634-3.645a3.64%203.64%200%200%200-3.634%203.645a3.64%203.64%200%200%200%203.634%203.645%22%2F%3E%3Cpath%20d%3D%22M10.018%2016.105V6.16c0-3.004-3.364-2.042-4.17%200c0%200-2.004%206.294-2.933%208.849m7.103-3.519s.681.674%201.982.674s1.982-.674%201.982-.674m-3.964%203.645s.681.674%201.982.674s1.982-.674%201.982-.674m0%20.971V6.16c0-3.004%203.364-2.042%204.17%200c0%200%202.004%206.294%202.933%208.849%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/binoculars.svg?color=%231a73e8&size=48