weather squalls icon
weather-squalls-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-squalls-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-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 48 48"><path fill="currentColor" d="M15 15.702C15.167 11.407 18.699 8 23 8a8.001 8.001 0 0 1 0 16H5.25a1.25 1.25 0 1 1 0-2.5H23a5.5 5.5 0 1 0-.001-11a5.51 5.51 0 0 0-5.5 5.298a1.25 1.25 0 0 1-2.498-.096m17.133 8.36a6.035 6.035 0 0 1 5.854-4.562c3.31 0 6.013 2.682 6.013 6a6 6 0 0 1-6 6h-3.408c.575.877.908 1.924.908 3.04c0 2.979-2.412 5.46-5.422 5.46a5.42 5.42 0 0 1-4.85-2.997l-.096-.194a1.25 1.25 0 1 1 2.236-1.118l.097.194a2.92 2.92 0 0 0 2.613 1.615c1.599 0 2.922-1.332 2.922-2.96c0-1.672-1.358-3.04-3-3.04H5.25a1.25 1.25 0 1 1 0-2.5H38a3.5 3.5 0 0 0 3.5-3.5c0-1.929-1.576-3.5-3.513-3.5a3.535 3.535 0 0 0-3.428 2.669l-.096.384a1.25 1.25 0 0 1-2.426-.606z"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherSqualls48Regular(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="M15 15.702C15.167 11.407 18.699 8 23 8a8.001 8.001 0 0 1 0 16H5.25a1.25 1.25 0 1 1 0-2.5H23a5.5 5.5 0 1 0-.001-11a5.51 5.51 0 0 0-5.5 5.298a1.25 1.25 0 0 1-2.498-.096m17.133 8.36a6.035 6.035 0 0 1 5.854-4.562c3.31 0 6.013 2.682 6.013 6a6 6 0 0 1-6 6h-3.408c.575.877.908 1.924.908 3.04c0 2.979-2.412 5.46-5.422 5.46a5.42 5.42 0 0 1-4.85-2.997l-.096-.194a1.25 1.25 0 1 1 2.236-1.118l.097.194a2.92 2.92 0 0 0 2.613 1.615c1.599 0 2.922-1.332 2.922-2.96c0-1.672-1.358-3.04-3-3.04H5.25a1.25 1.25 0 1 1 0-2.5H38a3.5 3.5 0 0 0 3.5-3.5c0-1.929-1.576-3.5-3.513-3.5a3.535 3.535 0 0 0-3.428 2.669l-.096.384a1.25 1.25 0 0 1-2.426-.606z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15 15.702C15.167 11.407 18.699 8 23 8a8.001 8.001 0 0 1 0 16H5.25a1.25 1.25 0 1 1 0-2.5H23a5.5 5.5 0 1 0-.001-11a5.51 5.51 0 0 0-5.5 5.298a1.25 1.25 0 0 1-2.498-.096m17.133 8.36a6.035 6.035 0 0 1 5.854-4.562c3.31 0 6.013 2.682 6.013 6a6 6 0 0 1-6 6h-3.408c.575.877.908 1.924.908 3.04c0 2.979-2.412 5.46-5.422 5.46a5.42 5.42 0 0 1-4.85-2.997l-.096-.194a1.25 1.25 0 1 1 2.236-1.118l.097.194a2.92 2.92 0 0 0 2.613 1.615c1.599 0 2.922-1.332 2.922-2.96c0-1.672-1.358-3.04-3-3.04H5.25a1.25 1.25 0 1 1 0-2.5H38a3.5 3.5 0 0 0 3.5-3.5c0-1.929-1.576-3.5-3.513-3.5a3.535 3.535 0 0 0-3.428 2.669l-.096.384a1.25 1.25 0 0 1-2.426-.606z"/></svg> </template>
CSS
.icon-weather-squalls-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%22M15%2015.702C15.167%2011.407%2018.699%208%2023%208a8.001%208.001%200%200%201%200%2016H5.25a1.25%201.25%200%201%201%200-2.5H23a5.5%205.5%200%201%200-.001-11a5.51%205.51%200%200%200-5.5%205.298a1.25%201.25%200%200%201-2.498-.096m17.133%208.36a6.035%206.035%200%200%201%205.854-4.562c3.31%200%206.013%202.682%206.013%206a6%206%200%200%201-6%206h-3.408c.575.877.908%201.924.908%203.04c0%202.979-2.412%205.46-5.422%205.46a5.42%205.42%200%200%201-4.85-2.997l-.096-.194a1.25%201.25%200%201%201%202.236-1.118l.097.194a2.92%202.92%200%200%200%202.613%201.615c1.599%200%202.922-1.332%202.922-2.96c0-1.672-1.358-3.04-3-3.04H5.25a1.25%201.25%200%201%201%200-2.5H38a3.5%203.5%200%200%200%203.5-3.5c0-1.929-1.576-3.5-3.513-3.5a3.535%203.535%200%200%200-3.428%202.669l-.096.384a1.25%201.25%200%200%201-2.426-.606z%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%22M15%2015.702C15.167%2011.407%2018.699%208%2023%208a8.001%208.001%200%200%201%200%2016H5.25a1.25%201.25%200%201%201%200-2.5H23a5.5%205.5%200%201%200-.001-11a5.51%205.51%200%200%200-5.5%205.298a1.25%201.25%200%200%201-2.498-.096m17.133%208.36a6.035%206.035%200%200%201%205.854-4.562c3.31%200%206.013%202.682%206.013%206a6%206%200%200%201-6%206h-3.408c.575.877.908%201.924.908%203.04c0%202.979-2.412%205.46-5.422%205.46a5.42%205.42%200%200%201-4.85-2.997l-.096-.194a1.25%201.25%200%201%201%202.236-1.118l.097.194a2.92%202.92%200%200%200%202.613%201.615c1.599%200%202.922-1.332%202.922-2.96c0-1.672-1.358-3.04-3-3.04H5.25a1.25%201.25%200%201%201%200-2.5H38a3.5%203.5%200%200%200%203.5-3.5c0-1.929-1.576-3.5-3.513-3.5a3.535%203.535%200%200%200-3.428%202.669l-.096.384a1.25%201.25%200%200%201-2.426-.606z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-squalls-48-regular.svg?color=%231a73e8&size=48