binoculars icon
binoculars-line from Remix Icon by Remix Design · Line · Others · Apache-2.0 Free for personal and commercial use.
- Name
- binoculars-line
- Set
- Remix Icon
- Style
- Line
- Category
- Others
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
binocularsBootstrap IconsbinocularsBoxIcons v2 SolidbinocularsCarbonbinocularsFont Awesome 6 SolidbinocularsFont Awesome SolidbinocularsHuge IconsbinocularsIonIconsbinocularsLine AwesomebinocularsLucidebinocularsMaterial Design IconsbinocularsMyna UI IconsbinocularsPhosphorbinoculars-boldSolarbinocularsTabler Icons
More others icons from Remix Icon
accessibility-fillai-generate-3d-fillarmchair-fillbell-fillbook-shelf-fillbox-1-fillbox-2-fillbox-3-fillcactus-fillcandle-fillcharacter-recognition-fillcross-filldoor-closed-filldoor-filldoor-lock-box-filldoor-lock-filldoor-open-fillflower-fillfridge-fillglasses-2-fillglasses-fillgoggles-fillgraduation-cap-fillhandbag-fill
Use the binoculars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.488 3.33a4 4 0 0 1 4.899 2.83l2.459 9.175a4.5 4.5 0 1 1-8.842 1.372a7 7 0 0 1-4.01 0a4.5 4.5 0 1 1-8.84-1.372L3.61 6.16a4 4 0 0 1 7.86.87a5 5 0 0 1 1.055 0a4 4 0 0 1 2.962-3.699M6.146 14.085a2.5 2.5 0 1 0-1.294 4.83a2.5 2.5 0 0 0 1.294-4.83m14.69 1.525a2.5 2.5 0 1 0 .132.493l-.054-.25zm-2.38-8.933a2 2 0 0 0-3.908.835l.043.2l.022.103l.32 2.029l-1.974.313l-.167-1.051a3 3 0 0 0-1.587 0l-.166 1.05l-1.975-.312l.257-1.626l.064-.403l.021-.103a2 2 0 1 0-3.863-1.035l-1.491 5.562a4.5 4.5 0 0 1 2.612-.086a4.5 4.5 0 0 1 2.743 2.12c.756.46 1.641.727 2.592.727s1.835-.268 2.591-.727a4.5 4.5 0 0 1 2.744-2.12a4.5 4.5 0 0 1 2.611.085z"/></svg>
React
import type { SVGProps } from "react";
export function RiBinocularsLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.488 3.33a4 4 0 0 1 4.899 2.83l2.459 9.175a4.5 4.5 0 1 1-8.842 1.372a7 7 0 0 1-4.01 0a4.5 4.5 0 1 1-8.84-1.372L3.61 6.16a4 4 0 0 1 7.86.87a5 5 0 0 1 1.055 0a4 4 0 0 1 2.962-3.699M6.146 14.085a2.5 2.5 0 1 0-1.294 4.83a2.5 2.5 0 0 0 1.294-4.83m14.69 1.525a2.5 2.5 0 1 0 .132.493l-.054-.25zm-2.38-8.933a2 2 0 0 0-3.908.835l.043.2l.022.103l.32 2.029l-1.974.313l-.167-1.051a3 3 0 0 0-1.587 0l-.166 1.05l-1.975-.312l.257-1.626l.064-.403l.021-.103a2 2 0 1 0-3.863-1.035l-1.491 5.562a4.5 4.5 0 0 1 2.612-.086a4.5 4.5 0 0 1 2.743 2.12c.756.46 1.641.727 2.592.727s1.835-.268 2.591-.727a4.5 4.5 0 0 1 2.744-2.12a4.5 4.5 0 0 1 2.611.085z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.488 3.33a4 4 0 0 1 4.899 2.83l2.459 9.175a4.5 4.5 0 1 1-8.842 1.372a7 7 0 0 1-4.01 0a4.5 4.5 0 1 1-8.84-1.372L3.61 6.16a4 4 0 0 1 7.86.87a5 5 0 0 1 1.055 0a4 4 0 0 1 2.962-3.699M6.146 14.085a2.5 2.5 0 1 0-1.294 4.83a2.5 2.5 0 0 0 1.294-4.83m14.69 1.525a2.5 2.5 0 1 0 .132.493l-.054-.25zm-2.38-8.933a2 2 0 0 0-3.908.835l.043.2l.022.103l.32 2.029l-1.974.313l-.167-1.051a3 3 0 0 0-1.587 0l-.166 1.05l-1.975-.312l.257-1.626l.064-.403l.021-.103a2 2 0 1 0-3.863-1.035l-1.491 5.562a4.5 4.5 0 0 1 2.612-.086a4.5 4.5 0 0 1 2.743 2.12c.756.46 1.641.727 2.592.727s1.835-.268 2.591-.727a4.5 4.5 0 0 1 2.744-2.12a4.5 4.5 0 0 1 2.611.085z"/></svg> </template>
CSS
.icon-binoculars-line {
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%22currentColor%22%20d%3D%22M15.488%203.33a4%204%200%200%201%204.899%202.83l2.459%209.175a4.5%204.5%200%201%201-8.842%201.372a7%207%200%200%201-4.01%200a4.5%204.5%200%201%201-8.84-1.372L3.61%206.16a4%204%200%200%201%207.86.87a5%205%200%200%201%201.055%200a4%204%200%200%201%202.962-3.699M6.146%2014.085a2.5%202.5%200%201%200-1.294%204.83a2.5%202.5%200%200%200%201.294-4.83m14.69%201.525a2.5%202.5%200%201%200%20.132.493l-.054-.25zm-2.38-8.933a2%202%200%200%200-3.908.835l.043.2l.022.103l.32%202.029l-1.974.313l-.167-1.051a3%203%200%200%200-1.587%200l-.166%201.05l-1.975-.312l.257-1.626l.064-.403l.021-.103a2%202%200%201%200-3.863-1.035l-1.491%205.562a4.5%204.5%200%200%201%202.612-.086a4.5%204.5%200%200%201%202.743%202.12c.756.46%201.641.727%202.592.727s1.835-.268%202.591-.727a4.5%204.5%200%200%201%202.744-2.12a4.5%204.5%200%200%201%202.611.085z%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%22currentColor%22%20d%3D%22M15.488%203.33a4%204%200%200%201%204.899%202.83l2.459%209.175a4.5%204.5%200%201%201-8.842%201.372a7%207%200%200%201-4.01%200a4.5%204.5%200%201%201-8.84-1.372L3.61%206.16a4%204%200%200%201%207.86.87a5%205%200%200%201%201.055%200a4%204%200%200%201%202.962-3.699M6.146%2014.085a2.5%202.5%200%201%200-1.294%204.83a2.5%202.5%200%200%200%201.294-4.83m14.69%201.525a2.5%202.5%200%201%200%20.132.493l-.054-.25zm-2.38-8.933a2%202%200%200%200-3.908.835l.043.2l.022.103l.32%202.029l-1.974.313l-.167-1.051a3%203%200%200%200-1.587%200l-.166%201.05l-1.975-.312l.257-1.626l.064-.403l.021-.103a2%202%200%201%200-3.863-1.035l-1.491%205.562a4.5%204.5%200%200%201%202.612-.086a4.5%204.5%200%200%201%202.743%202.12c.756.46%201.641.727%202.592.727s1.835-.268%202.591-.727a4.5%204.5%200%200%201%202.744-2.12a4.5%204.5%200%200%201%202.611.085z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/binoculars-line.svg?color=%231a73e8&size=48