weather hail night icon
weather-hail-night-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-hail-night-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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-day-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 night icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 40.031a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4M25.999 12.01c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365S40.692 36 36.614 36h-21.23C11.306 36 8 32.703 8 28.635s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26m0 2.495c-4.261 0-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.408 1.347h-1.42c-2.594 0-4.697 2.114-4.697 4.721s2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.722c0-2.607-2.103-4.72-4.697-4.72h-1.42c-.752 0-1.408-.593-1.408-1.348c0-4.823-3.714-8.21-7.975-8.21M13.178 4.002c1.59.086 3.134.544 4.526 1.348a10.1 10.1 0 0 1 4.418 5.193a12 12 0 0 0-2.189.855c-.64-1.741-2.06-3.156-3.992-4.262a6.4 6.4 0 0 0-1.425-.59c.364 3.04.247 5.108-1.057 7.578l-.268.479c-1.295 2.197-3.207 3.497-6.125 4.84c.322.318.812.692 1.212.974q.681.48 1.403.818a9.4 9.4 0 0 0-1.822 1.874l-.31-.172a10.1 10.1 0 0 1-3.284-3.028a1.5 1.5 0 0 1 .731-2.265c3.285-1.176 5.055-2.5 6.067-4.432c1.105-2.11 1.31-4.348.576-7.354a1.502 1.502 0 0 1 1.539-1.856"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHailNight48Regular(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 40.031a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4M25.999 12.01c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365S40.692 36 36.614 36h-21.23C11.306 36 8 32.703 8 28.635s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26m0 2.495c-4.261 0-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.408 1.347h-1.42c-2.594 0-4.697 2.114-4.697 4.721s2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.722c0-2.607-2.103-4.72-4.697-4.72h-1.42c-.752 0-1.408-.593-1.408-1.348c0-4.823-3.714-8.21-7.975-8.21M13.178 4.002c1.59.086 3.134.544 4.526 1.348a10.1 10.1 0 0 1 4.418 5.193a12 12 0 0 0-2.189.855c-.64-1.741-2.06-3.156-3.992-4.262a6.4 6.4 0 0 0-1.425-.59c.364 3.04.247 5.108-1.057 7.578l-.268.479c-1.295 2.197-3.207 3.497-6.125 4.84c.322.318.812.692 1.212.974q.681.48 1.403.818a9.4 9.4 0 0 0-1.822 1.874l-.31-.172a10.1 10.1 0 0 1-3.284-3.028a1.5 1.5 0 0 1 .731-2.265c3.285-1.176 5.055-2.5 6.067-4.432c1.105-2.11 1.31-4.348.576-7.354a1.502 1.502 0 0 1 1.539-1.856"/></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 40.031a2 2 0 1 1 0 4a2 2 0 0 1 0-4m-7-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m14 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4M25.999 12.01c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.297 7.384 7.365S40.692 36 36.614 36h-21.23C11.306 36 8 32.703 8 28.635s3.306-7.365 7.384-7.365h.16c.526-5.1 4.118-9.26 10.455-9.26m0 2.495c-4.261 0-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.408 1.347h-1.42c-2.594 0-4.697 2.114-4.697 4.721s2.103 4.722 4.697 4.722h21.606c2.594 0 4.697-2.114 4.697-4.722c0-2.607-2.103-4.72-4.697-4.72h-1.42c-.752 0-1.408-.593-1.408-1.348c0-4.823-3.714-8.21-7.975-8.21M13.178 4.002c1.59.086 3.134.544 4.526 1.348a10.1 10.1 0 0 1 4.418 5.193a12 12 0 0 0-2.189.855c-.64-1.741-2.06-3.156-3.992-4.262a6.4 6.4 0 0 0-1.425-.59c.364 3.04.247 5.108-1.057 7.578l-.268.479c-1.295 2.197-3.207 3.497-6.125 4.84c.322.318.812.692 1.212.974q.681.48 1.403.818a9.4 9.4 0 0 0-1.822 1.874l-.31-.172a10.1 10.1 0 0 1-3.284-3.028a1.5 1.5 0 0 1 .731-2.265c3.285-1.176 5.055-2.5 6.067-4.432c1.105-2.11 1.31-4.348.576-7.354a1.502 1.502 0 0 1 1.539-1.856"/></svg> </template>
CSS
.icon-weather-hail-night-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2040.031a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-7-2a2%202%200%201%201%200%204a2%202%200%200%201%200-4m14%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4M25.999%2012.01c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.297%207.384%207.365S40.692%2036%2036.614%2036h-21.23C11.306%2036%208%2032.703%208%2028.635s3.306-7.365%207.384-7.365h.16c.526-5.1%204.118-9.26%2010.455-9.26m0%202.495c-4.261%200-7.975%203.448-7.975%208.21c0%20.755-.656%201.347-1.408%201.347h-1.42c-2.594%200-4.697%202.114-4.697%204.721s2.103%204.722%204.697%204.722h21.606c2.594%200%204.697-2.114%204.697-4.722c0-2.607-2.103-4.72-4.697-4.72h-1.42c-.752%200-1.408-.593-1.408-1.348c0-4.823-3.714-8.21-7.975-8.21M13.178%204.002c1.59.086%203.134.544%204.526%201.348a10.1%2010.1%200%200%201%204.418%205.193a12%2012%200%200%200-2.189.855c-.64-1.741-2.06-3.156-3.992-4.262a6.4%206.4%200%200%200-1.425-.59c.364%203.04.247%205.108-1.057%207.578l-.268.479c-1.295%202.197-3.207%203.497-6.125%204.84c.322.318.812.692%201.212.974q.681.48%201.403.818a9.4%209.4%200%200%200-1.822%201.874l-.31-.172a10.1%2010.1%200%200%201-3.284-3.028a1.5%201.5%200%200%201%20.731-2.265c3.285-1.176%205.055-2.5%206.067-4.432c1.105-2.11%201.31-4.348.576-7.354a1.502%201.502%200%200%201%201.539-1.856%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%2040.031a2%202%200%201%201%200%204a2%202%200%200%201%200-4m-7-2a2%202%200%201%201%200%204a2%202%200%200%201%200-4m14%200a2%202%200%201%201%200%204a2%202%200%200%201%200-4M25.999%2012.01c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.297%207.384%207.365S40.692%2036%2036.614%2036h-21.23C11.306%2036%208%2032.703%208%2028.635s3.306-7.365%207.384-7.365h.16c.526-5.1%204.118-9.26%2010.455-9.26m0%202.495c-4.261%200-7.975%203.448-7.975%208.21c0%20.755-.656%201.347-1.408%201.347h-1.42c-2.594%200-4.697%202.114-4.697%204.721s2.103%204.722%204.697%204.722h21.606c2.594%200%204.697-2.114%204.697-4.722c0-2.607-2.103-4.72-4.697-4.72h-1.42c-.752%200-1.408-.593-1.408-1.348c0-4.823-3.714-8.21-7.975-8.21M13.178%204.002c1.59.086%203.134.544%204.526%201.348a10.1%2010.1%200%200%201%204.418%205.193a12%2012%200%200%200-2.189.855c-.64-1.741-2.06-3.156-3.992-4.262a6.4%206.4%200%200%200-1.425-.59c.364%203.04.247%205.108-1.057%207.578l-.268.479c-1.295%202.197-3.207%203.497-6.125%204.84c.322.318.812.692%201.212.974q.681.48%201.403.818a9.4%209.4%200%200%200-1.822%201.874l-.31-.172a10.1%2010.1%200%200%201-3.284-3.028a1.5%201.5%200%200%201%20.731-2.265c3.285-1.176%205.055-2.5%206.067-4.432c1.105-2.11%201.31-4.348.576-7.354a1.502%201.502%200%200%201%201.539-1.856%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-hail-night-48-regular.svg?color=%231a73e8&size=48