settings night sight icon
settings-night-sight-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- settings-night-sight-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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.463 20.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M19.2 19.15q.125-.125.063-.3t-.238-.2q-.65-.125-1.212-.487T16.9 17.2t-.387-1.275t.187-1.3q.05-.175-.062-.313t-.288-.087q-1.675.3-2.287 1.9t.487 2.975q.875 1.1 2.3 1.125t2.35-1.075M10.575 22q-.675 0-1.037-.45t-.463-1.1L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1T10.825 2h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.6.45q-.325.275-.725.212T18.8 10.6t-.225-.725t.375-.675l.475-.35l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.1.363 2.088t.912 1.812q.2.3-.025.638t-.675.337M12.05 8.5q-1.45 0-2.475 1.013T8.55 12q0 .525.15 1.025t.45.95q.275.375.713.475t.787-.175q.35-.25.413-.663t-.213-.712q-.15-.2-.225-.413T10.55 12q0-.625.438-1.062t1.062-.438q.25 0 .488.088t.437.237q.3.225.675.163t.625-.413t.163-.775T14 9.1q-.35-.3-.85-.45t-1.1-.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSettingsNightSightOutlineRounded(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.463 20.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M19.2 19.15q.125-.125.063-.3t-.238-.2q-.65-.125-1.212-.487T16.9 17.2t-.387-1.275t.187-1.3q.05-.175-.062-.313t-.288-.087q-1.675.3-2.287 1.9t.487 2.975q.875 1.1 2.3 1.125t2.35-1.075M10.575 22q-.675 0-1.037-.45t-.463-1.1L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1T10.825 2h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.6.45q-.325.275-.725.212T18.8 10.6t-.225-.725t.375-.675l.475-.35l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.1.363 2.088t.912 1.812q.2.3-.025.638t-.675.337M12.05 8.5q-1.45 0-2.475 1.013T8.55 12q0 .525.15 1.025t.45.95q.275.375.713.475t.787-.175q.35-.25.413-.663t-.213-.712q-.15-.2-.225-.413T10.55 12q0-.625.438-1.062t1.062-.438q.25 0 .488.088t.437.237q.3.225.675.163t.625-.413t.163-.775T14 9.1q-.35-.3-.85-.45t-1.1-.15"/></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.463 20.538Q12 19.075 12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22t-3.537-1.463M19.2 19.15q.125-.125.063-.3t-.238-.2q-.65-.125-1.212-.487T16.9 17.2t-.387-1.275t.187-1.3q.05-.175-.062-.313t-.288-.087q-1.675.3-2.287 1.9t.487 2.975q.875 1.1 2.3 1.125t2.35-1.075M10.575 22q-.675 0-1.037-.45t-.463-1.1L8.85 18.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1Q2.675 9.9 2.525 9.25t.2-1.225L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1T10.825 2h2.35q.675 0 1.163.45t.587 1.1l.225 1.65q.325.125.613.3t.562.375l1.55-.65q.625-.275 1.25-.05t.975.8l1.175 2.05q.35.575.2 1.225t-.675 1.075l-.6.45q-.325.275-.725.212T18.8 10.6t-.225-.725t.375-.675l.475-.35l-.975-1.7l-2.475 1.05q-.55-.575-1.213-.962t-1.437-.588L13 4h-1.975l-.35 2.65q-.775.2-1.437.588t-1.213.937L5.55 7.15l-.975 1.7l2.15 1.6q-.125.375-.175.75t-.05.8q0 .4.05.775t.175.75l-2.15 1.625l.975 1.7l2.475-1.05q.425.425.913.763t1.062.562q.025 1.1.363 2.088t.912 1.812q.2.3-.025.638t-.675.337M12.05 8.5q-1.45 0-2.475 1.013T8.55 12q0 .525.15 1.025t.45.95q.275.375.713.475t.787-.175q.35-.25.413-.663t-.213-.712q-.15-.2-.225-.413T10.55 12q0-.625.438-1.062t1.062-.438q.25 0 .488.088t.437.237q.3.225.675.163t.625-.413t.163-.775T14 9.1q-.35-.3-.85-.45t-1.1-.15"/></svg> </template>
CSS
.icon-settings-night-sight-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%22M13.463%2020.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M19.2%2019.15q.125-.125.063-.3t-.238-.2q-.65-.125-1.212-.487T16.9%2017.2t-.387-1.275t.187-1.3q.05-.175-.062-.313t-.288-.087q-1.675.3-2.287%201.9t.487%202.975q.875%201.1%202.3%201.125t2.35-1.075M10.575%2022q-.675%200-1.037-.45t-.463-1.1L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1T10.825%202h2.35q.675%200%201.163.45t.587%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.6.45q-.325.275-.725.212T18.8%2010.6t-.225-.725t.375-.675l.475-.35l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.425.425.913.763t1.062.562q.025%201.1.363%202.088t.912%201.812q.2.3-.025.638t-.675.337M12.05%208.5q-1.45%200-2.475%201.013T8.55%2012q0%20.525.15%201.025t.45.95q.275.375.713.475t.787-.175q.35-.25.413-.663t-.213-.712q-.15-.2-.225-.413T10.55%2012q0-.625.438-1.062t1.062-.438q.25%200%20.488.088t.437.237q.3.225.675.163t.625-.413t.163-.775T14%209.1q-.35-.3-.85-.45t-1.1-.15%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.463%2020.538Q12%2019.075%2012%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022t-3.537-1.463M19.2%2019.15q.125-.125.063-.3t-.238-.2q-.65-.125-1.212-.487T16.9%2017.2t-.387-1.275t.187-1.3q.05-.175-.062-.313t-.288-.087q-1.675.3-2.287%201.9t.487%202.975q.875%201.1%202.3%201.125t2.35-1.075M10.575%2022q-.675%200-1.037-.45t-.463-1.1L8.85%2018.8q-.325-.125-.612-.3t-.563-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.225t.675-1.075l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1Q2.675%209.9%202.525%209.25t.2-1.225L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.225-1.65q.1-.65.588-1.1T10.825%202h2.35q.675%200%201.163.45t.587%201.1l.225%201.65q.325.125.613.3t.562.375l1.55-.65q.625-.275%201.25-.05t.975.8l1.175%202.05q.35.575.2%201.225t-.675%201.075l-.6.45q-.325.275-.725.212T18.8%2010.6t-.225-.725t.375-.675l.475-.35l-.975-1.7l-2.475%201.05q-.55-.575-1.213-.962t-1.437-.588L13%204h-1.975l-.35%202.65q-.775.2-1.437.588t-1.213.937L5.55%207.15l-.975%201.7l2.15%201.6q-.125.375-.175.75t-.05.8q0%20.4.05.775t.175.75l-2.15%201.625l.975%201.7l2.475-1.05q.425.425.913.763t1.062.562q.025%201.1.363%202.088t.912%201.812q.2.3-.025.638t-.675.337M12.05%208.5q-1.45%200-2.475%201.013T8.55%2012q0%20.525.15%201.025t.45.95q.275.375.713.475t.787-.175q.35-.25.413-.663t-.213-.712q-.15-.2-.225-.413T10.55%2012q0-.625.438-1.062t1.062-.438q.25%200%20.488.088t.437.237q.3.225.675.163t.625-.413t.163-.775T14%209.1q-.35-.3-.85-.45t-1.1-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-night-sight-outline-rounded.svg?color=%231a73e8&size=48