weather squalls icon
weather-squalls-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- weather-squalls-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M8.077 6.884A4.07 4.07 0 0 1 11.973 4C14.174 4 16 5.783 16 8a4 4 0 0 1-4 4H2.75a.75.75 0 0 1 0-1.5H12A2.5 2.5 0 0 0 14.5 8c0-1.373-1.138-2.5-2.527-2.5c-1.13 0-2.138.743-2.46 1.815l-.045.15a.75.75 0 1 1-1.436-.43zm8.212 5.129A2.94 2.94 0 0 1 19.07 10A2.93 2.93 0 0 1 22 12.93V13a3 3 0 0 1-3 3h-1.3a2.75 2.75 0 0 1-2.45 4h-.135a2.56 2.56 0 0 1-2.285-1.41a.75.75 0 0 1 1.34-.673c.18.357.545.583.945.583h.135a1.25 1.25 0 1 0 0-2.5H2.75a.75.75 0 0 1 0-1.5H19a1.5 1.5 0 0 0 1.5-1.5v-.07c0-.79-.64-1.43-1.43-1.43c-.61 0-1.163.4-1.358.987a.75.75 0 0 1-1.424-.474"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSqualls24Regular(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="M8.077 6.884A4.07 4.07 0 0 1 11.973 4C14.174 4 16 5.783 16 8a4 4 0 0 1-4 4H2.75a.75.75 0 0 1 0-1.5H12A2.5 2.5 0 0 0 14.5 8c0-1.373-1.138-2.5-2.527-2.5c-1.13 0-2.138.743-2.46 1.815l-.045.15a.75.75 0 1 1-1.436-.43zm8.212 5.129A2.94 2.94 0 0 1 19.07 10A2.93 2.93 0 0 1 22 12.93V13a3 3 0 0 1-3 3h-1.3a2.75 2.75 0 0 1-2.45 4h-.135a2.56 2.56 0 0 1-2.285-1.41a.75.75 0 0 1 1.34-.673c.18.357.545.583.945.583h.135a1.25 1.25 0 1 0 0-2.5H2.75a.75.75 0 0 1 0-1.5H19a1.5 1.5 0 0 0 1.5-1.5v-.07c0-.79-.64-1.43-1.43-1.43c-.61 0-1.163.4-1.358.987a.75.75 0 0 1-1.424-.474"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.077 6.884A4.07 4.07 0 0 1 11.973 4C14.174 4 16 5.783 16 8a4 4 0 0 1-4 4H2.75a.75.75 0 0 1 0-1.5H12A2.5 2.5 0 0 0 14.5 8c0-1.373-1.138-2.5-2.527-2.5c-1.13 0-2.138.743-2.46 1.815l-.045.15a.75.75 0 1 1-1.436-.43zm8.212 5.129A2.94 2.94 0 0 1 19.07 10A2.93 2.93 0 0 1 22 12.93V13a3 3 0 0 1-3 3h-1.3a2.75 2.75 0 0 1-2.45 4h-.135a2.56 2.56 0 0 1-2.285-1.41a.75.75 0 0 1 1.34-.673c.18.357.545.583.945.583h.135a1.25 1.25 0 1 0 0-2.5H2.75a.75.75 0 0 1 0-1.5H19a1.5 1.5 0 0 0 1.5-1.5v-.07c0-.79-.64-1.43-1.43-1.43c-.61 0-1.163.4-1.358.987a.75.75 0 0 1-1.424-.474"/></svg> </template>
CSS
.icon-weather-squalls-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.077%206.884A4.07%204.07%200%200%201%2011.973%204C14.174%204%2016%205.783%2016%208a4%204%200%200%201-4%204H2.75a.75.75%200%200%201%200-1.5H12A2.5%202.5%200%200%200%2014.5%208c0-1.373-1.138-2.5-2.527-2.5c-1.13%200-2.138.743-2.46%201.815l-.045.15a.75.75%200%201%201-1.436-.43zm8.212%205.129A2.94%202.94%200%200%201%2019.07%2010A2.93%202.93%200%200%201%2022%2012.93V13a3%203%200%200%201-3%203h-1.3a2.75%202.75%200%200%201-2.45%204h-.135a2.56%202.56%200%200%201-2.285-1.41a.75.75%200%200%201%201.34-.673c.18.357.545.583.945.583h.135a1.25%201.25%200%201%200%200-2.5H2.75a.75.75%200%200%201%200-1.5H19a1.5%201.5%200%200%200%201.5-1.5v-.07c0-.79-.64-1.43-1.43-1.43c-.61%200-1.163.4-1.358.987a.75.75%200%200%201-1.424-.474%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%22M8.077%206.884A4.07%204.07%200%200%201%2011.973%204C14.174%204%2016%205.783%2016%208a4%204%200%200%201-4%204H2.75a.75.75%200%200%201%200-1.5H12A2.5%202.5%200%200%200%2014.5%208c0-1.373-1.138-2.5-2.527-2.5c-1.13%200-2.138.743-2.46%201.815l-.045.15a.75.75%200%201%201-1.436-.43zm8.212%205.129A2.94%202.94%200%200%201%2019.07%2010A2.93%202.93%200%200%201%2022%2012.93V13a3%203%200%200%201-3%203h-1.3a2.75%202.75%200%200%201-2.45%204h-.135a2.56%202.56%200%200%201-2.285-1.41a.75.75%200%200%201%201.34-.673c.18.357.545.583.945.583h.135a1.25%201.25%200%201%200%200-2.5H2.75a.75.75%200%200%201%200-1.5H19a1.5%201.5%200%200%200%201.5-1.5v-.07c0-.79-.64-1.43-1.43-1.43c-.61%200-1.163.4-1.358.987a.75.75%200%200%201-1.424-.474%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-regular.svg?color=%231a73e8&size=48