twotone nightlight icon

twotone-nightlight from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-nightlight
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

1 other variant in Google Material Icons

More device icons from Google Material Icons

Use the twotone nightlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12c0-4.41 3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8" opacity=".3"/><path fill="currentColor" d="M14 12c0-3.7 2.01-6.92 5-8.65A10 10 0 0 0 14 2C8.48 2 4 6.48 4 12s4.48 10 10 10c1.82 0 3.53-.5 5-1.35c-2.99-1.73-5-4.95-5-8.65m1.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8s3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneNightlight(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="M6 12c0-4.41 3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8" opacity=".3"/><path fill="currentColor" d="M14 12c0-3.7 2.01-6.92 5-8.65A10 10 0 0 0 14 2C8.48 2 4 6.48 4 12s4.48 10 10 10c1.82 0 3.53-.5 5-1.35c-2.99-1.73-5-4.95-5-8.65m1.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8s3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12c0-4.41 3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8" opacity=".3"/><path fill="currentColor" d="M14 12c0-3.7 2.01-6.92 5-8.65A10 10 0 0 0 14 2C8.48 2 4 6.48 4 12s4.48 10 10 10c1.82 0 3.53-.5 5-1.35c-2.99-1.73-5-4.95-5-8.65m1.01 7.93c-.33.05-.67.07-1.01.07c-4.41 0-8-3.59-8-8s3.59-8 8-8c.34 0 .68.02 1.01.07C13.1 6.23 12 9.05 12 12s1.1 5.77 3.01 7.93"/></svg>
</template>

CSS

.icon-twotone-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%22M6%2012c0-4.41%203.59-8%208-8c.34%200%20.68.02%201.01.07C13.1%206.23%2012%209.05%2012%2012s1.1%205.77%203.01%207.93c-.33.05-.67.07-1.01.07c-4.41%200-8-3.59-8-8%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-3.7%202.01-6.92%205-8.65A10%2010%200%200%200%2014%202C8.48%202%204%206.48%204%2012s4.48%2010%2010%2010c1.82%200%203.53-.5%205-1.35c-2.99-1.73-5-4.95-5-8.65m1.01%207.93c-.33.05-.67.07-1.01.07c-4.41%200-8-3.59-8-8s3.59-8%208-8c.34%200%20.68.02%201.01.07C13.1%206.23%2012%209.05%2012%2012s1.1%205.77%203.01%207.93%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%22M6%2012c0-4.41%203.59-8%208-8c.34%200%20.68.02%201.01.07C13.1%206.23%2012%209.05%2012%2012s1.1%205.77%203.01%207.93c-.33.05-.67.07-1.01.07c-4.41%200-8-3.59-8-8%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2012c0-3.7%202.01-6.92%205-8.65A10%2010%200%200%200%2014%202C8.48%202%204%206.48%204%2012s4.48%2010%2010%2010c1.82%200%203.53-.5%205-1.35c-2.99-1.73-5-4.95-5-8.65m1.01%207.93c-.33.05-.67.07-1.01.07c-4.41%200-8-3.59-8-8s3.59-8%208-8c.34%200%20.68.02%201.01.07C13.1%206.23%2012%209.05%2012%2012s1.1%205.77%203.01%207.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-nightlight.svg?color=%231a73e8&size=48