weather humidity icon
weather-humidity-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- weather-humidity-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
weather-humidity-12-filledweather-humidity-12-regularweather-humidity-16-filledweather-humidity-16-regularweather-humidity-20-filledweather-humidity-20-regularweather-humidity-24-filledweather-humidity-24-regularweather-humidity-28-filledweather-humidity-28-regularweather-humidity-32-filledweather-humidity-32-regularweather-humidity-48-filled
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-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-filledweather-sunny-low-20-filled
Use the weather humidity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.25 41.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5zm5.5-5a1.25 1.25 0 1 1 0 2.5h-21.5a1.25 1.25 0 1 1 0-2.5zm2-5a1.25 1.25 0 1 1 0 2.5h-25.5a1.25 1.25 0 1 1 0-2.5zm.5-5a1.25 1.25 0 1 1 0 2.5h-26.5a1.25 1.25 0 1 1 0-2.5zM24.001 4c.331 0 .65.132.884.366c.867.867 4.248 4.12 7.408 8.461c2.42 3.326 4.812 7.423 5.77 11.673H35.49c-.917-3.544-2.961-7.101-5.219-10.202c-2.37-3.255-4.871-5.875-6.27-7.283c-1.448 1.454-3.984 4.097-6.363 7.376c-2.23 3.072-4.235 6.585-5.135 10.109h-2.57c.941-4.226 3.284-8.276 5.681-11.578c3.13-4.31 6.513-7.565 7.503-8.556A1.25 1.25 0 0 1 24.001 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHumidity48Regular(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="M29.25 41.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5zm5.5-5a1.25 1.25 0 1 1 0 2.5h-21.5a1.25 1.25 0 1 1 0-2.5zm2-5a1.25 1.25 0 1 1 0 2.5h-25.5a1.25 1.25 0 1 1 0-2.5zm.5-5a1.25 1.25 0 1 1 0 2.5h-26.5a1.25 1.25 0 1 1 0-2.5zM24.001 4c.331 0 .65.132.884.366c.867.867 4.248 4.12 7.408 8.461c2.42 3.326 4.812 7.423 5.77 11.673H35.49c-.917-3.544-2.961-7.101-5.219-10.202c-2.37-3.255-4.871-5.875-6.27-7.283c-1.448 1.454-3.984 4.097-6.363 7.376c-2.23 3.072-4.235 6.585-5.135 10.109h-2.57c.941-4.226 3.284-8.276 5.681-11.578c3.13-4.31 6.513-7.565 7.503-8.556A1.25 1.25 0 0 1 24.001 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="M29.25 41.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5zm5.5-5a1.25 1.25 0 1 1 0 2.5h-21.5a1.25 1.25 0 1 1 0-2.5zm2-5a1.25 1.25 0 1 1 0 2.5h-25.5a1.25 1.25 0 1 1 0-2.5zm.5-5a1.25 1.25 0 1 1 0 2.5h-26.5a1.25 1.25 0 1 1 0-2.5zM24.001 4c.331 0 .65.132.884.366c.867.867 4.248 4.12 7.408 8.461c2.42 3.326 4.812 7.423 5.77 11.673H35.49c-.917-3.544-2.961-7.101-5.219-10.202c-2.37-3.255-4.871-5.875-6.27-7.283c-1.448 1.454-3.984 4.097-6.363 7.376c-2.23 3.072-4.235 6.585-5.135 10.109h-2.57c.941-4.226 3.284-8.276 5.681-11.578c3.13-4.31 6.513-7.565 7.503-8.556A1.25 1.25 0 0 1 24.001 4"/></svg> </template>
CSS
.icon-weather-humidity-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%22M29.25%2041.5a1.25%201.25%200%201%201%200%202.5h-10.5a1.25%201.25%200%201%201%200-2.5zm5.5-5a1.25%201.25%200%201%201%200%202.5h-21.5a1.25%201.25%200%201%201%200-2.5zm2-5a1.25%201.25%200%201%201%200%202.5h-25.5a1.25%201.25%200%201%201%200-2.5zm.5-5a1.25%201.25%200%201%201%200%202.5h-26.5a1.25%201.25%200%201%201%200-2.5zM24.001%204c.331%200%20.65.132.884.366c.867.867%204.248%204.12%207.408%208.461c2.42%203.326%204.812%207.423%205.77%2011.673H35.49c-.917-3.544-2.961-7.101-5.219-10.202c-2.37-3.255-4.871-5.875-6.27-7.283c-1.448%201.454-3.984%204.097-6.363%207.376c-2.23%203.072-4.235%206.585-5.135%2010.109h-2.57c.941-4.226%203.284-8.276%205.681-11.578c3.13-4.31%206.513-7.565%207.503-8.556A1.25%201.25%200%200%201%2024.001%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%22M29.25%2041.5a1.25%201.25%200%201%201%200%202.5h-10.5a1.25%201.25%200%201%201%200-2.5zm5.5-5a1.25%201.25%200%201%201%200%202.5h-21.5a1.25%201.25%200%201%201%200-2.5zm2-5a1.25%201.25%200%201%201%200%202.5h-25.5a1.25%201.25%200%201%201%200-2.5zm.5-5a1.25%201.25%200%201%201%200%202.5h-26.5a1.25%201.25%200%201%201%200-2.5zM24.001%204c.331%200%20.65.132.884.366c.867.867%204.248%204.12%207.408%208.461c2.42%203.326%204.812%207.423%205.77%2011.673H35.49c-.917-3.544-2.961-7.101-5.219-10.202c-2.37-3.255-4.871-5.875-6.27-7.283c-1.448%201.454-3.984%204.097-6.363%207.376c-2.23%203.072-4.235%206.585-5.135%2010.109h-2.57c.941-4.226%203.284-8.276%205.681-11.578c3.13-4.31%206.513-7.565%207.503-8.556A1.25%201.25%200%200%201%2024.001%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-humidity-48-regular.svg?color=%231a73e8&size=48