night sight auto off icon

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

Name
night-sight-auto-off-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

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.2q.725-.45 1.538-.7t1.687-.325q.45-.05.7.35t0 .8q-.375.625-.55 1.3T10 9zm7.825 7.825l-2.2-2.2q.45.05.913.025t.887-.2q.475-.2.838.125t.237.825q-.125.375-.3.725t-.375.7M11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L1.05 6.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l16.6 16.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.75-2.725q-.9.5-1.875.763T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightSightAutoOffRounded(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.2q.725-.45 1.538-.7t1.687-.325q.45-.05.7.35t0 .8q-.375.625-.55 1.3T10 9zm7.825 7.825l-2.2-2.2q.45.05.913.025t.887-.2q.475-.2.838.125t.237.825q-.125.375-.3.725t-.375.7M11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L1.05 6.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l16.6 16.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.75-2.725q-.9.5-1.875.763T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4z"/></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.2q.725-.45 1.538-.7t1.687-.325q.45-.05.7.35t0 .8q-.375.625-.55 1.3T10 9zm7.825 7.825l-2.2-2.2q.45.05.913.025t.887-.2q.475-.2.838.125t.237.825q-.125.375-.3.725t-.375.7M11 21q-3.35 0-5.675-2.325T3 13q0-1.05.262-2.025T4.025 9.1L1.05 6.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l16.6 16.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.75-2.725q-.9.5-1.875.763T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4z"/></svg>
</template>

CSS

.icon-night-sight-auto-off-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%22m10%209.375l-3.2-3.2q.725-.45%201.538-.7t1.687-.325q.45-.05.7.35t0%20.8q-.375.625-.55%201.3T10%209zm7.825%207.825l-2.2-2.2q.45.05.913.025t.887-.2q.475-.2.838.125t.237.825q-.125.375-.3.725t-.375.7M11%2021q-3.35%200-5.675-2.325T3%2013q0-1.05.262-2.025T4.025%209.1L1.05%206.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l16.6%2016.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.75-2.725q-.9.5-1.875.763T11%2021m5.4-12l-.5%201.4q-.1.275-.325.438t-.5.162q-.475%200-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3%200%20.55.175t.35.45l2.55%207.175q.15.425-.112.813t-.738.387q-.275%200-.5-.162T20.1%2010.4L19.6%209zm.45-1.35h2.3L18%204z%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.2q.725-.45%201.538-.7t1.687-.325q.45-.05.7.35t0%20.8q-.375.625-.55%201.3T10%209zm7.825%207.825l-2.2-2.2q.45.05.913.025t.887-.2q.475-.2.838.125t.237.825q-.125.375-.3.725t-.375.7M11%2021q-3.35%200-5.675-2.325T3%2013q0-1.05.262-2.025T4.025%209.1L1.05%206.125q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l16.6%2016.6q.3.3.3.7t-.3.7t-.712.3t-.713-.3l-2.75-2.725q-.9.5-1.875.763T11%2021m5.4-12l-.5%201.4q-.1.275-.325.438t-.5.162q-.475%200-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3%200%20.55.175t.35.45l2.55%207.175q.15.425-.112.813t-.738.387q-.275%200-.5-.162T20.1%2010.4L19.6%209zm.45-1.35h2.3L18%204z%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-rounded.svg?color=%231a73e8&size=48