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

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

3 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T4 11.988t.788-3.875t2.15-3.175t3.187-2.15T14 2q1.35 0 2.625.35t2.375 1q-2.275 1.325-3.637 3.588T14 12t1.363 5.063T19 20.65q-1.1.65-2.375 1T14 22m0-2h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12 12t.788-4.262T15 4.05Q14.775 4 14.525 4H14q-3.325 0-5.663 2.338T6 12t2.338 5.663T14 20m-2-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNightlightOutline(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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T4 11.988t.788-3.875t2.15-3.175t3.187-2.15T14 2q1.35 0 2.625.35t2.375 1q-2.275 1.325-3.637 3.588T14 12t1.363 5.063T19 20.65q-1.1.65-2.375 1T14 22m0-2h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12 12t.788-4.262T15 4.05Q14.775 4 14.525 4H14q-3.325 0-5.663 2.338T6 12t2.338 5.663T14 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 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T4 11.988t.788-3.875t2.15-3.175t3.187-2.15T14 2q1.35 0 2.625.35t2.375 1q-2.275 1.325-3.637 3.588T14 12t1.363 5.063T19 20.65q-1.1.65-2.375 1T14 22m0-2h.525q.25 0 .475-.05q-1.425-1.65-2.212-3.687T12 12t.788-4.262T15 4.05Q14.775 4 14.525 4H14q-3.325 0-5.663 2.338T6 12t2.338 5.663T14 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%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T4%2011.988t.788-3.875t2.15-3.175t3.187-2.15T14%202q1.35%200%202.625.35t2.375%201q-2.275%201.325-3.637%203.588T14%2012t1.363%205.063T19%2020.65q-1.1.65-2.375%201T14%2022m0-2h.525q.25%200%20.475-.05q-1.425-1.65-2.212-3.687T12%2012t.788-4.262T15%204.05Q14.775%204%2014.525%204H14q-3.325%200-5.663%202.338T6%2012t2.338%205.663T14%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%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T4%2011.988t.788-3.875t2.15-3.175t3.187-2.15T14%202q1.35%200%202.625.35t2.375%201q-2.275%201.325-3.637%203.588T14%2012t1.363%205.063T19%2020.65q-1.1.65-2.375%201T14%2022m0-2h.525q.25%200%20.475-.05q-1.425-1.65-2.212-3.687T12%2012t.788-4.262T15%204.05Q14.775%204%2014.525%204H14q-3.325%200-5.663%202.338T6%2012t2.338%205.663T14%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/nightlight-outline.svg?color=%231a73e8&size=48