nightlight from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
nightlight
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
nightlight-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

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.858 0-3.5-.71q-1.642-.711-2.86-1.93T6.21 15.5t-.71-3.503t.71-3.5T8.14 5.64T11 3.71Q12.642 3 14.5 3q.812 0 1.558.139q.746.138 1.442.442q-1.833 1.498-2.916 3.674Q13.5 9.43 13.5 12t1.084 4.745T17.5 20.42q-.696.304-1.442.443Q15.312 21 14.5 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNightlight(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.858 0-3.5-.71q-1.642-.711-2.86-1.93T6.21 15.5t-.71-3.503t.71-3.5T8.14 5.64T11 3.71Q12.642 3 14.5 3q.812 0 1.558.139q.746.138 1.442.442q-1.833 1.498-2.916 3.674Q13.5 9.43 13.5 12t1.084 4.745T17.5 20.42q-.696.304-1.442.443Q15.312 21 14.5 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="M14.5 21q-1.858 0-3.5-.71q-1.642-.711-2.86-1.93T6.21 15.5t-.71-3.503t.71-3.5T8.14 5.64T11 3.71Q12.642 3 14.5 3q.812 0 1.558.139q.746.138 1.442.442q-1.833 1.498-2.916 3.674Q13.5 9.43 13.5 12t1.084 4.745T17.5 20.42q-.696.304-1.442.443Q15.312 21 14.5 21"/></svg>
</template>

CSS

.icon-nightlight {
  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.858%200-3.5-.71q-1.642-.711-2.86-1.93T6.21%2015.5t-.71-3.503t.71-3.5T8.14%205.64T11%203.71Q12.642%203%2014.5%203q.812%200%201.558.139q.746.138%201.442.442q-1.833%201.498-2.916%203.674Q13.5%209.43%2013.5%2012t1.084%204.745T17.5%2020.42q-.696.304-1.442.443Q15.312%2021%2014.5%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%22M14.5%2021q-1.858%200-3.5-.71q-1.642-.711-2.86-1.93T6.21%2015.5t-.71-3.503t.71-3.5T8.14%205.64T11%203.71Q12.642%203%2014.5%203q.812%200%201.558.139q.746.138%201.442.442q-1.833%201.498-2.916%203.674Q13.5%209.43%2013.5%2012t1.084%204.745T17.5%2020.42q-.696.304-1.442.443Q15.312%2021%2014.5%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/nightlight.svg?color=%231a73e8&size=48