night sight auto icon
night-sight-auto-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- night-sight-auto-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- night-sight-auto-outline-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 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 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 4zm-6.675 6.825"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNightSightAutoOutline(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 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 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 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 4zm-6.675 6.825"/></svg> </template>
CSS
.icon-night-sight-auto-outline {
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%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%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%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%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.svg?color=%231a73e8&size=48