weather squalls icon
weather-squalls-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- weather-squalls-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
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-sunny-16-filledweather-sunny-high-20-filledweather-sunny-low-20-filled
Use the weather squalls icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.747 6.19a4.3 4.3 0 0 1 3.985-2.69C14.072 3.5 16 5.396 16 7.75A4.25 4.25 0 0 1 11.75 12H3a1 1 0 1 1 0-2h8.75A2.25 2.25 0 0 0 14 7.75a2.265 2.265 0 0 0-2.268-2.25c-.936 0-1.784.571-2.128 1.433l-.176.438a1 1 0 0 1-1.856-.742zm8.054 5.494a3.19 3.19 0 0 1 3.02-2.184A3.18 3.18 0 0 1 22 12.68v.07A3.25 3.25 0 0 1 18.75 16h-1c.161.385.25.807.25 1.25v.07a3.18 3.18 0 0 1-3.18 3.18a3.19 3.19 0 0 1-3.019-2.184a1 1 0 0 1 1.898-.632c.162.487.62.816 1.122.816A1.18 1.18 0 0 0 16 17.32v-.07c0-.69-.56-1.25-1.25-1.25H3a1 1 0 1 1 0-2h15.75c.69 0 1.25-.56 1.25-1.25v-.07a1.18 1.18 0 0 0-1.18-1.18c-.501 0-.959.33-1.121.816a1 1 0 0 1-1.898-.632"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSqualls24Filled(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="M7.747 6.19a4.3 4.3 0 0 1 3.985-2.69C14.072 3.5 16 5.396 16 7.75A4.25 4.25 0 0 1 11.75 12H3a1 1 0 1 1 0-2h8.75A2.25 2.25 0 0 0 14 7.75a2.265 2.265 0 0 0-2.268-2.25c-.936 0-1.784.571-2.128 1.433l-.176.438a1 1 0 0 1-1.856-.742zm8.054 5.494a3.19 3.19 0 0 1 3.02-2.184A3.18 3.18 0 0 1 22 12.68v.07A3.25 3.25 0 0 1 18.75 16h-1c.161.385.25.807.25 1.25v.07a3.18 3.18 0 0 1-3.18 3.18a3.19 3.19 0 0 1-3.019-2.184a1 1 0 0 1 1.898-.632c.162.487.62.816 1.122.816A1.18 1.18 0 0 0 16 17.32v-.07c0-.69-.56-1.25-1.25-1.25H3a1 1 0 1 1 0-2h15.75c.69 0 1.25-.56 1.25-1.25v-.07a1.18 1.18 0 0 0-1.18-1.18c-.501 0-.959.33-1.121.816a1 1 0 0 1-1.898-.632"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.747 6.19a4.3 4.3 0 0 1 3.985-2.69C14.072 3.5 16 5.396 16 7.75A4.25 4.25 0 0 1 11.75 12H3a1 1 0 1 1 0-2h8.75A2.25 2.25 0 0 0 14 7.75a2.265 2.265 0 0 0-2.268-2.25c-.936 0-1.784.571-2.128 1.433l-.176.438a1 1 0 0 1-1.856-.742zm8.054 5.494a3.19 3.19 0 0 1 3.02-2.184A3.18 3.18 0 0 1 22 12.68v.07A3.25 3.25 0 0 1 18.75 16h-1c.161.385.25.807.25 1.25v.07a3.18 3.18 0 0 1-3.18 3.18a3.19 3.19 0 0 1-3.019-2.184a1 1 0 0 1 1.898-.632c.162.487.62.816 1.122.816A1.18 1.18 0 0 0 16 17.32v-.07c0-.69-.56-1.25-1.25-1.25H3a1 1 0 1 1 0-2h15.75c.69 0 1.25-.56 1.25-1.25v-.07a1.18 1.18 0 0 0-1.18-1.18c-.501 0-.959.33-1.121.816a1 1 0 0 1-1.898-.632"/></svg> </template>
CSS
.icon-weather-squalls-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%22M7.747%206.19a4.3%204.3%200%200%201%203.985-2.69C14.072%203.5%2016%205.396%2016%207.75A4.25%204.25%200%200%201%2011.75%2012H3a1%201%200%201%201%200-2h8.75A2.25%202.25%200%200%200%2014%207.75a2.265%202.265%200%200%200-2.268-2.25c-.936%200-1.784.571-2.128%201.433l-.176.438a1%201%200%200%201-1.856-.742zm8.054%205.494a3.19%203.19%200%200%201%203.02-2.184A3.18%203.18%200%200%201%2022%2012.68v.07A3.25%203.25%200%200%201%2018.75%2016h-1c.161.385.25.807.25%201.25v.07a3.18%203.18%200%200%201-3.18%203.18a3.19%203.19%200%200%201-3.019-2.184a1%201%200%200%201%201.898-.632c.162.487.62.816%201.122.816A1.18%201.18%200%200%200%2016%2017.32v-.07c0-.69-.56-1.25-1.25-1.25H3a1%201%200%201%201%200-2h15.75c.69%200%201.25-.56%201.25-1.25v-.07a1.18%201.18%200%200%200-1.18-1.18c-.501%200-.959.33-1.121.816a1%201%200%200%201-1.898-.632%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%22M7.747%206.19a4.3%204.3%200%200%201%203.985-2.69C14.072%203.5%2016%205.396%2016%207.75A4.25%204.25%200%200%201%2011.75%2012H3a1%201%200%201%201%200-2h8.75A2.25%202.25%200%200%200%2014%207.75a2.265%202.265%200%200%200-2.268-2.25c-.936%200-1.784.571-2.128%201.433l-.176.438a1%201%200%200%201-1.856-.742zm8.054%205.494a3.19%203.19%200%200%201%203.02-2.184A3.18%203.18%200%200%201%2022%2012.68v.07A3.25%203.25%200%200%201%2018.75%2016h-1c.161.385.25.807.25%201.25v.07a3.18%203.18%200%200%201-3.18%203.18a3.19%203.19%200%200%201-3.019-2.184a1%201%200%200%201%201.898-.632c.162.487.62.816%201.122.816A1.18%201.18%200%200%200%2016%2017.32v-.07c0-.69-.56-1.25-1.25-1.25H3a1%201%200%201%201%200-2h15.75c.69%200%201.25-.56%201.25-1.25v-.07a1.18%201.18%200%200%200-1.18-1.18c-.501%200-.959.33-1.121.816a1%201%200%200%201-1.898-.632%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-squalls-24-filled.svg?color=%231a73e8&size=48