night sight auto icon
night-sight-auto-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- night-sight-auto-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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 19.5q1.666 0 3.09-.823q1.426-.823 2.372-2.202q-3.258.012-5.61-2.132Q8.5 12.2 8.5 9q0-.537.083-1.07q.083-.534.229-1.045q-1.925.723-3.119 2.382Q4.5 10.927 4.5 13q0 2.712 1.894 4.606T11 19.5m0 1q-3.12 0-5.31-2.19T3.5 13q0-1.258.389-2.426t1.103-2.129T6.7 6.797t2.206-.978q.471-.113.792.236t.17.803q-.166.519-.267 1.052Q9.5 8.445 9.5 9q0 2.635 1.914 4.462t4.586 2q.223.019.466.026q.242.006.465-.055q.41-.098.672.222t.074.705q-.994 1.869-2.768 3.005T11 20.5m5.189-11.75l-.558 1.67q-.062.159-.171.245t-.27.085q-.263 0-.4-.205t-.065-.437l2.512-7.445q.061-.179.205-.296t.349-.117h.419q.204 0 .357.117q.154.117.216.296l2.492 7.464q.073.233-.055.428t-.391.195q-.16 0-.27-.076q-.109-.076-.17-.236l-.577-1.688zm.277-.85h3.069L18 3.192zm-5.714 6.44"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNightSightAutoOutlineRounded(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 19.5q1.666 0 3.09-.823q1.426-.823 2.372-2.202q-3.258.012-5.61-2.132Q8.5 12.2 8.5 9q0-.537.083-1.07q.083-.534.229-1.045q-1.925.723-3.119 2.382Q4.5 10.927 4.5 13q0 2.712 1.894 4.606T11 19.5m0 1q-3.12 0-5.31-2.19T3.5 13q0-1.258.389-2.426t1.103-2.129T6.7 6.797t2.206-.978q.471-.113.792.236t.17.803q-.166.519-.267 1.052Q9.5 8.445 9.5 9q0 2.635 1.914 4.462t4.586 2q.223.019.466.026q.242.006.465-.055q.41-.098.672.222t.074.705q-.994 1.869-2.768 3.005T11 20.5m5.189-11.75l-.558 1.67q-.062.159-.171.245t-.27.085q-.263 0-.4-.205t-.065-.437l2.512-7.445q.061-.179.205-.296t.349-.117h.419q.204 0 .357.117q.154.117.216.296l2.492 7.464q.073.233-.055.428t-.391.195q-.16 0-.27-.076q-.109-.076-.17-.236l-.577-1.688zm.277-.85h3.069L18 3.192zm-5.714 6.44"/></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 19.5q1.666 0 3.09-.823q1.426-.823 2.372-2.202q-3.258.012-5.61-2.132Q8.5 12.2 8.5 9q0-.537.083-1.07q.083-.534.229-1.045q-1.925.723-3.119 2.382Q4.5 10.927 4.5 13q0 2.712 1.894 4.606T11 19.5m0 1q-3.12 0-5.31-2.19T3.5 13q0-1.258.389-2.426t1.103-2.129T6.7 6.797t2.206-.978q.471-.113.792.236t.17.803q-.166.519-.267 1.052Q9.5 8.445 9.5 9q0 2.635 1.914 4.462t4.586 2q.223.019.466.026q.242.006.465-.055q.41-.098.672.222t.074.705q-.994 1.869-2.768 3.005T11 20.5m5.189-11.75l-.558 1.67q-.062.159-.171.245t-.27.085q-.263 0-.4-.205t-.065-.437l2.512-7.445q.061-.179.205-.296t.349-.117h.419q.204 0 .357.117q.154.117.216.296l2.492 7.464q.073.233-.055.428t-.391.195q-.16 0-.27-.076q-.109-.076-.17-.236l-.577-1.688zm.277-.85h3.069L18 3.192zm-5.714 6.44"/></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%2019.5q1.666%200%203.09-.823q1.426-.823%202.372-2.202q-3.258.012-5.61-2.132Q8.5%2012.2%208.5%209q0-.537.083-1.07q.083-.534.229-1.045q-1.925.723-3.119%202.382Q4.5%2010.927%204.5%2013q0%202.712%201.894%204.606T11%2019.5m0%201q-3.12%200-5.31-2.19T3.5%2013q0-1.258.389-2.426t1.103-2.129T6.7%206.797t2.206-.978q.471-.113.792.236t.17.803q-.166.519-.267%201.052Q9.5%208.445%209.5%209q0%202.635%201.914%204.462t4.586%202q.223.019.466.026q.242.006.465-.055q.41-.098.672.222t.074.705q-.994%201.869-2.768%203.005T11%2020.5m5.189-11.75l-.558%201.67q-.062.159-.171.245t-.27.085q-.263%200-.4-.205t-.065-.437l2.512-7.445q.061-.179.205-.296t.349-.117h.419q.204%200%20.357.117q.154.117.216.296l2.492%207.464q.073.233-.055.428t-.391.195q-.16%200-.27-.076q-.109-.076-.17-.236l-.577-1.688zm.277-.85h3.069L18%203.192zm-5.714%206.44%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%2019.5q1.666%200%203.09-.823q1.426-.823%202.372-2.202q-3.258.012-5.61-2.132Q8.5%2012.2%208.5%209q0-.537.083-1.07q.083-.534.229-1.045q-1.925.723-3.119%202.382Q4.5%2010.927%204.5%2013q0%202.712%201.894%204.606T11%2019.5m0%201q-3.12%200-5.31-2.19T3.5%2013q0-1.258.389-2.426t1.103-2.129T6.7%206.797t2.206-.978q.471-.113.792.236t.17.803q-.166.519-.267%201.052Q9.5%208.445%209.5%209q0%202.635%201.914%204.462t4.586%202q.223.019.466.026q.242.006.465-.055q.41-.098.672.222t.074.705q-.994%201.869-2.768%203.005T11%2020.5m5.189-11.75l-.558%201.67q-.062.159-.171.245t-.27.085q-.263%200-.4-.205t-.065-.437l2.512-7.445q.061-.179.205-.296t.349-.117h.419q.204%200%20.357.117q.154.117.216.296l2.492%207.464q.073.233-.055.428t-.391.195q-.16%200-.27-.076q-.109-.076-.17-.236l-.577-1.688zm.277-.85h3.069L18%203.192zm-5.714%206.44%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-auto-outline-rounded.svg?color=%231a73e8&size=48