weather snow shower day icon

weather-snow-shower-day-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
weather-snow-shower-day-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather snow shower day icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.752 20a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-4.5-12.99c3.169 0 4.966 2.097 5.228 4.63h.08a3.687 3.687 0 0 1 3.692 3.682a3.687 3.687 0 0 1-3.692 3.683H7.695a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.059-4.63 5.227-4.63m-8.634 4.155a.75.75 0 0 1-.315.935l-.091.045l-.926.384a.75.75 0 0 1-.666-1.34l.092-.046l.926-.384a.75.75 0 0 1 .98.406m6.487-4.833l-.172.058C8.9 6.02 7.621 7.395 7.068 9.213l-.07.25l-.058.238l-.206.038a4.6 4.6 0 0 0-1.67.715a3.942 3.942 0 0 1 5.791-5.122m-7.914.031l.106.035l.926.384a.75.75 0 0 1-.469 1.42L3.4 7.168l-.926-.384a.75.75 0 0 1 .468-1.42m3.815-2.986l.046.091l.383.926a.75.75 0 0 1-1.34.666L5.8 3.968l-.384-.926a.75.75 0 0 1 1.34-.665m4.354-.319a.75.75 0 0 1 .44.875l-.034.105l-.384.926a.75.75 0 0 1-1.42-.468l.034-.106l.384-.926a.75.75 0 0 1 .98-.406"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherSnowShowerDay24Filled(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="M10.752 20a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-4.5-12.99c3.169 0 4.966 2.097 5.228 4.63h.08a3.687 3.687 0 0 1 3.692 3.682a3.687 3.687 0 0 1-3.692 3.683H7.695a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.059-4.63 5.227-4.63m-8.634 4.155a.75.75 0 0 1-.315.935l-.091.045l-.926.384a.75.75 0 0 1-.666-1.34l.092-.046l.926-.384a.75.75 0 0 1 .98.406m6.487-4.833l-.172.058C8.9 6.02 7.621 7.395 7.068 9.213l-.07.25l-.058.238l-.206.038a4.6 4.6 0 0 0-1.67.715a3.942 3.942 0 0 1 5.791-5.122m-7.914.031l.106.035l.926.384a.75.75 0 0 1-.469 1.42L3.4 7.168l-.926-.384a.75.75 0 0 1 .468-1.42m3.815-2.986l.046.091l.383.926a.75.75 0 0 1-1.34.666L5.8 3.968l-.384-.926a.75.75 0 0 1 1.34-.665m4.354-.319a.75.75 0 0 1 .44.875l-.034.105l-.384.926a.75.75 0 0 1-1.42-.468l.034-.106l.384-.926a.75.75 0 0 1 .98-.406"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.752 20a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-6.75-1a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m4.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-4.5-12.99c3.169 0 4.966 2.097 5.228 4.63h.08a3.687 3.687 0 0 1 3.692 3.682a3.687 3.687 0 0 1-3.692 3.683H7.695a3.687 3.687 0 0 1-3.692-3.682a3.687 3.687 0 0 1 3.692-3.683h.08c.263-2.55 2.059-4.63 5.227-4.63m-8.634 4.155a.75.75 0 0 1-.315.935l-.091.045l-.926.384a.75.75 0 0 1-.666-1.34l.092-.046l.926-.384a.75.75 0 0 1 .98.406m6.487-4.833l-.172.058C8.9 6.02 7.621 7.395 7.068 9.213l-.07.25l-.058.238l-.206.038a4.6 4.6 0 0 0-1.67.715a3.942 3.942 0 0 1 5.791-5.122m-7.914.031l.106.035l.926.384a.75.75 0 0 1-.469 1.42L3.4 7.168l-.926-.384a.75.75 0 0 1 .468-1.42m3.815-2.986l.046.091l.383.926a.75.75 0 0 1-1.34.666L5.8 3.968l-.384-.926a.75.75 0 0 1 1.34-.665m4.354-.319a.75.75 0 0 1 .44.875l-.034.105l-.384.926a.75.75 0 0 1-1.42-.468l.034-.106l.384-.926a.75.75 0 0 1 .98-.406"/></svg>
</template>

CSS

.icon-weather-snow-shower-day-24-filled {
  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%22M10.752%2020a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-6.75-1a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-4.5-12.99c3.169%200%204.966%202.097%205.228%204.63h.08a3.687%203.687%200%200%201%203.692%203.682a3.687%203.687%200%200%201-3.692%203.683H7.695a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.692-3.683h.08c.263-2.55%202.059-4.63%205.227-4.63m-8.634%204.155a.75.75%200%200%201-.315.935l-.091.045l-.926.384a.75.75%200%200%201-.666-1.34l.092-.046l.926-.384a.75.75%200%200%201%20.98.406m6.487-4.833l-.172.058C8.9%206.02%207.621%207.395%207.068%209.213l-.07.25l-.058.238l-.206.038a4.6%204.6%200%200%200-1.67.715a3.942%203.942%200%200%201%205.791-5.122m-7.914.031l.106.035l.926.384a.75.75%200%200%201-.469%201.42L3.4%207.168l-.926-.384a.75.75%200%200%201%20.468-1.42m3.815-2.986l.046.091l.383.926a.75.75%200%200%201-1.34.666L5.8%203.968l-.384-.926a.75.75%200%200%201%201.34-.665m4.354-.319a.75.75%200%200%201%20.44.875l-.034.105l-.384.926a.75.75%200%200%201-1.42-.468l.034-.106l.384-.926a.75.75%200%200%201%20.98-.406%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%22M10.752%2020a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-6.75-1a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m4.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-4.5-12.99c3.169%200%204.966%202.097%205.228%204.63h.08a3.687%203.687%200%200%201%203.692%203.682a3.687%203.687%200%200%201-3.692%203.683H7.695a3.687%203.687%200%200%201-3.692-3.682a3.687%203.687%200%200%201%203.692-3.683h.08c.263-2.55%202.059-4.63%205.227-4.63m-8.634%204.155a.75.75%200%200%201-.315.935l-.091.045l-.926.384a.75.75%200%200%201-.666-1.34l.092-.046l.926-.384a.75.75%200%200%201%20.98.406m6.487-4.833l-.172.058C8.9%206.02%207.621%207.395%207.068%209.213l-.07.25l-.058.238l-.206.038a4.6%204.6%200%200%200-1.67.715a3.942%203.942%200%200%201%205.791-5.122m-7.914.031l.106.035l.926.384a.75.75%200%200%201-.469%201.42L3.4%207.168l-.926-.384a.75.75%200%200%201%20.468-1.42m3.815-2.986l.046.091l.383.926a.75.75%200%200%201-1.34.666L5.8%203.968l-.384-.926a.75.75%200%200%201%201.34-.665m4.354-.319a.75.75%200%200%201%20.44.875l-.034.105l-.384.926a.75.75%200%200%201-1.42-.468l.034-.106l.384-.926a.75.75%200%200%201%20.98-.406%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-snow-shower-day-24-filled.svg?color=%231a73e8&size=48