night sight auto off icon

night-sight-auto-off-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.

Name
night-sight-auto-off-outline
Set
Material Symbols
Style
Outline
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
night-sight-auto-off-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the night sight auto off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 9.375l-3.2-3.2Q7.75 5.6 8.813 5.3T11 5q.125 0 .25.013t.25.012q-.725.8-1.112 1.825T10 9zm7.825 7.825l-2.2-2.2q.875.05 1.7-.137t1.575-.613q-.125.8-.387 1.538t-.688 1.412M13.8 11L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4zM13.425 18.5L5.5 10.575q-.25.575-.375 1.188T5 13q0 2.5 1.75 4.25T11 19q.625 0 1.238-.125t1.187-.375m6.35 3.5l-1.425 1.425l-3.45-3.45q-.9.5-1.875.763T11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L.35 5.425L1.775 4zm-10.3-7.45"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightSightAutoOffOutline(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="m10 9.375l-3.2-3.2Q7.75 5.6 8.813 5.3T11 5q.125 0 .25.013t.25.012q-.725.8-1.112 1.825T10 9zm7.825 7.825l-2.2-2.2q.875.05 1.7-.137t1.575-.613q-.125.8-.387 1.538t-.688 1.412M13.8 11L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4zM13.425 18.5L5.5 10.575q-.25.575-.375 1.188T5 13q0 2.5 1.75 4.25T11 19q.625 0 1.238-.125t1.187-.375m6.35 3.5l-1.425 1.425l-3.45-3.45q-.9.5-1.875.763T11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L.35 5.425L1.775 4zm-10.3-7.45"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 9.375l-3.2-3.2Q7.75 5.6 8.813 5.3T11 5q.125 0 .25.013t.25.012q-.725.8-1.112 1.825T10 9zm7.825 7.825l-2.2-2.2q.875.05 1.7-.137t1.575-.613q-.125.8-.387 1.538t-.688 1.412M13.8 11L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4zM13.425 18.5L5.5 10.575q-.25.575-.375 1.188T5 13q0 2.5 1.75 4.25T11 19q.625 0 1.238-.125t1.187-.375m6.35 3.5l-1.425 1.425l-3.45-3.45q-.9.5-1.875.763T11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L.35 5.425L1.775 4zm-10.3-7.45"/></svg>
</template>

CSS

.icon-night-sight-auto-off-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%22m10%209.375l-3.2-3.2Q7.75%205.6%208.813%205.3T11%205q.125%200%20.25.013t.25.012q-.725.8-1.112%201.825T10%209zm7.825%207.825l-2.2-2.2q.875.05%201.7-.137t1.575-.613q-.125.8-.387%201.538t-.688%201.412M13.8%2011L17%202h2l3.2%209h-1.9l-.7-2h-3.2l-.7%202zm3.05-3.35h2.3L18%204zM13.425%2018.5L5.5%2010.575q-.25.575-.375%201.188T5%2013q0%202.5%201.75%204.25T11%2019q.625%200%201.238-.125t1.187-.375m6.35%203.5l-1.425%201.425l-3.45-3.45q-.9.5-1.875.763T11%2021q-3.35%200-5.675-2.325T3%2013q0-1.05.262-2.025T4.025%209.1L.35%205.425L1.775%204zm-10.3-7.45%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%22m10%209.375l-3.2-3.2Q7.75%205.6%208.813%205.3T11%205q.125%200%20.25.013t.25.012q-.725.8-1.112%201.825T10%209zm7.825%207.825l-2.2-2.2q.875.05%201.7-.137t1.575-.613q-.125.8-.387%201.538t-.688%201.412M13.8%2011L17%202h2l3.2%209h-1.9l-.7-2h-3.2l-.7%202zm3.05-3.35h2.3L18%204zM13.425%2018.5L5.5%2010.575q-.25.575-.375%201.188T5%2013q0%202.5%201.75%204.25T11%2019q.625%200%201.238-.125t1.187-.375m6.35%203.5l-1.425%201.425l-3.45-3.45q-.9.5-1.875.763T11%2021q-3.35%200-5.675-2.325T3%2013q0-1.05.262-2.025T4.025%209.1L.35%205.425L1.775%204zm-10.3-7.45%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-auto-off-outline.svg?color=%231a73e8&size=48