mode night icon
mode-night-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- mode-night-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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 21q-.439 0-.878-.05q-.44-.05-.855-.17q-.255-.067-.411-.28t-.156-.471q0-.156.052-.294q.052-.139.175-.25q1.462-1.53 2.267-3.452Q10 14.109 10 12t-.818-4.02q-.818-1.91-2.26-3.446q-.118-.111-.17-.25Q6.7 4.147 6.7 3.99q0-.28.153-.492t.409-.279q.42-.119.86-.169Q8.56 3 9 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeNightRounded(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 21q-.439 0-.878-.05q-.44-.05-.855-.17q-.255-.067-.411-.28t-.156-.471q0-.156.052-.294q.052-.139.175-.25q1.462-1.53 2.267-3.452Q10 14.109 10 12t-.818-4.02q-.818-1.91-2.26-3.446q-.118-.111-.17-.25Q6.7 4.147 6.7 3.99q0-.28.153-.492t.409-.279q.42-.119.86-.169Q8.56 3 9 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21"/></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 21q-.439 0-.878-.05q-.44-.05-.855-.17q-.255-.067-.411-.28t-.156-.471q0-.156.052-.294q.052-.139.175-.25q1.462-1.53 2.267-3.452Q10 14.109 10 12t-.818-4.02q-.818-1.91-2.26-3.446q-.118-.111-.17-.25Q6.7 4.147 6.7 3.99q0-.28.153-.492t.409-.279q.42-.119.86-.169Q8.56 3 9 3q1.868 0 3.51.708t2.858 1.923t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T9 21"/></svg> </template>
CSS
.icon-mode-night-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%22M9%2021q-.439%200-.878-.05q-.44-.05-.855-.17q-.255-.067-.411-.28t-.156-.471q0-.156.052-.294q.052-.139.175-.25q1.462-1.53%202.267-3.452Q10%2014.109%2010%2012t-.818-4.02q-.818-1.91-2.26-3.446q-.118-.111-.17-.25Q6.7%204.147%206.7%203.99q0-.28.153-.492t.409-.279q.42-.119.86-.169Q8.56%203%209%203q1.868%200%203.51.708t2.858%201.923t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T9%2021%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%2021q-.439%200-.878-.05q-.44-.05-.855-.17q-.255-.067-.411-.28t-.156-.471q0-.156.052-.294q.052-.139.175-.25q1.462-1.53%202.267-3.452Q10%2014.109%2010%2012t-.818-4.02q-.818-1.91-2.26-3.446q-.118-.111-.17-.25Q6.7%204.147%206.7%203.99q0-.28.153-.492t.409-.279q.42-.119.86-.169Q8.56%203%209%203q1.868%200%203.51.708t2.858%201.923t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T9%2021%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-rounded.svg?color=%231a73e8&size=48