weather thunderstorm icon

weather-thunderstorm-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
weather-thunderstorm-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

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="M27.356 25.395a1.75 1.75 0 0 1 .342 2.335l-.095.128l-2.164 2.645h4.806c1.436 0 2.242 1.622 1.43 2.76l-.086.111l-7.501 8.997a1.75 1.75 0 0 1-2.785-2.115l.097-.127l5.106-6.126h-4.758c-1.428 0-2.236-1.606-1.44-2.745l.086-.112l4.5-5.504a1.75 1.75 0 0 1 2.462-.247M26 10.018c6.338 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.365h-3.063c1.284-2.436-.414-5.505-3.306-5.505h-.694l.067-.131c.74-1.576.348-3.426-.996-4.525a3.75 3.75 0 0 0-5.277.53l-4.5 5.503l-.131.171l-.102.153a3.77 3.77 0 0 0-.168 3.805h-3.06c-4.077 0-7.383-3.298-7.383-7.366c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.525-5.099 4.117-9.26 10.455-9.26M19.997 4a9.43 9.43 0 0 1 7.787 4.104A15 15 0 0 0 25.996 8c-6.078 0-10.476 3.44-11.96 8.62l-.08.29l-.115.476l-.413.076a9.38 9.38 0 0 0-6.908 6.07a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.996 4"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherThunderstorm48Filled(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="M27.356 25.395a1.75 1.75 0 0 1 .342 2.335l-.095.128l-2.164 2.645h4.806c1.436 0 2.242 1.622 1.43 2.76l-.086.111l-7.501 8.997a1.75 1.75 0 0 1-2.785-2.115l.097-.127l5.106-6.126h-4.758c-1.428 0-2.236-1.606-1.44-2.745l.086-.112l4.5-5.504a1.75 1.75 0 0 1 2.462-.247M26 10.018c6.338 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.365h-3.063c1.284-2.436-.414-5.505-3.306-5.505h-.694l.067-.131c.74-1.576.348-3.426-.996-4.525a3.75 3.75 0 0 0-5.277.53l-4.5 5.503l-.131.171l-.102.153a3.77 3.77 0 0 0-.168 3.805h-3.06c-4.077 0-7.383-3.298-7.383-7.366c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.525-5.099 4.117-9.26 10.455-9.26M19.997 4a9.43 9.43 0 0 1 7.787 4.104A15 15 0 0 0 25.996 8c-6.078 0-10.476 3.44-11.96 8.62l-.08.29l-.115.476l-.413.076a9.38 9.38 0 0 0-6.908 6.07a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.996 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="M27.356 25.395a1.75 1.75 0 0 1 .342 2.335l-.095.128l-2.164 2.645h4.806c1.436 0 2.242 1.622 1.43 2.76l-.086.111l-7.501 8.997a1.75 1.75 0 0 1-2.785-2.115l.097-.127l5.106-6.126h-4.758c-1.428 0-2.236-1.606-1.44-2.745l.086-.112l4.5-5.504a1.75 1.75 0 0 1 2.462-.247M26 10.018c6.338 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.365h-3.063c1.284-2.436-.414-5.505-3.306-5.505h-.694l.067-.131c.74-1.576.348-3.426-.996-4.525a3.75 3.75 0 0 0-5.277.53l-4.5 5.503l-.131.171l-.102.153a3.77 3.77 0 0 0-.168 3.805h-3.06c-4.077 0-7.383-3.298-7.383-7.366c0-3.986 3.175-7.233 7.14-7.361l.404-.004c.525-5.099 4.117-9.26 10.455-9.26M19.997 4a9.43 9.43 0 0 1 7.787 4.104A15 15 0 0 0 25.996 8c-6.078 0-10.476 3.44-11.96 8.62l-.08.29l-.115.476l-.413.076a9.38 9.38 0 0 0-6.908 6.07a6.564 6.564 0 0 1 4.04-11.737h.142A9.44 9.44 0 0 1 19.996 4"/></svg>
</template>

CSS

.icon-weather-thunderstorm-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%22M27.356%2025.395a1.75%201.75%200%200%201%20.342%202.335l-.095.128l-2.164%202.645h4.806c1.436%200%202.242%201.622%201.43%202.76l-.086.111l-7.501%208.997a1.75%201.75%200%200%201-2.785-2.115l.097-.127l5.106-6.126h-4.758c-1.428%200-2.236-1.606-1.44-2.745l.086-.112l4.5-5.504a1.75%201.75%200%200%201%202.462-.247M26%2010.018c6.338%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.365h-3.063c1.284-2.436-.414-5.505-3.306-5.505h-.694l.067-.131c.74-1.576.348-3.426-.996-4.525a3.75%203.75%200%200%200-5.277.53l-4.5%205.503l-.131.171l-.102.153a3.77%203.77%200%200%200-.168%203.805h-3.06c-4.077%200-7.383-3.298-7.383-7.366c0-3.986%203.175-7.233%207.14-7.361l.404-.004c.525-5.099%204.117-9.26%2010.455-9.26M19.997%204a9.43%209.43%200%200%201%207.787%204.104A15%2015%200%200%200%2025.996%208c-6.078%200-10.476%203.44-11.96%208.62l-.08.29l-.115.476l-.413.076a9.38%209.38%200%200%200-6.908%206.07a6.564%206.564%200%200%201%204.04-11.737h.142A9.44%209.44%200%200%201%2019.996%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%22M27.356%2025.395a1.75%201.75%200%200%201%20.342%202.335l-.095.128l-2.164%202.645h4.806c1.436%200%202.242%201.622%201.43%202.76l-.086.111l-7.501%208.997a1.75%201.75%200%200%201-2.785-2.115l.097-.127l5.106-6.126h-4.758c-1.428%200-2.236-1.606-1.44-2.745l.086-.112l4.5-5.504a1.75%201.75%200%200%201%202.462-.247M26%2010.018c6.338%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.365h-3.063c1.284-2.436-.414-5.505-3.306-5.505h-.694l.067-.131c.74-1.576.348-3.426-.996-4.525a3.75%203.75%200%200%200-5.277.53l-4.5%205.503l-.131.171l-.102.153a3.77%203.77%200%200%200-.168%203.805h-3.06c-4.077%200-7.383-3.298-7.383-7.366c0-3.986%203.175-7.233%207.14-7.361l.404-.004c.525-5.099%204.117-9.26%2010.455-9.26M19.997%204a9.43%209.43%200%200%201%207.787%204.104A15%2015%200%200%200%2025.996%208c-6.078%200-10.476%203.44-11.96%208.62l-.08.29l-.115.476l-.413.076a9.38%209.38%200%200%200-6.908%206.07a6.564%206.564%200%200%201%204.04-11.737h.142A9.44%209.44%200%200%201%2019.996%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-filled.svg?color=%231a73e8&size=48