binoculars icon
binoculars-linear from Solar by 480 Design · Linear · Devices · CC-BY-4.0 Attribution required.
- Name
- binoculars-linear
- Set
- Solar
- Style
- Linear
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI IconsbinocularsPhosphorbinoculars-fillRemix IconbinocularsTabler Icons
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bolddisplay-bold
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-width="1.5"><path d="M8.73347 2H6.99982C5.49982 2 5.23028 2.77865 4.99982 4C4.76936 5.22135 2.35967 10.5619 1.99982 15C1.84202 16.9462 1.99982 20 1.99982 20C1.99982 21.1046 2.89525 22 3.99982 22H7.99982C9.10439 22 9.99982 21.1046 9.99982 20V4C9.99982 2.89543 9.83804 2 8.73347 2Z"/><path d="M15.2665 2H17.0002C18.5002 2 18.7697 2.77865 19.0002 4C19.2306 5.22135 21.6403 10.5619 22.0002 15C22.158 16.9462 22.0002 20 22.0002 20C22.0002 21.1046 21.1047 22 20.0002 22H16.0002C14.8956 22 14.0002 21.1046 14.0002 20V4C14.0002 2.89543 14.162 2 15.2665 2Z"/><path d="M14 15H10"/><path d="M9.99977 19H1.96045M22.0397 19H13.9943"/><path d="M14 9H10"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBinocularsLinear(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" strokeWidth="1.5"><path d="M8.73347 2H6.99982C5.49982 2 5.23028 2.77865 4.99982 4C4.76936 5.22135 2.35967 10.5619 1.99982 15C1.84202 16.9462 1.99982 20 1.99982 20C1.99982 21.1046 2.89525 22 3.99982 22H7.99982C9.10439 22 9.99982 21.1046 9.99982 20V4C9.99982 2.89543 9.83804 2 8.73347 2Z"/><path d="M15.2665 2H17.0002C18.5002 2 18.7697 2.77865 19.0002 4C19.2306 5.22135 21.6403 10.5619 22.0002 15C22.158 16.9462 22.0002 20 22.0002 20C22.0002 21.1046 21.1047 22 20.0002 22H16.0002C14.8956 22 14.0002 21.1046 14.0002 20V4C14.0002 2.89543 14.162 2 15.2665 2Z"/><path d="M14 15H10"/><path d="M9.99977 19H1.96045M22.0397 19H13.9943"/><path d="M14 9H10"/></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-width="1.5"><path d="M8.73347 2H6.99982C5.49982 2 5.23028 2.77865 4.99982 4C4.76936 5.22135 2.35967 10.5619 1.99982 15C1.84202 16.9462 1.99982 20 1.99982 20C1.99982 21.1046 2.89525 22 3.99982 22H7.99982C9.10439 22 9.99982 21.1046 9.99982 20V4C9.99982 2.89543 9.83804 2 8.73347 2Z"/><path d="M15.2665 2H17.0002C18.5002 2 18.7697 2.77865 19.0002 4C19.2306 5.22135 21.6403 10.5619 22.0002 15C22.158 16.9462 22.0002 20 22.0002 20C22.0002 21.1046 21.1047 22 20.0002 22H16.0002C14.8956 22 14.0002 21.1046 14.0002 20V4C14.0002 2.89543 14.162 2 15.2665 2Z"/><path d="M14 15H10"/><path d="M9.99977 19H1.96045M22.0397 19H13.9943"/><path d="M14 9H10"/></g></svg> </template>
CSS
.icon-binoculars-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.73347%202H6.99982C5.49982%202%205.23028%202.77865%204.99982%204C4.76936%205.22135%202.35967%2010.5619%201.99982%2015C1.84202%2016.9462%201.99982%2020%201.99982%2020C1.99982%2021.1046%202.89525%2022%203.99982%2022H7.99982C9.10439%2022%209.99982%2021.1046%209.99982%2020V4C9.99982%202.89543%209.83804%202%208.73347%202Z%22%2F%3E%3Cpath%20d%3D%22M15.2665%202H17.0002C18.5002%202%2018.7697%202.77865%2019.0002%204C19.2306%205.22135%2021.6403%2010.5619%2022.0002%2015C22.158%2016.9462%2022.0002%2020%2022.0002%2020C22.0002%2021.1046%2021.1047%2022%2020.0002%2022H16.0002C14.8956%2022%2014.0002%2021.1046%2014.0002%2020V4C14.0002%202.89543%2014.162%202%2015.2665%202Z%22%2F%3E%3Cpath%20d%3D%22M14%2015H10%22%2F%3E%3Cpath%20d%3D%22M9.99977%2019H1.96045M22.0397%2019H13.9943%22%2F%3E%3Cpath%20d%3D%22M14%209H10%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.73347%202H6.99982C5.49982%202%205.23028%202.77865%204.99982%204C4.76936%205.22135%202.35967%2010.5619%201.99982%2015C1.84202%2016.9462%201.99982%2020%201.99982%2020C1.99982%2021.1046%202.89525%2022%203.99982%2022H7.99982C9.10439%2022%209.99982%2021.1046%209.99982%2020V4C9.99982%202.89543%209.83804%202%208.73347%202Z%22%2F%3E%3Cpath%20d%3D%22M15.2665%202H17.0002C18.5002%202%2018.7697%202.77865%2019.0002%204C19.2306%205.22135%2021.6403%2010.5619%2022.0002%2015C22.158%2016.9462%2022.0002%2020%2022.0002%2020C22.0002%2021.1046%2021.1047%2022%2020.0002%2022H16.0002C14.8956%2022%2014.0002%2021.1046%2014.0002%2020V4C14.0002%202.89543%2014.162%202%2015.2665%202Z%22%2F%3E%3Cpath%20d%3D%22M14%2015H10%22%2F%3E%3Cpath%20d%3D%22M9.99977%2019H1.96045M22.0397%2019H13.9943%22%2F%3E%3Cpath%20d%3D%22M14%209H10%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/binoculars-linear.svg?color=%231a73e8&size=48