night sight auto icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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 21q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.825T10 9q0 2.5 1.75 4.25T16 15q.775 0 1.513-.187t1.387-.563q-.45 2.95-2.7 4.85T11 21m2.8-10L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightSightAuto(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 21q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.825T10 9q0 2.5 1.75 4.25T16 15q.775 0 1.513-.187t1.387-.563q-.45 2.95-2.7 4.85T11 21m2.8-10L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.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="M11 21q-3.35 0-5.675-2.325T3 13t2.325-5.675T11 5q.125 0 .25.012t.25.013q-.725.8-1.112 1.825T10 9q0 2.5 1.75 4.25T16 15q.775 0 1.513-.187t1.387-.563q-.45 2.95-2.7 4.85T11 21m2.8-10L17 2h2l3.2 9h-1.9l-.7-2h-3.2l-.7 2zm3.05-3.35h2.3L18 4z"/></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%2021q-3.35%200-5.675-2.325T3%2013t2.325-5.675T11%205q.125%200%20.25.012t.25.013q-.725.8-1.112%201.825T10%209q0%202.5%201.75%204.25T16%2015q.775%200%201.513-.187t1.387-.563q-.45%202.95-2.7%204.85T11%2021m2.8-10L17%202h2l3.2%209h-1.9l-.7-2h-3.2l-.7%202zm3.05-3.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%22M11%2021q-3.35%200-5.675-2.325T3%2013t2.325-5.675T11%205q.125%200%20.25.012t.25.013q-.725.8-1.112%201.825T10%209q0%202.5%201.75%204.25T16%2015q.775%200%201.513-.187t1.387-.563q-.45%202.95-2.7%204.85T11%2021m2.8-10L17%202h2l3.2%209h-1.9l-.7-2h-3.2l-.7%202zm3.05-3.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.svg?color=%231a73e8&size=48