night sight max icon

night-sight-max from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
night-sight-max
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
night-sight-max-sharp

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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 10q-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 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightSightMax(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 10q-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 21"/></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 10q-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 21"/></svg>
</template>

CSS

.icon-night-sight-max {
  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%2010q-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%2021%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%2010q-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%2021%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.svg?color=%231a73e8&size=48