settings night sight icon

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

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

5 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the settings night sight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.78 19.759q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241m4.844-1.167q.106-.125.053-.261q-.053-.137-.19-.162q-.553-.086-1.03-.4t-.767-.838t-.34-1.083q-.047-.56.159-1.089q.05-.136-.053-.254q-.103-.119-.24-.088q-1.424.262-1.931 1.612t.42 2.513q.74.927 1.944.952t1.975-.902M10.135 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSettingsNightSight(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="M13.78 19.759q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241m4.844-1.167q.106-.125.053-.261q-.053-.137-.19-.162q-.553-.086-1.03-.4t-.767-.838t-.34-1.083q-.047-.56.159-1.089q.05-.136-.053-.254q-.103-.119-.24-.088q-1.424.262-1.931 1.612t.42 2.513q.74.927 1.944.952t1.975-.902M10.135 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.78 19.759q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24 2.99-1.24t2.99 1.24Q21 15.022 21 16.77t-1.241 2.99Q18.517 21 16.769 21t-2.99-1.241m4.844-1.167q.106-.125.053-.261q-.053-.137-.19-.162q-.553-.086-1.03-.4t-.767-.838t-.34-1.083q-.047-.56.159-1.089q.05-.136-.053-.254q-.103-.119-.24-.088q-1.424.262-1.931 1.612t.42 2.513q.74.927 1.944.952t1.975-.902M10.135 21l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.938-.664q.489-.29 1.045-.473L10.134 3h3.732l.361 2.912q.537.182 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.519-.183-1.05-.277t-1.073-.094q-.692 0-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046 0-1.773.727T9.473 12q0 .662.328 1.24q.328.58.897.92q-.304.711-.414 1.47q-.111.759-.111 1.534q.064 1.053.447 2.047q.384.993 1.076 1.789z"/></svg>
</template>

CSS

.icon-settings-night-sight {
  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%22M13.78%2019.759q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24%202.99-1.24t2.99%201.24Q21%2015.022%2021%2016.77t-1.241%202.99Q18.517%2021%2016.769%2021t-2.99-1.241m4.844-1.167q.106-.125.053-.261q-.053-.137-.19-.162q-.553-.086-1.03-.4t-.767-.838t-.34-1.083q-.047-.56.159-1.089q.05-.136-.053-.254q-.103-.119-.24-.088q-1.424.262-1.931%201.612t.42%202.513q.74.927%201.944.952t1.975-.902M10.135%2021l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.938-.664q.489-.29%201.045-.473L10.134%203h3.732l.361%202.912q.537.182%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.519-.183-1.05-.277t-1.073-.094q-.692%200-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046%200-1.773.727T9.473%2012q0%20.662.328%201.24q.328.58.897.92q-.304.711-.414%201.47q-.111.759-.111%201.534q.064%201.053.447%202.047q.384.993%201.076%201.789z%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%22M13.78%2019.759q-1.241-1.242-1.241-2.99t1.24-2.99q1.242-1.24%202.99-1.24t2.99%201.24Q21%2015.022%2021%2016.77t-1.241%202.99Q18.517%2021%2016.769%2021t-2.99-1.241m4.844-1.167q.106-.125.053-.261q-.053-.137-.19-.162q-.553-.086-1.03-.4t-.767-.838t-.34-1.083q-.047-.56.159-1.089q.05-.136-.053-.254q-.103-.119-.24-.088q-1.424.262-1.931%201.612t.42%202.513q.74.927%201.944.952t1.975-.902M10.135%2021l-.362-2.892q-.556-.164-1.055-.454t-.927-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.548q-.03-.278-.03-.569t.03-.578t.073-.578L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.938-.664q.489-.29%201.045-.473L10.134%203h3.732l.361%202.912q.537.182%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.519-.183-1.05-.277t-1.073-.094q-.692%200-1.347.164q-.655.165-1.284.444q-.32-.575-.912-.919q-.591-.343-1.253-.343q-1.046%200-1.773.727T9.473%2012q0%20.662.328%201.24q.328.58.897.92q-.304.711-.414%201.47q-.111.759-.111%201.534q.064%201.053.447%202.047q.384.993%201.076%201.789z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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