weather thunderstorm icon
weather-thunderstorm-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-thunderstorm-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-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-filled
Use the weather thunderstorm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m21.282 31.95l4.517-5.489a1.25 1.25 0 0 1 2.011 1.479l-.08.11l-2.835 3.444h4.858c1.01 0 1.586 1.124 1.044 1.937l-.073.1l-6.486 8.005a1.25 1.25 0 0 1-2.022-1.463l.08-.11l4.835-5.969h-4.884c-1.014 0-1.59-1.132-1.04-1.944zl4.517-5.489zM26 10.018c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-4.123.001A2.5 2.5 0 0 0 33 32.5c0-.35-.072-.684-.203-.987h4.007c2.594 0 4.697-2.114 4.697-4.721s-2.103-4.722-4.697-4.722h-1.42c-.752 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.211-7.975-8.211s-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.407 1.347h-1.421c-2.594 0-4.697 2.114-4.697 4.722c0 2.607 2.103 4.721 4.697 4.721h4.004a2.5 2.5 0 0 0 .304 2.497l-4.12-.002c-4.078 0-7.384-3.297-7.384-7.365c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.526-5.099 4.118-9.26 10.455-9.26M19.998 4a9.43 9.43 0 0 1 7.787 4.104a15.3 15.3 0 0 0-3.437-.017a6.65 6.65 0 0 0-4.35-1.625c-3.285 0-6.083 2.422-6.644 5.696l-.313 1.83a1 1 0 0 1-.986.831h-1.947c-2.063 0-3.735 1.71-3.735 3.821c0 1.106.459 2.102 1.193 2.8a9.3 9.3 0 0 0-1.044 2.092a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.998 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherThunderstorm48Regular(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="m21.282 31.95l4.517-5.489a1.25 1.25 0 0 1 2.011 1.479l-.08.11l-2.835 3.444h4.858c1.01 0 1.586 1.124 1.044 1.937l-.073.1l-6.486 8.005a1.25 1.25 0 0 1-2.022-1.463l.08-.11l4.835-5.969h-4.884c-1.014 0-1.59-1.132-1.04-1.944zl4.517-5.489zM26 10.018c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-4.123.001A2.5 2.5 0 0 0 33 32.5c0-.35-.072-.684-.203-.987h4.007c2.594 0 4.697-2.114 4.697-4.721s-2.103-4.722-4.697-4.722h-1.42c-.752 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.211-7.975-8.211s-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.407 1.347h-1.421c-2.594 0-4.697 2.114-4.697 4.722c0 2.607 2.103 4.721 4.697 4.721h4.004a2.5 2.5 0 0 0 .304 2.497l-4.12-.002c-4.078 0-7.384-3.297-7.384-7.365c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.526-5.099 4.118-9.26 10.455-9.26M19.998 4a9.43 9.43 0 0 1 7.787 4.104a15.3 15.3 0 0 0-3.437-.017a6.65 6.65 0 0 0-4.35-1.625c-3.285 0-6.083 2.422-6.644 5.696l-.313 1.83a1 1 0 0 1-.986.831h-1.947c-2.063 0-3.735 1.71-3.735 3.821c0 1.106.459 2.102 1.193 2.8a9.3 9.3 0 0 0-1.044 2.092a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.998 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m21.282 31.95l4.517-5.489a1.25 1.25 0 0 1 2.011 1.479l-.08.11l-2.835 3.444h4.858c1.01 0 1.586 1.124 1.044 1.937l-.073.1l-6.486 8.005a1.25 1.25 0 0 1-2.022-1.463l.08-.11l4.835-5.969h-4.884c-1.014 0-1.59-1.132-1.04-1.944zl4.517-5.489zM26 10.018c6.337 0 9.932 4.194 10.455 9.26h.16c4.078 0 7.384 3.298 7.384 7.365s-3.306 7.365-7.384 7.365l-4.123.001A2.5 2.5 0 0 0 33 32.5c0-.35-.072-.684-.203-.987h4.007c2.594 0 4.697-2.114 4.697-4.721s-2.103-4.722-4.697-4.722h-1.42c-.752 0-1.408-.592-1.408-1.346c0-4.824-3.714-8.211-7.975-8.211s-7.975 3.448-7.975 8.21c0 .755-.656 1.347-1.407 1.347h-1.421c-2.594 0-4.697 2.114-4.697 4.722c0 2.607 2.103 4.721 4.697 4.721h4.004a2.5 2.5 0 0 0 .304 2.497l-4.12-.002c-4.078 0-7.384-3.297-7.384-7.365c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.526-5.099 4.118-9.26 10.455-9.26M19.998 4a9.43 9.43 0 0 1 7.787 4.104a15.3 15.3 0 0 0-3.437-.017a6.65 6.65 0 0 0-4.35-1.625c-3.285 0-6.083 2.422-6.644 5.696l-.313 1.83a1 1 0 0 1-.986.831h-1.947c-2.063 0-3.735 1.71-3.735 3.821c0 1.106.459 2.102 1.193 2.8a9.3 9.3 0 0 0-1.044 2.092a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.998 4"/></svg> </template>
CSS
.icon-weather-thunderstorm-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%22m21.282%2031.95l4.517-5.489a1.25%201.25%200%200%201%202.011%201.479l-.08.11l-2.835%203.444h4.858c1.01%200%201.586%201.124%201.044%201.937l-.073.1l-6.486%208.005a1.25%201.25%200%200%201-2.022-1.463l.08-.11l4.835-5.969h-4.884c-1.014%200-1.59-1.132-1.04-1.944zl4.517-5.489zM26%2010.018c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.384%207.365l-4.123.001A2.5%202.5%200%200%200%2033%2032.5c0-.35-.072-.684-.203-.987h4.007c2.594%200%204.697-2.114%204.697-4.721s-2.103-4.722-4.697-4.722h-1.42c-.752%200-1.408-.592-1.408-1.346c0-4.824-3.714-8.211-7.975-8.211s-7.975%203.448-7.975%208.21c0%20.755-.656%201.347-1.407%201.347h-1.421c-2.594%200-4.697%202.114-4.697%204.722c0%202.607%202.103%204.721%204.697%204.721h4.004a2.5%202.5%200%200%200%20.304%202.497l-4.12-.002c-4.078%200-7.384-3.297-7.384-7.365c0-3.986%203.175-7.233%207.14-7.361l.404-.004c.526-5.099%204.118-9.26%2010.455-9.26M19.998%204a9.43%209.43%200%200%201%207.787%204.104a15.3%2015.3%200%200%200-3.437-.017a6.65%206.65%200%200%200-4.35-1.625c-3.285%200-6.083%202.422-6.644%205.696l-.313%201.83a1%201%200%200%201-.986.831h-1.947c-2.063%200-3.735%201.71-3.735%203.821c0%201.106.459%202.102%201.193%202.8a9.3%209.3%200%200%200-1.044%202.092a6.564%206.564%200%200%201%204.04-11.737h.142A9.44%209.44%200%200%201%2019.998%204%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%22m21.282%2031.95l4.517-5.489a1.25%201.25%200%200%201%202.011%201.479l-.08.11l-2.835%203.444h4.858c1.01%200%201.586%201.124%201.044%201.937l-.073.1l-6.486%208.005a1.25%201.25%200%200%201-2.022-1.463l.08-.11l4.835-5.969h-4.884c-1.014%200-1.59-1.132-1.04-1.944zl4.517-5.489zM26%2010.018c6.337%200%209.932%204.194%2010.455%209.26h.16c4.078%200%207.384%203.298%207.384%207.365s-3.306%207.365-7.384%207.365l-4.123.001A2.5%202.5%200%200%200%2033%2032.5c0-.35-.072-.684-.203-.987h4.007c2.594%200%204.697-2.114%204.697-4.721s-2.103-4.722-4.697-4.722h-1.42c-.752%200-1.408-.592-1.408-1.346c0-4.824-3.714-8.211-7.975-8.211s-7.975%203.448-7.975%208.21c0%20.755-.656%201.347-1.407%201.347h-1.421c-2.594%200-4.697%202.114-4.697%204.722c0%202.607%202.103%204.721%204.697%204.721h4.004a2.5%202.5%200%200%200%20.304%202.497l-4.12-.002c-4.078%200-7.384-3.297-7.384-7.365c0-3.986%203.175-7.233%207.14-7.361l.404-.004c.526-5.099%204.118-9.26%2010.455-9.26M19.998%204a9.43%209.43%200%200%201%207.787%204.104a15.3%2015.3%200%200%200-3.437-.017a6.65%206.65%200%200%200-4.35-1.625c-3.285%200-6.083%202.422-6.644%205.696l-.313%201.83a1%201%200%200%201-.986.831h-1.947c-2.063%200-3.735%201.71-3.735%203.821c0%201.106.459%202.102%201.193%202.8a9.3%209.3%200%200%200-1.044%202.092a6.564%206.564%200%200%201%204.04-11.737h.142A9.44%209.44%200%200%201%2019.998%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-thunderstorm-48-regular.svg?color=%231a73e8&size=48