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

Name
night-sight-auto
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
night-sight-auto-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the night sight auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20.5q-3.12 0-5.31-2.19T3.5 13q0-2.966 1.979-5.108t4.925-2.354q.029 0 .058.003t.057.003q-.552.742-.785 1.633Q9.5 8.067 9.5 9q0 2.712 1.894 4.606T16 15.5q.564 0 1.109-.101t1.06-.303q-.68 2.431-2.671 3.917Q13.508 20.5 11 20.5m3.512-9.75l2.854-8.5h1.269l2.854 8.5h-.997l-.68-2h-3.623l-.662 2zm1.953-2.85h3.07L18 3.192z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNightSightAuto(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="M11 20.5q-3.12 0-5.31-2.19T3.5 13q0-2.966 1.979-5.108t4.925-2.354q.029 0 .058.003t.057.003q-.552.742-.785 1.633Q9.5 8.067 9.5 9q0 2.712 1.894 4.606T16 15.5q.564 0 1.109-.101t1.06-.303q-.68 2.431-2.671 3.917Q13.508 20.5 11 20.5m3.512-9.75l2.854-8.5h1.269l2.854 8.5h-.997l-.68-2h-3.623l-.662 2zm1.953-2.85h3.07L18 3.192z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20.5q-3.12 0-5.31-2.19T3.5 13q0-2.966 1.979-5.108t4.925-2.354q.029 0 .058.003t.057.003q-.552.742-.785 1.633Q9.5 8.067 9.5 9q0 2.712 1.894 4.606T16 15.5q.564 0 1.109-.101t1.06-.303q-.68 2.431-2.671 3.917Q13.508 20.5 11 20.5m3.512-9.75l2.854-8.5h1.269l2.854 8.5h-.997l-.68-2h-3.623l-.662 2zm1.953-2.85h3.07L18 3.192z"/></svg>
</template>

CSS

.icon-night-sight-auto {
  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%22M11%2020.5q-3.12%200-5.31-2.19T3.5%2013q0-2.966%201.979-5.108t4.925-2.354q.029%200%20.058.003t.057.003q-.552.742-.785%201.633Q9.5%208.067%209.5%209q0%202.712%201.894%204.606T16%2015.5q.564%200%201.109-.101t1.06-.303q-.68%202.431-2.671%203.917Q13.508%2020.5%2011%2020.5m3.512-9.75l2.854-8.5h1.269l2.854%208.5h-.997l-.68-2h-3.623l-.662%202zm1.953-2.85h3.07L18%203.192z%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%22M11%2020.5q-3.12%200-5.31-2.19T3.5%2013q0-2.966%201.979-5.108t4.925-2.354q.029%200%20.058.003t.057.003q-.552.742-.785%201.633Q9.5%208.067%209.5%209q0%202.712%201.894%204.606T16%2015.5q.564%200%201.109-.101t1.06-.303q-.68%202.431-2.671%203.917Q13.508%2020.5%2011%2020.5m3.512-9.75l2.854-8.5h1.269l2.854%208.5h-.997l-.68-2h-3.623l-.662%202zm1.953-2.85h3.07L18%203.192z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/night-sight-auto.svg?color=%231a73e8&size=48