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

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

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.5 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6.5 10q-3.14 0-5.32-2.18T3.5 13q0-2.927 1.97-5.088t4.934-2.373q.029 0 .057.002q.03.003.058.003q-.494.685-.757 1.61T9.5 9q0 2.692 1.904 4.596T16 15.5q.57 0 1.112-.104t1.057-.3q-.661 2.356-2.624 3.88T11 20.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNightSightMax(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.5 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6.5 10q-3.14 0-5.32-2.18T3.5 13q0-2.927 1.97-5.088t4.934-2.373q.029 0 .057.002q.03.003.058.003q-.494.685-.757 1.61T9.5 9q0 2.692 1.904 4.596T16 15.5q.57 0 1.112-.104t1.057-.3q-.661 2.356-2.624 3.88T11 20.5"/></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.5 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6.5 10q-3.14 0-5.32-2.18T3.5 13q0-2.927 1.97-5.088t4.934-2.373q.029 0 .057.002q.03.003.058.003q-.494.685-.757 1.61T9.5 9q0 2.692 1.904 4.596T16 15.5q.57 0 1.112-.104t1.057-.3q-.661 2.356-2.624 3.88T11 20.5"/></svg>
</template>

CSS

.icon-night-sight-max {
  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.5%2010.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6.5%2010q-3.14%200-5.32-2.18T3.5%2013q0-2.927%201.97-5.088t4.934-2.373q.029%200%20.057.002q.03.003.058.003q-.494.685-.757%201.61T9.5%209q0%202.692%201.904%204.596T16%2015.5q.57%200%201.112-.104t1.057-.3q-.661%202.356-2.624%203.88T11%2020.5%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.5%2010.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zm-6.5%2010q-3.14%200-5.32-2.18T3.5%2013q0-2.927%201.97-5.088t4.934-2.373q.029%200%20.057.002q.03.003.058.003q-.494.685-.757%201.61T9.5%209q0%202.692%201.904%204.596T16%2015.5q.57%200%201.112-.104t1.057-.3q-.661%202.356-2.624%203.88T11%2020.5%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-max.svg?color=%231a73e8&size=48