night sight auto icon
night-sight-auto-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- night-sight-auto-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
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 19q1.3 0 2.475-.525t2.025-1.5q-3.2-.2-5.35-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.425.8-2.262 2.2T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13q0-1.45.475-2.762T4.8 7.888t2.025-1.725t2.6-.863q.625-.075.975.438t.025 1.062q-.3.5-.363 1.063T10 9q0 2.5 1.75 4.25T16 15q.3 0 .6-.012t.6-.113q.525-.175.913.213t.237.887q-.725 2.35-2.787 3.688T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4zm-6.675 6.825"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNightSightAutoOutlineRounded(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 19q1.3 0 2.475-.525t2.025-1.5q-3.2-.2-5.35-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.425.8-2.262 2.2T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13q0-1.45.475-2.762T4.8 7.888t2.025-1.725t2.6-.863q.625-.075.975.438t.025 1.062q-.3.5-.363 1.063T10 9q0 2.5 1.75 4.25T16 15q.3 0 .6-.012t.6-.113q.525-.175.913.213t.237.887q-.725 2.35-2.787 3.688T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4zm-6.675 6.825"/></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 19q1.3 0 2.475-.525t2.025-1.5q-3.2-.2-5.35-2.488T8 9q0-.325.025-.638T8.1 7.75q-1.425.8-2.262 2.2T5 13q0 2.5 1.75 4.25T11 19m0 2q-3.35 0-5.675-2.325T3 13q0-1.45.475-2.762T4.8 7.888t2.025-1.725t2.6-.863q.625-.075.975.438t.025 1.062q-.3.5-.363 1.063T10 9q0 2.5 1.75 4.25T16 15q.3 0 .6-.012t.6-.113q.525-.175.913.213t.237.887q-.725 2.35-2.787 3.688T11 21m5.4-12l-.5 1.4q-.1.275-.325.438t-.5.162q-.475 0-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3 0 .55.175t.35.45l2.55 7.175q.15.425-.112.813t-.738.387q-.275 0-.5-.162T20.1 10.4L19.6 9zm.45-1.35h2.3L18 4zm-6.675 6.825"/></svg> </template>
CSS
.icon-night-sight-auto-outline-rounded {
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%2019q1.3%200%202.475-.525t2.025-1.5q-3.2-.2-5.35-2.488T8%209q0-.325.025-.638T8.1%207.75q-1.425.8-2.262%202.2T5%2013q0%202.5%201.75%204.25T11%2019m0%202q-3.35%200-5.675-2.325T3%2013q0-1.45.475-2.762T4.8%207.888t2.025-1.725t2.6-.863q.625-.075.975.438t.025%201.062q-.3.5-.363%201.063T10%209q0%202.5%201.75%204.25T16%2015q.3%200%20.6-.012t.6-.113q.525-.175.913.213t.237.887q-.725%202.35-2.787%203.688T11%2021m5.4-12l-.5%201.4q-.1.275-.325.438t-.5.162q-.475%200-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3%200%20.55.175t.35.45l2.55%207.175q.15.425-.112.813t-.738.387q-.275%200-.5-.162T20.1%2010.4L19.6%209zm.45-1.35h2.3L18%204zm-6.675%206.825%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%2019q1.3%200%202.475-.525t2.025-1.5q-3.2-.2-5.35-2.488T8%209q0-.325.025-.638T8.1%207.75q-1.425.8-2.262%202.2T5%2013q0%202.5%201.75%204.25T11%2019m0%202q-3.35%200-5.675-2.325T3%2013q0-1.45.475-2.762T4.8%207.888t2.025-1.725t2.6-.863q.625-.075.975.438t.025%201.062q-.3.5-.363%201.063T10%209q0%202.5%201.75%204.25T16%2015q.3%200%20.6-.012t.6-.113q.525-.175.913.213t.237.887q-.725%202.35-2.787%203.688T11%2021m5.4-12l-.5%201.4q-.1.275-.325.438t-.5.162q-.475%200-.737-.387t-.113-.813l2.55-7.175q.1-.275.35-.45t.55-.175h.65q.3%200%20.55.175t.35.45l2.55%207.175q.15.425-.112.813t-.738.387q-.275%200-.5-.162T20.1%2010.4L19.6%209zm.45-1.35h2.3L18%204zm-6.675%206.825%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-outline-rounded.svg?color=%231a73e8&size=48