binoculars icon
binoculars from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- binoculars
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- binoculars-solid
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI IconsbinocularsPhosphorbinoculars-fillRemix Iconbinoculars-boldSolarbinocularsTabler Icons
More objects icons from Line Awesome
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="M11 5C9.031 5 7.46 6.441 7.125 8.313c-1.89.476-3.531 1.707-4.25 3.656h-.031L.719 17.938A6.96 6.96 0 0 0 0 21c0 3.855 3.145 7 7 7c3.473 0 6.367-2.55 6.906-5.875A2.98 2.98 0 0 0 16 23c.813 0 1.55-.34 2.094-.875C18.633 25.449 21.527 28 25 28c3.855 0 7-3.145 7-7c0-.973-.2-1.906-.563-2.75l-2.28-6.375l-.032-.031v-.031c-.73-1.774-2.348-3.012-4.25-3.5C24.539 6.44 22.969 5 21 5c-1.855 0-3.363 1.285-3.813 3h-2.375C14.364 6.285 12.855 5 11 5m0 2c1.191 0 2 .809 2 2v1h6V9c0-1.191.809-2 2-2s2 .809 2 2v.906l.906.094c1.485.156 2.766 1.191 3.344 2.531c.008.02.023.043.031.063l.75 2.125A6.94 6.94 0 0 0 25 14c-2.926 0-5.426 1.816-6.469 4.375A3.01 3.01 0 0 0 16 17c-1.05 0-1.996.543-2.531 1.375C12.426 15.816 9.926 14 7 14c-1.07 0-2.09.254-3 .688l.75-2.032v-.031C5.332 11.078 6.559 10.16 8.094 10L9 9.906V9c0-1.191.809-2 2-2m-4 9c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5c0-.707.176-1.36.438-1.969c.015-.039.015-.086.03-.125A4.98 4.98 0 0 1 7 16m18 0c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-9 3c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function LaBinoculars(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="M11 5C9.031 5 7.46 6.441 7.125 8.313c-1.89.476-3.531 1.707-4.25 3.656h-.031L.719 17.938A6.96 6.96 0 0 0 0 21c0 3.855 3.145 7 7 7c3.473 0 6.367-2.55 6.906-5.875A2.98 2.98 0 0 0 16 23c.813 0 1.55-.34 2.094-.875C18.633 25.449 21.527 28 25 28c3.855 0 7-3.145 7-7c0-.973-.2-1.906-.563-2.75l-2.28-6.375l-.032-.031v-.031c-.73-1.774-2.348-3.012-4.25-3.5C24.539 6.44 22.969 5 21 5c-1.855 0-3.363 1.285-3.813 3h-2.375C14.364 6.285 12.855 5 11 5m0 2c1.191 0 2 .809 2 2v1h6V9c0-1.191.809-2 2-2s2 .809 2 2v.906l.906.094c1.485.156 2.766 1.191 3.344 2.531c.008.02.023.043.031.063l.75 2.125A6.94 6.94 0 0 0 25 14c-2.926 0-5.426 1.816-6.469 4.375A3.01 3.01 0 0 0 16 17c-1.05 0-1.996.543-2.531 1.375C12.426 15.816 9.926 14 7 14c-1.07 0-2.09.254-3 .688l.75-2.032v-.031C5.332 11.078 6.559 10.16 8.094 10L9 9.906V9c0-1.191.809-2 2-2m-4 9c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5c0-.707.176-1.36.438-1.969c.015-.039.015-.086.03-.125A4.98 4.98 0 0 1 7 16m18 0c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-9 3c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 5C9.031 5 7.46 6.441 7.125 8.313c-1.89.476-3.531 1.707-4.25 3.656h-.031L.719 17.938A6.96 6.96 0 0 0 0 21c0 3.855 3.145 7 7 7c3.473 0 6.367-2.55 6.906-5.875A2.98 2.98 0 0 0 16 23c.813 0 1.55-.34 2.094-.875C18.633 25.449 21.527 28 25 28c3.855 0 7-3.145 7-7c0-.973-.2-1.906-.563-2.75l-2.28-6.375l-.032-.031v-.031c-.73-1.774-2.348-3.012-4.25-3.5C24.539 6.44 22.969 5 21 5c-1.855 0-3.363 1.285-3.813 3h-2.375C14.364 6.285 12.855 5 11 5m0 2c1.191 0 2 .809 2 2v1h6V9c0-1.191.809-2 2-2s2 .809 2 2v.906l.906.094c1.485.156 2.766 1.191 3.344 2.531c.008.02.023.043.031.063l.75 2.125A6.94 6.94 0 0 0 25 14c-2.926 0-5.426 1.816-6.469 4.375A3.01 3.01 0 0 0 16 17c-1.05 0-1.996.543-2.531 1.375C12.426 15.816 9.926 14 7 14c-1.07 0-2.09.254-3 .688l.75-2.032v-.031C5.332 11.078 6.559 10.16 8.094 10L9 9.906V9c0-1.191.809-2 2-2m-4 9c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5c0-.707.176-1.36.438-1.969c.015-.039.015-.086.03-.125A4.98 4.98 0 0 1 7 16m18 0c2.773 0 5 2.227 5 5s-2.227 5-5 5s-5-2.227-5-5s2.227-5 5-5m-9 3c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1"/></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%22M11%205C9.031%205%207.46%206.441%207.125%208.313c-1.89.476-3.531%201.707-4.25%203.656h-.031L.719%2017.938A6.96%206.96%200%200%200%200%2021c0%203.855%203.145%207%207%207c3.473%200%206.367-2.55%206.906-5.875A2.98%202.98%200%200%200%2016%2023c.813%200%201.55-.34%202.094-.875C18.633%2025.449%2021.527%2028%2025%2028c3.855%200%207-3.145%207-7c0-.973-.2-1.906-.563-2.75l-2.28-6.375l-.032-.031v-.031c-.73-1.774-2.348-3.012-4.25-3.5C24.539%206.44%2022.969%205%2021%205c-1.855%200-3.363%201.285-3.813%203h-2.375C14.364%206.285%2012.855%205%2011%205m0%202c1.191%200%202%20.809%202%202v1h6V9c0-1.191.809-2%202-2s2%20.809%202%202v.906l.906.094c1.485.156%202.766%201.191%203.344%202.531c.008.02.023.043.031.063l.75%202.125A6.94%206.94%200%200%200%2025%2014c-2.926%200-5.426%201.816-6.469%204.375A3.01%203.01%200%200%200%2016%2017c-1.05%200-1.996.543-2.531%201.375C12.426%2015.816%209.926%2014%207%2014c-1.07%200-2.09.254-3%20.688l.75-2.032v-.031C5.332%2011.078%206.559%2010.16%208.094%2010L9%209.906V9c0-1.191.809-2%202-2m-4%209c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5c0-.707.176-1.36.438-1.969c.015-.039.015-.086.03-.125A4.98%204.98%200%200%201%207%2016m18%200c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m-9%203c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1%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%22M11%205C9.031%205%207.46%206.441%207.125%208.313c-1.89.476-3.531%201.707-4.25%203.656h-.031L.719%2017.938A6.96%206.96%200%200%200%200%2021c0%203.855%203.145%207%207%207c3.473%200%206.367-2.55%206.906-5.875A2.98%202.98%200%200%200%2016%2023c.813%200%201.55-.34%202.094-.875C18.633%2025.449%2021.527%2028%2025%2028c3.855%200%207-3.145%207-7c0-.973-.2-1.906-.563-2.75l-2.28-6.375l-.032-.031v-.031c-.73-1.774-2.348-3.012-4.25-3.5C24.539%206.44%2022.969%205%2021%205c-1.855%200-3.363%201.285-3.813%203h-2.375C14.364%206.285%2012.855%205%2011%205m0%202c1.191%200%202%20.809%202%202v1h6V9c0-1.191.809-2%202-2s2%20.809%202%202v.906l.906.094c1.485.156%202.766%201.191%203.344%202.531c.008.02.023.043.031.063l.75%202.125A6.94%206.94%200%200%200%2025%2014c-2.926%200-5.426%201.816-6.469%204.375A3.01%203.01%200%200%200%2016%2017c-1.05%200-1.996.543-2.531%201.375C12.426%2015.816%209.926%2014%207%2014c-1.07%200-2.09.254-3%20.688l.75-2.032v-.031C5.332%2011.078%206.559%2010.16%208.094%2010L9%209.906V9c0-1.191.809-2%202-2m-4%209c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5c0-.707.176-1.36.438-1.969c.015-.039.015-.086.03-.125A4.98%204.98%200%200%201%207%2016m18%200c2.773%200%205%202.227%205%205s-2.227%205-5%205s-5-2.227-5-5s2.227-5%205-5m-9%203c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/binoculars.svg?color=%231a73e8&size=48