night sight max icon

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

Name
night-sight-max-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

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 8h-2q-.425 0-.712-.288T14 7t.288-.712T15 6h2V4q0-.425.288-.712T18 3t.713.288T19 4v2h2q.425 0 .713.288T22 7t-.288.713T21 8h-2v2q0 .425-.288.713T18 11t-.712-.288T17 10zm-6 11q1.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 19m7.35-2.825q-.95 2.2-2.937 3.513T11 21q-3.35 0-5.675-2.325T3 13q0-2.875 1.837-5.075T9.5 5.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337 1.125T10 9q0 2.5 1.75 4.25T16 15q.275 0 .525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightSightMaxOutlineRounded(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 8h-2q-.425 0-.712-.288T14 7t.288-.712T15 6h2V4q0-.425.288-.712T18 3t.713.288T19 4v2h2q.425 0 .713.288T22 7t-.288.713T21 8h-2v2q0 .425-.288.713T18 11t-.712-.288T17 10zm-6 11q1.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 19m7.35-2.825q-.95 2.2-2.937 3.513T11 21q-3.35 0-5.675-2.325T3 13q0-2.875 1.837-5.075T9.5 5.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337 1.125T10 9q0 2.5 1.75 4.25T16 15q.275 0 .525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7"/></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 8h-2q-.425 0-.712-.288T14 7t.288-.712T15 6h2V4q0-.425.288-.712T18 3t.713.288T19 4v2h2q.425 0 .713.288T22 7t-.288.713T21 8h-2v2q0 .425-.288.713T18 11t-.712-.288T17 10zm-6 11q1.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 19m7.35-2.825q-.95 2.2-2.937 3.513T11 21q-3.35 0-5.675-2.325T3 13q0-2.875 1.837-5.075T9.5 5.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337 1.125T10 9q0 2.5 1.75 4.25T16 15q.275 0 .525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7"/></svg>
</template>

CSS

.icon-night-sight-max-outline-rounded {
  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%208h-2q-.425%200-.712-.288T14%207t.288-.712T15%206h2V4q0-.425.288-.712T18%203t.713.288T19%204v2h2q.425%200%20.713.288T22%207t-.288.713T21%208h-2v2q0%20.425-.288.713T18%2011t-.712-.288T17%2010zm-6%2011q1.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%2019m7.35-2.825q-.95%202.2-2.937%203.513T11%2021q-3.35%200-5.675-2.325T3%2013q0-2.875%201.837-5.075T9.5%205.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337%201.125T10%209q0%202.5%201.75%204.25T16%2015q.275%200%20.525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7%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%208h-2q-.425%200-.712-.288T14%207t.288-.712T15%206h2V4q0-.425.288-.712T18%203t.713.288T19%204v2h2q.425%200%20.713.288T22%207t-.288.713T21%208h-2v2q0%20.425-.288.713T18%2011t-.712-.288T17%2010zm-6%2011q1.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%2019m7.35-2.825q-.95%202.2-2.937%203.513T11%2021q-3.35%200-5.675-2.325T3%2013q0-2.875%201.837-5.075T9.5%205.15q.3-.05.538.05t.362.325t.15.538t-.1.662q-.225.55-.337%201.125T10%209q0%202.5%201.75%204.25T16%2015q.275%200%20.525-.012t.5-.063q.45-.075.738.025t.462.3t.212.438t-.087.487m-8.175-1.7%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-rounded.svg?color=%231a73e8&size=48