weather hail day icon
weather-hail-day-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- weather-hail-day-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
5 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-night-20-filledweather-haze-20-filledweather-humidity-12-filledweather-moon-12-filledweather-moon-off-16-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 hail day icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 40a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-25.99c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.364-7.385 7.364H15.386c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16c.526-5.099 4.118-9.26 10.455-9.26M7.569 20.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.14-9.528c-3.801 1.22-6.509 4.09-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.341 1.43A7.883 7.883 0 0 1 21.71 10.662M5.505 9.978l.132.056l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.228m19.11-5.762a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHailDay48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 40a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-25.99c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.364-7.385 7.364H15.386c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16c.526-5.099 4.118-9.26 10.455-9.26M7.569 20.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.14-9.528c-3.801 1.22-6.509 4.09-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.341 1.43A7.883 7.883 0 0 1 21.71 10.662M5.505 9.978l.132.056l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.228m19.11-5.762a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 40a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 .001 4a2 2 0 0 1 0-4m-7-25.99c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365s-3.306 7.364-7.385 7.364H15.386c-4.078 0-7.384-3.297-7.384-7.365s3.306-7.365 7.384-7.365h.16c.526-5.099 4.118-9.26 10.455-9.26M7.569 20.19a1.75 1.75 0 0 1-.499 2.3l-.142.09l-1.299.75a1.75 1.75 0 0 1-1.892-2.94l.142-.09l1.3-.75a1.75 1.75 0 0 1 2.39.64m14.14-9.528c-3.801 1.22-6.509 4.09-7.62 7.922l-.094.34l-.116.476l-.412.077a9.3 9.3 0 0 0-3.341 1.43A7.883 7.883 0 0 1 21.71 10.662M5.505 9.978l.132.056l1.36.634a1.75 1.75 0 0 1-1.347 3.227l-.132-.055l-1.36-.634a1.75 1.75 0 0 1 1.347-3.228m19.11-5.762a1.75 1.75 0 0 1 .508 2.317l-.078.12l-.86 1.23a1.75 1.75 0 0 1-2.945-1.887l.078-.121l.86-1.229a1.75 1.75 0 0 1 2.438-.43m-10.291-.419l.065.156l.513 1.41a1.75 1.75 0 0 1-3.224 1.352l-.065-.156l-.513-1.41a1.75 1.75 0 0 1 3.224-1.352"/></svg> </template>
CSS
.icon-weather-hail-day-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2040a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m-7-2a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m14%200a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m-7-25.99c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.297%207.384%207.365s-3.306%207.364-7.385%207.364H15.386c-4.078%200-7.384-3.297-7.384-7.365s3.306-7.365%207.384-7.365h.16c.526-5.099%204.118-9.26%2010.455-9.26M7.569%2020.19a1.75%201.75%200%200%201-.499%202.3l-.142.09l-1.299.75a1.75%201.75%200%200%201-1.892-2.94l.142-.09l1.3-.75a1.75%201.75%200%200%201%202.39.64m14.14-9.528c-3.801%201.22-6.509%204.09-7.62%207.922l-.094.34l-.116.476l-.412.077a9.3%209.3%200%200%200-3.341%201.43A7.883%207.883%200%200%201%2021.71%2010.662M5.505%209.978l.132.056l1.36.634a1.75%201.75%200%200%201-1.347%203.227l-.132-.055l-1.36-.634a1.75%201.75%200%200%201%201.347-3.228m19.11-5.762a1.75%201.75%200%200%201%20.508%202.317l-.078.12l-.86%201.23a1.75%201.75%200%200%201-2.945-1.887l.078-.121l.86-1.229a1.75%201.75%200%200%201%202.438-.43m-10.291-.419l.065.156l.513%201.41a1.75%201.75%200%200%201-3.224%201.352l-.065-.156l-.513-1.41a1.75%201.75%200%200%201%203.224-1.352%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2040a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m-7-2a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m14%200a2%202%200%201%201%20.001%204a2%202%200%200%201%200-4m-7-25.99c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.297%207.384%207.365s-3.306%207.364-7.385%207.364H15.386c-4.078%200-7.384-3.297-7.384-7.365s3.306-7.365%207.384-7.365h.16c.526-5.099%204.118-9.26%2010.455-9.26M7.569%2020.19a1.75%201.75%200%200%201-.499%202.3l-.142.09l-1.299.75a1.75%201.75%200%200%201-1.892-2.94l.142-.09l1.3-.75a1.75%201.75%200%200%201%202.39.64m14.14-9.528c-3.801%201.22-6.509%204.09-7.62%207.922l-.094.34l-.116.476l-.412.077a9.3%209.3%200%200%200-3.341%201.43A7.883%207.883%200%200%201%2021.71%2010.662M5.505%209.978l.132.056l1.36.634a1.75%201.75%200%200%201-1.347%203.227l-.132-.055l-1.36-.634a1.75%201.75%200%200%201%201.347-3.228m19.11-5.762a1.75%201.75%200%200%201%20.508%202.317l-.078.12l-.86%201.23a1.75%201.75%200%200%201-2.945-1.887l.078-.121l.86-1.229a1.75%201.75%200%200%201%202.438-.43m-10.291-.419l.065.156l.513%201.41a1.75%201.75%200%200%201-3.224%201.352l-.065-.156l-.513-1.41a1.75%201.75%200%200%201%203.224-1.352%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-hail-day-48-filled.svg?color=%231a73e8&size=48