weather moonset icon
weather-moonset from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.
- Name
- weather-moonset
- Set
- Material Design Icons
- Style
- Filled
- Category
- Weather
- Viewbox
- 24×24
- License
- Apache 2.0
More weather icons from Material Design Icons
broadcastbroadcast-offflashmoon-first-quartermoon-fullmoon-last-quartermoon-newmoon-waning-crescentmoon-waning-gibbousmoon-waxing-crescentmoon-waxing-gibbousshield-sunsnowflake-checksnowflake-meltsnowflake-offsun-angletemperature-celsiustemperature-fahrenheittemperature-kelvintheme-light-darkumbrellaumbrella-beachumbrella-closedumbrella-closed-variant
Use the weather moonset 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-.29m2 4h14c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H5c-.26 0-.5-.1-.71-.29C4.11 17.5 4 17.27 4 17c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m12 4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H7c-.26 0-.5-.1-.71-.29C6.11 21.5 6 21.27 6 21c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29z"/></svg>
React
import type { SVGProps } from "react";
export function MdiWeatherMoonset(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-.29m2 4h14c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H5c-.26 0-.5-.1-.71-.29C4.11 17.5 4 17.27 4 17c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m12 4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H7c-.26 0-.5-.1-.71-.29C6.11 21.5 6 21.27 6 21c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29z"/></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-.29m2 4h14c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H5c-.26 0-.5-.1-.71-.29C4.11 17.5 4 17.27 4 17c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m12 4c.27 0 .5.11.71.29c.19.21.29.45.29.71c0 .27-.1.5-.29.71c-.21.19-.44.29-.71.29H7c-.26 0-.5-.1-.71-.29C6.11 21.5 6 21.27 6 21c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29z"/></svg> </template>
CSS
.icon-weather-moonset {
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-.29m2%204h14c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H5c-.26%200-.5-.1-.71-.29C4.11%2017.5%204%2017.27%204%2017c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m12%204c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H7c-.26%200-.5-.1-.71-.29C6.11%2021.5%206%2021.27%206%2021c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29z%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-.29m2%204h14c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H5c-.26%200-.5-.1-.71-.29C4.11%2017.5%204%2017.27%204%2017c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29m12%204c.27%200%20.5.11.71.29c.19.21.29.45.29.71c0%20.27-.1.5-.29.71c-.21.19-.44.29-.71.29H7c-.26%200-.5-.1-.71-.29C6.11%2021.5%206%2021.27%206%2021c0-.26.11-.5.29-.71c.21-.18.45-.29.71-.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/weather-moonset.svg?color=%231a73e8&size=48