mode night icon
mode-night-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-night-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-night-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the mode night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q3.325 0 5.663-2.337T17 12t-2.337-5.663T9 4h-.525q-.25 0-.475.05q1.425 1.65 2.213 3.688T11 12t-.788 4.263T8 19.95q.225.05.475.05zm0 1q-.789 0-1.54-.135q-.752-.136-1.46-.446q1.902-1.561 2.951-3.756T10 12T8.951 7.337T6 3.58q.708-.31 1.46-.445Q8.21 3 9 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21m2-9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeNightOutline(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="M9 20q3.325 0 5.663-2.337T17 12t-2.337-5.663T9 4h-.525q-.25 0-.475.05q1.425 1.65 2.213 3.688T11 12t-.788 4.263T8 19.95q.225.05.475.05zm0 1q-.789 0-1.54-.135q-.752-.136-1.46-.446q1.902-1.561 2.951-3.756T10 12T8.951 7.337T6 3.58q.708-.31 1.46-.445Q8.21 3 9 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21m2-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q3.325 0 5.663-2.337T17 12t-2.337-5.663T9 4h-.525q-.25 0-.475.05q1.425 1.65 2.213 3.688T11 12t-.788 4.263T8 19.95q.225.05.475.05zm0 1q-.789 0-1.54-.135q-.752-.136-1.46-.446q1.902-1.561 2.951-3.756T10 12T8.951 7.337T6 3.58q.708-.31 1.46-.445Q8.21 3 9 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21m2-9"/></svg> </template>
CSS
.icon-mode-night-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%22M9%2020q3.325%200%205.663-2.337T17%2012t-2.337-5.663T9%204h-.525q-.25%200-.475.05q1.425%201.65%202.213%203.688T11%2012t-.788%204.263T8%2019.95q.225.05.475.05zm0%201q-.789%200-1.54-.135q-.752-.136-1.46-.446q1.902-1.561%202.951-3.756T10%2012T8.951%207.337T6%203.58q.708-.31%201.46-.445Q8.21%203%209%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T9%2021m2-9%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%22M9%2020q3.325%200%205.663-2.337T17%2012t-2.337-5.663T9%204h-.525q-.25%200-.475.05q1.425%201.65%202.213%203.688T11%2012t-.788%204.263T8%2019.95q.225.05.475.05zm0%201q-.789%200-1.54-.135q-.752-.136-1.46-.446q1.902-1.561%202.951-3.756T10%2012T8.951%207.337T6%203.58q.708-.31%201.46-.445Q8.21%203%209%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T9%2021m2-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mode-night-outline.svg?color=%231a73e8&size=48