settings night sight icon
settings-night-sight-outline-sharp from Material Symbols Light by Google · Outline Sharp · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-night-sight-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.241m2.86-.265q.715.025 1.266-.34q.55-.364 1.03-.898q-.716-.137-1.297-.426q-.582-.29-.95-.9q-.367-.609-.314-1.259t.29-1.335q-.841.181-1.469.567t-.914 1.181q-.237.666-.131 1.285t.554 1.173q.367.454.846.7t1.088.252M10.135 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.3-.102-.615-.184q-.315-.081-.639-.137l1.806-1.354l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.064 1.098.463 2.078T11.696 21zm.564-6.84q.093-.25.209-.473t.257-.435q-.314-.2-.502-.522q-.189-.322-.189-.73q0-.625.438-1.062t1.062-.438q.389 0 .723.182q.335.181.535.495q.213-.14.442-.247t.46-.193q-.316-.57-.894-.903q-.58-.334-1.266-.334q-1.052 0-1.776.727T9.473 12q0 .7.328 1.272t.897.888"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSettingsNightSightOutlineSharp(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.241m2.86-.265q.715.025 1.266-.34q.55-.364 1.03-.898q-.716-.137-1.297-.426q-.582-.29-.95-.9q-.367-.609-.314-1.259t.29-1.335q-.841.181-1.469.567t-.914 1.181q-.237.666-.131 1.285t.554 1.173q.367.454.846.7t1.088.252M10.135 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.3-.102-.615-.184q-.315-.081-.639-.137l1.806-1.354l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.064 1.098.463 2.078T11.696 21zm.564-6.84q.093-.25.209-.473t.257-.435q-.314-.2-.502-.522q-.189-.322-.189-.73q0-.625.438-1.062t1.062-.438q.389 0 .723.182q.335.181.535.495q.213-.14.442-.247t.46-.193q-.316-.57-.894-.903q-.58-.334-1.266-.334q-1.052 0-1.776.727T9.473 12q0 .7.328 1.272t.897.888"/></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.241m2.86-.265q.715.025 1.266-.34q.55-.364 1.03-.898q-.716-.137-1.297-.426q-.582-.29-.95-.9q-.367-.609-.314-1.259t.29-1.335q-.841.181-1.469.567t-.914 1.181q-.237.666-.131 1.285t.554 1.173q.367.454.846.7t1.088.252M10.135 21l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668 1.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258 9.126l1.865-3.212L7.771 7.03q.448-.373.97-.673q.52-.3 1.013-.464L10.134 3h3.732l.361 2.912q.575.202 1.016.463t.909.654l2.725-1.115l1.865 3.211l-1.85 1.4q-.3-.102-.615-.184q-.315-.081-.639-.137l1.806-1.354l-.994-1.7l-2.552 1.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13 4h-1.994l-.312 2.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55 7.15l-.994 1.7l2.169 1.62q-.125.336-.175.73t-.05.82q0 .38.05.755t.156.73l-2.15 1.645l.994 1.7l2.475-1.05q.483.483 1.009.82q.526.338 1.139.544q.064 1.098.463 2.078T11.696 21zm.564-6.84q.093-.25.209-.473t.257-.435q-.314-.2-.502-.522q-.189-.322-.189-.73q0-.625.438-1.062t1.062-.438q.389 0 .723.182q.335.181.535.495q.213-.14.442-.247t.46-.193q-.316-.57-.894-.903q-.58-.334-1.266-.334q-1.052 0-1.776.727T9.473 12q0 .7.328 1.272t.897.888"/></svg> </template>
CSS
.icon-settings-night-sight-outline-sharp {
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.241m2.86-.265q.715.025%201.266-.34q.55-.364%201.03-.898q-.716-.137-1.297-.426q-.582-.29-.95-.9q-.367-.609-.314-1.259t.29-1.335q-.841.181-1.469.567t-.914%201.181q-.237.666-.131%201.285t.554%201.173q.367.454.846.7t1.088.252M10.135%2021l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.3-.102-.615-.184q-.315-.081-.639-.137l1.806-1.354l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.483.483%201.009.82q.526.338%201.139.544q.064%201.098.463%202.078T11.696%2021zm.564-6.84q.093-.25.209-.473t.257-.435q-.314-.2-.502-.522q-.189-.322-.189-.73q0-.625.438-1.062t1.062-.438q.389%200%20.723.182q.335.181.535.495q.213-.14.442-.247t.46-.193q-.316-.57-.894-.903q-.58-.334-1.266-.334q-1.052%200-1.776.727T9.473%2012q0%20.7.328%201.272t.897.888%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.241m2.86-.265q.715.025%201.266-.34q.55-.364%201.03-.898q-.716-.137-1.297-.426q-.582-.29-.95-.9q-.367-.609-.314-1.259t.29-1.335q-.841.181-1.469.567t-.914%201.181q-.237.666-.131%201.285t.554%201.173q.367.454.846.7t1.088.252M10.135%2021l-.361-2.892q-.479-.145-1.035-.454q-.557-.31-.947-.664l-2.668%201.135l-1.865-3.25l2.306-1.739q-.045-.27-.073-.558q-.03-.288-.03-.559q0-.252.03-.53q.028-.278.073-.626L3.258%209.126l1.865-3.212L7.771%207.03q.448-.373.97-.673q.52-.3%201.013-.464L10.134%203h3.732l.361%202.912q.575.202%201.016.463t.909.654l2.725-1.115l1.865%203.211l-1.85%201.4q-.3-.102-.615-.184q-.315-.081-.639-.137l1.806-1.354l-.994-1.7l-2.552%201.07q-.454-.499-1.193-.935q-.74-.435-1.4-.577L13%204h-1.994l-.312%202.689q-.756.161-1.39.52q-.633.358-1.26.985L5.55%207.15l-.994%201.7l2.169%201.62q-.125.336-.175.73t-.05.82q0%20.38.05.755t.156.73l-2.15%201.645l.994%201.7l2.475-1.05q.483.483%201.009.82q.526.338%201.139.544q.064%201.098.463%202.078T11.696%2021zm.564-6.84q.093-.25.209-.473t.257-.435q-.314-.2-.502-.522q-.189-.322-.189-.73q0-.625.438-1.062t1.062-.438q.389%200%20.723.182q.335.181.535.495q.213-.14.442-.247t.46-.193q-.316-.57-.894-.903q-.58-.334-1.266-.334q-1.052%200-1.776.727T9.473%2012q0%20.7.328%201.272t.897.888%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-outline-sharp.svg?color=%231a73e8&size=48