round mode night icon

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

Name
round-mode-night
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the round mode night icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.93 2.3c-2.04-.5-4.02-.35-5.77.28c-.72.26-.91 1.22-.31 1.71A9.94 9.94 0 0 1 9.5 12a9.94 9.94 0 0 1-3.65 7.71c-.59.49-.42 1.45.31 1.7c1.04.38 2.17.59 3.34.59c6.05 0 10.85-5.38 9.87-11.6c-.61-3.92-3.59-7.16-7.44-8.1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundModeNight(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="M11.93 2.3c-2.04-.5-4.02-.35-5.77.28c-.72.26-.91 1.22-.31 1.71A9.94 9.94 0 0 1 9.5 12a9.94 9.94 0 0 1-3.65 7.71c-.59.49-.42 1.45.31 1.7c1.04.38 2.17.59 3.34.59c6.05 0 10.85-5.38 9.87-11.6c-.61-3.92-3.59-7.16-7.44-8.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.93 2.3c-2.04-.5-4.02-.35-5.77.28c-.72.26-.91 1.22-.31 1.71A9.94 9.94 0 0 1 9.5 12a9.94 9.94 0 0 1-3.65 7.71c-.59.49-.42 1.45.31 1.7c1.04.38 2.17.59 3.34.59c6.05 0 10.85-5.38 9.87-11.6c-.61-3.92-3.59-7.16-7.44-8.1"/></svg>
</template>

CSS

.icon-round-mode-night {
  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%22M11.93%202.3c-2.04-.5-4.02-.35-5.77.28c-.72.26-.91%201.22-.31%201.71A9.94%209.94%200%200%201%209.5%2012a9.94%209.94%200%200%201-3.65%207.71c-.59.49-.42%201.45.31%201.7c1.04.38%202.17.59%203.34.59c6.05%200%2010.85-5.38%209.87-11.6c-.61-3.92-3.59-7.16-7.44-8.1%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%22M11.93%202.3c-2.04-.5-4.02-.35-5.77.28c-.72.26-.91%201.22-.31%201.71A9.94%209.94%200%200%201%209.5%2012a9.94%209.94%200%200%201-3.65%207.71c-.59.49-.42%201.45.31%201.7c1.04.38%202.17.59%203.34.59c6.05%200%2010.85-5.38%209.87-11.6c-.61-3.92-3.59-7.16-7.44-8.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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