weather moonset down icon

weather-moonset-down from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.

Name
weather-moonset-down
Set
Material Design Icons
Style
Filled
Category
Weather
Viewbox
24×24
License
Apache 2.0

More weather icons from Material Design Icons

Use the weather moonset down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m9.71 8.71l3.11-3.11c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0L12 18.59l-2.41-2.41a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.11 3.11c.21.19.45.29.71.29s.5-.1.71-.29"/></svg>

React

import type { SVGProps } from "react";

export function MdiWeatherMoonsetDown(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="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m9.71 8.71l3.11-3.11c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0L12 18.59l-2.41-2.41a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.11 3.11c.21.19.45.29.71.29s.5-.1.71-.29"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12h4c0-1.33.53-2.6 1.46-3.54C9.4 7.53 10.67 7 12 7s2.6.53 3.54 1.46C16.47 9.4 17 10.67 17 12h4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H3c-.26 0-.5-.1-.71-.29C2.11 13.5 2 13.27 2 13c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m9.71 8.71l3.11-3.11c.39-.39.39-1.03 0-1.42a.996.996 0 0 0-1.41 0L12 18.59l-2.41-2.41a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42l3.11 3.11c.21.19.45.29.71.29s.5-.1.71-.29"/></svg>
</template>

CSS

.icon-weather-moonset-down {
  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%22M3%2012h4c0-1.33.53-2.6%201.46-3.54C9.4%207.53%2010.67%207%2012%207s2.6.53%203.54%201.46C16.47%209.4%2017%2010.67%2017%2012h4c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H3c-.26%200-.5-.1-.71-.29C2.11%2013.5%202%2013.27%202%2013c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m9.71%208.71l3.11-3.11c.39-.39.39-1.03%200-1.42a.996.996%200%200%200-1.41%200L12%2018.59l-2.41-2.41a.996.996%200%200%200-1.41%200c-.39.39-.39%201.03%200%201.42l3.11%203.11c.21.19.45.29.71.29s.5-.1.71-.29%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%22M3%2012h4c0-1.33.53-2.6%201.46-3.54C9.4%207.53%2010.67%207%2012%207s2.6.53%203.54%201.46C16.47%209.4%2017%2010.67%2017%2012h4c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H3c-.26%200-.5-.1-.71-.29C2.11%2013.5%202%2013.27%202%2013c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m9.71%208.71l3.11-3.11c.39-.39.39-1.03%200-1.42a.996.996%200%200%200-1.41%200L12%2018.59l-2.41-2.41a.996.996%200%200%200-1.41%200c-.39.39-.39%201.03%200%201.42l3.11%203.11c.21.19.45.29.71.29s.5-.1.71-.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-moonset-down.svg?color=%231a73e8&size=48