binoculars icon
binoculars from Font Awesome 6 Solid by Dave Gandy · Regular · Camping · CC-BY-4.0 Attribution required.
- Name
- binoculars
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Camping
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI IconsbinocularsPhosphorbinoculars-fillRemix Iconbinoculars-boldSolarbinocularsTabler Icons
More camping icons from Font Awesome 6 Solid
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" d="M128 32h32c17.7 0 32 14.3 32 32v32H96V64c0-17.7 14.3-32 32-32m64 96v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216l7.5-60c2-16 15.6-28 31.8-28h99.8zm227.8 0c16.1 0 29.8 12 31.8 28l7.4 60c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h-96zm-32 64v160h-64V128z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBinoculars(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" d="M128 32h32c17.7 0 32 14.3 32 32v32H96V64c0-17.7 14.3-32 32-32m64 96v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216l7.5-60c2-16 15.6-28 31.8-28h99.8zm227.8 0c16.1 0 29.8 12 31.8 28l7.4 60c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h-96zm-32 64v160h-64V128z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M128 32h32c17.7 0 32 14.3 32 32v32H96V64c0-17.7 14.3-32 32-32m64 96v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32v-59.1c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216l7.5-60c2-16 15.6-28 31.8-28h99.8zm227.8 0c16.1 0 29.8 12 31.8 28l7.4 60c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32v32h-96zm-32 64v160h-64V128z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2032h32c17.7%200%2032%2014.3%2032%2032v32H96V64c0-17.7%2014.3-32%2032-32m64%2096v320c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-59.1c0-34.6%209.4-68.6%2027.2-98.3C40.9%20267.8%2049.7%20242.4%2053%20216l7.5-60c2-16%2015.6-28%2031.8-28h99.8zm227.8%200c16.1%200%2029.8%2012%2031.8%2028l7.4%2060c3.3%2026.4%2012.1%2051.8%2025.8%2074.6c17.8%2029.7%2027.2%2063.7%2027.2%2098.3V448c0%2017.7-14.3%2032-32%2032H352c-17.7%200-32-14.3-32-32V128zM320%2064c0-17.7%2014.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032v32h-96zm-32%2064v160h-64V128z%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%20d%3D%22M128%2032h32c17.7%200%2032%2014.3%2032%2032v32H96V64c0-17.7%2014.3-32%2032-32m64%2096v320c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32v-59.1c0-34.6%209.4-68.6%2027.2-98.3C40.9%20267.8%2049.7%20242.4%2053%20216l7.5-60c2-16%2015.6-28%2031.8-28h99.8zm227.8%200c16.1%200%2029.8%2012%2031.8%2028l7.4%2060c3.3%2026.4%2012.1%2051.8%2025.8%2074.6c17.8%2029.7%2027.2%2063.7%2027.2%2098.3V448c0%2017.7-14.3%2032-32%2032H352c-17.7%200-32-14.3-32-32V128zM320%2064c0-17.7%2014.3-32%2032-32h32c17.7%200%2032%2014.3%2032%2032v32h-96zm-32%2064v160h-64V128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/binoculars.svg?color=%231a73e8&size=48