binoculars icon
binoculars from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- binoculars
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI IconsbinocularsPhosphorbinoculars-fillRemix Iconbinoculars-boldSolarbinocularsTabler Icons
More tools icons from Carbon
Use the binoculars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8V5a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v2h-4v-2a2 2 0 0 0-2-2V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v12a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 14 22v-2h4v2a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 30 22V10a2 2 0 0 0-2-2M11 26H5v-2h6Zm1-4H4V10h2V6h4v4h2Zm2-4v-4h4v4Zm13 8h-6v-2h6Zm1-4h-8V10h2V6h4v4h2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBinoculars(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8V5a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v2h-4v-2a2 2 0 0 0-2-2V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v12a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 14 22v-2h4v2a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 30 22V10a2 2 0 0 0-2-2M11 26H5v-2h6Zm1-4H4V10h2V6h4v4h2Zm2-4v-4h4v4Zm13 8h-6v-2h6Zm1-4h-8V10h2V6h4v4h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8V5a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v2h-4v-2a2 2 0 0 0-2-2V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3a2 2 0 0 0-2 2v12a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 14 22v-2h4v2a2 2 0 0 0 1 1.72V27a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-3.28A2 2 0 0 0 30 22V10a2 2 0 0 0-2-2M11 26H5v-2h6Zm1-4H4V10h2V6h4v4h2Zm2-4v-4h4v4Zm13 8h-6v-2h6Zm1-4h-8V10h2V6h4v4h2Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208V5a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201v3a2%202%200%200%200-2%202v2h-4v-2a2%202%200%200%200-2-2V5a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v3a2%202%200%200%200-2%202v12a2%202%200%200%200%201%201.72V27a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-3.28A2%202%200%200%200%2014%2022v-2h4v2a2%202%200%200%200%201%201.72V27a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-3.28A2%202%200%200%200%2030%2022V10a2%202%200%200%200-2-2M11%2026H5v-2h6Zm1-4H4V10h2V6h4v4h2Zm2-4v-4h4v4Zm13%208h-6v-2h6Zm1-4h-8V10h2V6h4v4h2Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208V5a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201v3a2%202%200%200%200-2%202v2h-4v-2a2%202%200%200%200-2-2V5a1%201%200%200%200-1-1H5a1%201%200%200%200-1%201v3a2%202%200%200%200-2%202v12a2%202%200%200%200%201%201.72V27a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-3.28A2%202%200%200%200%2014%2022v-2h4v2a2%202%200%200%200%201%201.72V27a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1v-3.28A2%202%200%200%200%2030%2022V10a2%202%200%200%200-2-2M11%2026H5v-2h6Zm1-4H4V10h2V6h4v4h2Zm2-4v-4h4v4Zm13%208h-6v-2h6Zm1-4h-8V10h2V6h4v4h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/binoculars.svg?color=%231a73e8&size=48