weather moon off icon
weather-moon-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- weather-moon-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
weather-blowing-snow-20-filledweather-cloudy-20-filledweather-drizzle-20-filledweather-duststorm-20-filledweather-fog-20-filledweather-hail-day-20-filledweather-hail-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-partly-cloudy-day-16-filledweather-partly-cloudy-night-20-filledweather-rain-20-filledweather-rain-showers-day-20-filledweather-rain-showers-night-20-filledweather-rain-snow-20-filledweather-snow-20-filledweather-snow-shower-day-20-filledweather-snow-shower-night-20-filledweather-snowflake-20-filledweather-squalls-20-filledweather-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather moon off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l10.397 10.398c-.894 1.346-2.226 2.408-3.727 3.24c-1.77.98-3.72 1.61-5.32 2.004a.75.75 0 0 0-.468 1.105A12 12 0 0 0 13.48 26c3.177 0 6.064-1.234 8.21-3.248l3.03 3.029a.75.75 0 0 0 1.06-1.061zm17.35 19.47a10.46 10.46 0 0 1-7.15 2.81c-3.518 0-6.634-1.73-8.54-4.39c1.462-.417 3.122-1.019 4.677-1.88c1.543-.855 3.017-1.985 4.078-3.474zm-6.756-10.998l1.213 1.213c.953-2.94.728-5.963.275-8.237c4.901.887 8.619 5.176 8.619 10.332c0 1.95-.532 3.776-1.458 5.34l1.09 1.091A11.94 11.94 0 0 0 25.48 14c0-6.3-4.853-11.464-11.024-11.96a.75.75 0 0 0-.788.93c.514 2.05.905 4.92.206 7.722"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherMoonOff28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l10.397 10.398c-.894 1.346-2.226 2.408-3.727 3.24c-1.77.98-3.72 1.61-5.32 2.004a.75.75 0 0 0-.468 1.105A12 12 0 0 0 13.48 26c3.177 0 6.064-1.234 8.21-3.248l3.03 3.029a.75.75 0 0 0 1.06-1.061zm17.35 19.47a10.46 10.46 0 0 1-7.15 2.81c-3.518 0-6.634-1.73-8.54-4.39c1.462-.417 3.122-1.019 4.677-1.88c1.543-.855 3.017-1.985 4.078-3.474zm-6.756-10.998l1.213 1.213c.953-2.94.728-5.963.275-8.237c4.901.887 8.619 5.176 8.619 10.332c0 1.95-.532 3.776-1.458 5.34l1.09 1.091A11.94 11.94 0 0 0 25.48 14c0-6.3-4.853-11.464-11.024-11.96a.75.75 0 0 0-.788.93c.514 2.05.905 4.92.206 7.722"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l10.397 10.398c-.894 1.346-2.226 2.408-3.727 3.24c-1.77.98-3.72 1.61-5.32 2.004a.75.75 0 0 0-.468 1.105A12 12 0 0 0 13.48 26c3.177 0 6.064-1.234 8.21-3.248l3.03 3.029a.75.75 0 0 0 1.06-1.061zm17.35 19.47a10.46 10.46 0 0 1-7.15 2.81c-3.518 0-6.634-1.73-8.54-4.39c1.462-.417 3.122-1.019 4.677-1.88c1.543-.855 3.017-1.985 4.078-3.474zm-6.756-10.998l1.213 1.213c.953-2.94.728-5.963.275-8.237c4.901.887 8.619 5.176 8.619 10.332c0 1.95-.532 3.776-1.458 5.34l1.09 1.091A11.94 11.94 0 0 0 25.48 14c0-6.3-4.853-11.464-11.024-11.96a.75.75 0 0 0-.788.93c.514 2.05.905 4.92.206 7.722"/></svg> </template>
CSS
.icon-weather-moon-off-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l10.397%2010.398c-.894%201.346-2.226%202.408-3.727%203.24c-1.77.98-3.72%201.61-5.32%202.004a.75.75%200%200%200-.468%201.105A12%2012%200%200%200%2013.48%2026c3.177%200%206.064-1.234%208.21-3.248l3.03%203.029a.75.75%200%200%200%201.06-1.061zm17.35%2019.47a10.46%2010.46%200%200%201-7.15%202.81c-3.518%200-6.634-1.73-8.54-4.39c1.462-.417%203.122-1.019%204.677-1.88c1.543-.855%203.017-1.985%204.078-3.474zm-6.756-10.998l1.213%201.213c.953-2.94.728-5.963.275-8.237c4.901.887%208.619%205.176%208.619%2010.332c0%201.95-.532%203.776-1.458%205.34l1.09%201.091A11.94%2011.94%200%200%200%2025.48%2014c0-6.3-4.853-11.464-11.024-11.96a.75.75%200%200%200-.788.93c.514%202.05.905%204.92.206%207.722%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l10.397%2010.398c-.894%201.346-2.226%202.408-3.727%203.24c-1.77.98-3.72%201.61-5.32%202.004a.75.75%200%200%200-.468%201.105A12%2012%200%200%200%2013.48%2026c3.177%200%206.064-1.234%208.21-3.248l3.03%203.029a.75.75%200%200%200%201.06-1.061zm17.35%2019.47a10.46%2010.46%200%200%201-7.15%202.81c-3.518%200-6.634-1.73-8.54-4.39c1.462-.417%203.122-1.019%204.677-1.88c1.543-.855%203.017-1.985%204.078-3.474zm-6.756-10.998l1.213%201.213c.953-2.94.728-5.963.275-8.237c4.901.887%208.619%205.176%208.619%2010.332c0%201.95-.532%203.776-1.458%205.34l1.09%201.091A11.94%2011.94%200%200%200%2025.48%2014c0-6.3-4.853-11.464-11.024-11.96a.75.75%200%200%200-.788.93c.514%202.05.905%204.92.206%207.722%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-moon-off-28-regular.svg?color=%231a73e8&size=48