mode night icon
mode-night from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-night
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-night-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 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 21q-.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 3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeNight(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 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 21q-.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 3"/></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 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 21q-.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 3"/></svg> </template>
CSS
.icon-mode-night {
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%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%2021q-.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%203%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%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%2021q-.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%203%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.svg?color=%231a73e8&size=48