night sight max icon
night-sight-max-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- night-sight-max-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- night-sight-max-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the night sight max icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 11V8h-3V6h3V3h2v3h3v2h-3v3zm-6 8q1.35 0 2.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.4.775-2.25 2.163T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.812T10 9q0 2.5 1.75 4.25T16 15q.8 0 1.525-.2t1.375-.55q-.45 2.875-2.662 4.813T11 21m-.825-6.525"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNightSightMaxOutline(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="M17 11V8h-3V6h3V3h2v3h3v2h-3v3zm-6 8q1.35 0 2.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.4.775-2.25 2.163T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.812T10 9q0 2.5 1.75 4.25T16 15q.8 0 1.525-.2t1.375-.55q-.45 2.875-2.662 4.813T11 21m-.825-6.525"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 11V8h-3V6h3V3h2v3h3v2h-3v3zm-6 8q1.35 0 2.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.4.775-2.25 2.163T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.812T10 9q0 2.5 1.75 4.25T16 15q.8 0 1.525-.2t1.375-.55q-.45 2.875-2.662 4.813T11 21m-.825-6.525"/></svg> </template>
CSS
.icon-night-sight-max-outline {
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%22M17%2011V8h-3V6h3V3h2v3h3v2h-3v3zm-6%208q1.35%200%202.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8%209q0-.325.025-.638T8.1%207.75q-1.4.775-2.25%202.163T5%2013q0%202.5%201.75%204.25T11%2019m0%202q-3.35%200-5.675-2.325T3%2013t2.325-5.675T11%205q.125%200%20.25.012t.25.013q-.725.8-1.112%201.812T10%209q0%202.5%201.75%204.25T16%2015q.8%200%201.525-.2t1.375-.55q-.45%202.875-2.662%204.813T11%2021m-.825-6.525%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%22M17%2011V8h-3V6h3V3h2v3h3v2h-3v3zm-6%208q1.35%200%202.513-.537t1.987-1.488q-3.15-.2-5.325-2.488T8%209q0-.325.025-.638T8.1%207.75q-1.4.775-2.25%202.163T5%2013q0%202.5%201.75%204.25T11%2019m0%202q-3.35%200-5.675-2.325T3%2013t2.325-5.675T11%205q.125%200%20.25.012t.25.013q-.725.8-1.112%201.812T10%209q0%202.5%201.75%204.25T16%2015q.8%200%201.525-.2t1.375-.55q-.45%202.875-2.662%204.813T11%2021m-.825-6.525%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/night-sight-max-outline.svg?color=%231a73e8&size=48