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

Name
nightlight-outline
Set
Material Symbols Light
Style
Outline
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
nightlight-outline-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.497-.707T8.139 18.36t-1.931-2.864t-.708-3.502t.71-3.5T8.14 5.64t2.864-1.93Q12.651 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 21m0-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 MaterialSymbolsLightNightlightOutline(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.497-.707T8.139 18.36t-1.931-2.864t-.708-3.502t.71-3.5T8.14 5.64t2.864-1.93Q12.651 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 21m0-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.858 0-3.497-.707T8.139 18.36t-1.931-2.864t-.708-3.502t.71-3.5T8.14 5.64t2.864-1.93Q12.651 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 21m0-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 {
  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.497-.707T8.139%2018.36t-1.931-2.864t-.708-3.502t.71-3.5T8.14%205.64t2.864-1.93Q12.651%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%2021m0-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.858%200-3.497-.707T8.139%2018.36t-1.931-2.864t-.708-3.502t.71-3.5T8.14%205.64t2.864-1.93Q12.651%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%2021m0-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.svg?color=%231a73e8&size=48