nightlight icon
nightlight-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- nightlight-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the nightlight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T14.5 3q.446 0 .891.05t.861.17q.28.066.421.291t.14.46q0 .149-.058.281t-.182.263q-1.462 1.53-2.267 3.452q-.806 1.924-.806 4.024q0 2.125.79 4.067t2.277 3.446q.124.111.173.248t.049.283q0 .235-.131.46q-.131.224-.412.292q-.415.119-.857.166q-.441.047-.889.047m0-1h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12.5 12t.788-4.262T15.5 4.05Q15.275 4 15.025 4H14.5q-3.325 0-5.663 2.338T6.5 12t2.338 5.663T14.5 20m-2-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNightlightOutlineRounded(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="M14.5 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T14.5 3q.446 0 .891.05t.861.17q.28.066.421.291t.14.46q0 .149-.058.281t-.182.263q-1.462 1.53-2.267 3.452q-.806 1.924-.806 4.024q0 2.125.79 4.067t2.277 3.446q.124.111.173.248t.049.283q0 .235-.131.46q-.131.224-.412.292q-.415.119-.857.166q-.441.047-.889.047m0-1h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12.5 12t.788-4.262T15.5 4.05Q15.275 4 15.025 4H14.5q-3.325 0-5.663 2.338T6.5 12t2.338 5.663T14.5 20m-2-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 21q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T14.5 3q.446 0 .891.05t.861.17q.28.066.421.291t.14.46q0 .149-.058.281t-.182.263q-1.462 1.53-2.267 3.452q-.806 1.924-.806 4.024q0 2.125.79 4.067t2.277 3.446q.124.111.173.248t.049.283q0 .235-.131.46q-.131.224-.412.292q-.415.119-.857.166q-.441.047-.889.047m0-1h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12.5 12t.788-4.262T15.5 4.05Q15.275 4 15.025 4H14.5q-3.325 0-5.663 2.338T6.5 12t2.338 5.663T14.5 20m-2-8"/></svg> </template>
CSS
.icon-nightlight-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%22M14.5%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T14.5%203q.446%200%20.891.05t.861.17q.28.066.421.291t.14.46q0%20.149-.058.281t-.182.263q-1.462%201.53-2.267%203.452q-.806%201.924-.806%204.024q0%202.125.79%204.067t2.277%203.446q.124.111.173.248t.049.283q0%20.235-.131.46q-.131.224-.412.292q-.415.119-.857.166q-.441.047-.889.047m0-1h.525q.25%200%20.475-.05q-1.425-1.65-2.212-3.687T12.5%2012t.788-4.262T15.5%204.05Q15.275%204%2015.025%204H14.5q-3.325%200-5.663%202.338T6.5%2012t2.338%205.663T14.5%2020m-2-8%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%22M14.5%2021q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856t-.709-3.509t.709-3.51t1.924-2.859t2.857-1.925T14.5%203q.446%200%20.891.05t.861.17q.28.066.421.291t.14.46q0%20.149-.058.281t-.182.263q-1.462%201.53-2.267%203.452q-.806%201.924-.806%204.024q0%202.125.79%204.067t2.277%203.446q.124.111.173.248t.049.283q0%20.235-.131.46q-.131.224-.412.292q-.415.119-.857.166q-.441.047-.889.047m0-1h.525q.25%200%20.475-.05q-1.425-1.65-2.212-3.687T12.5%2012t.788-4.262T15.5%204.05Q15.275%204%2015.025%204H14.5q-3.325%200-5.663%202.338T6.5%2012t2.338%205.663T14.5%2020m-2-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/nightlight-outline-rounded.svg?color=%231a73e8&size=48