binoculars icon
binoculars from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- binoculars
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI 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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.855 15.5L18.93 5.607A2.26 2.26 0 0 0 16.76 4c-1.285 0-2.312 1.057-2.258 2.324L15 16m7 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M10 8h4m-5 8h6m-12.855-.5L5.07 5.607A2.26 2.26 0 0 1 7.24 4c1.284 0 2.31 1.057 2.257 2.324L9 16m0 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBinoculars(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M21.855 15.5L18.93 5.607A2.26 2.26 0 0 0 16.76 4c-1.285 0-2.312 1.057-2.258 2.324L15 16m7 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M10 8h4m-5 8h6m-12.855-.5L5.07 5.607A2.26 2.26 0 0 1 7.24 4c1.284 0 2.31 1.057 2.257 2.324L9 16m0 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21.855 15.5L18.93 5.607A2.26 2.26 0 0 0 16.76 4c-1.285 0-2.312 1.057-2.258 2.324L15 16m7 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M10 8h4m-5 8h6m-12.855-.5L5.07 5.607A2.26 2.26 0 0 1 7.24 4c1.284 0 2.31 1.057 2.257 2.324L9 16m0 .5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/></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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.855%2015.5L18.93%205.607A2.26%202.26%200%200%200%2016.76%204c-1.285%200-2.312%201.057-2.258%202.324L15%2016m7%20.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M10%208h4m-5%208h6m-12.855-.5L5.07%205.607A2.26%202.26%200%200%201%207.24%204c1.284%200%202.31%201.057%202.257%202.324L9%2016m0%20.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.855%2015.5L18.93%205.607A2.26%202.26%200%200%200%2016.76%204c-1.285%200-2.312%201.057-2.258%202.324L15%2016m7%20.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M10%208h4m-5%208h6m-12.855-.5L5.07%205.607A2.26%202.26%200%200%201%207.24%204c1.284%200%202.31%201.057%202.257%202.324L9%2016m0%20.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/binoculars.svg?color=%231a73e8&size=48