weather humidity icon
weather-humidity-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- weather-humidity-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-28-filledweather-humidity-28-regularweather-humidity-32-filledweather-humidity-32-regularweather-humidity-48-filledweather-humidity-48-regular
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 24 24"><path fill="currentColor" d="M14.75 20.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5zm2.75-3a.75.75 0 0 1 0 1.5h-11a.75.75 0 0 1 0-1.5zm1-3a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1 0-1.5zM11.47 2.22a.75.75 0 0 1 1.06 0c.404.403 2 2.128 3.5 4.362c1.245 1.856 2.496 4.171 2.86 6.418h-1.519c-.355-1.829-1.406-3.822-2.588-5.582A33 33 0 0 0 12 3.848a33 33 0 0 0-2.783 3.57C8.035 9.178 6.984 11.171 6.629 13h-1.52c.365-2.247 1.615-4.562 2.862-6.418c1.5-2.234 3.095-3.959 3.499-4.362"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHumidity24Regular(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="M14.75 20.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5zm2.75-3a.75.75 0 0 1 0 1.5h-11a.75.75 0 0 1 0-1.5zm1-3a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1 0-1.5zM11.47 2.22a.75.75 0 0 1 1.06 0c.404.403 2 2.128 3.5 4.362c1.245 1.856 2.496 4.171 2.86 6.418h-1.519c-.355-1.829-1.406-3.822-2.588-5.582A33 33 0 0 0 12 3.848a33 33 0 0 0-2.783 3.57C8.035 9.178 6.984 11.171 6.629 13h-1.52c.365-2.247 1.615-4.562 2.862-6.418c1.5-2.234 3.095-3.959 3.499-4.362"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.75 20.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1 0-1.5zm2.75-3a.75.75 0 0 1 0 1.5h-11a.75.75 0 0 1 0-1.5zm1-3a.75.75 0 0 1 0 1.5h-13a.75.75 0 0 1 0-1.5zM11.47 2.22a.75.75 0 0 1 1.06 0c.404.403 2 2.128 3.5 4.362c1.245 1.856 2.496 4.171 2.86 6.418h-1.519c-.355-1.829-1.406-3.822-2.588-5.582A33 33 0 0 0 12 3.848a33 33 0 0 0-2.783 3.57C8.035 9.178 6.984 11.171 6.629 13h-1.52c.365-2.247 1.615-4.562 2.862-6.418c1.5-2.234 3.095-3.959 3.499-4.362"/></svg> </template>
CSS
.icon-weather-humidity-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%22M14.75%2020.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201%200-1.5zm2.75-3a.75.75%200%200%201%200%201.5h-11a.75.75%200%200%201%200-1.5zm1-3a.75.75%200%200%201%200%201.5h-13a.75.75%200%200%201%200-1.5zM11.47%202.22a.75.75%200%200%201%201.06%200c.404.403%202%202.128%203.5%204.362c1.245%201.856%202.496%204.171%202.86%206.418h-1.519c-.355-1.829-1.406-3.822-2.588-5.582A33%2033%200%200%200%2012%203.848a33%2033%200%200%200-2.783%203.57C8.035%209.178%206.984%2011.171%206.629%2013h-1.52c.365-2.247%201.615-4.562%202.862-6.418c1.5-2.234%203.095-3.959%203.499-4.362%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%22M14.75%2020.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201%200-1.5zm2.75-3a.75.75%200%200%201%200%201.5h-11a.75.75%200%200%201%200-1.5zm1-3a.75.75%200%200%201%200%201.5h-13a.75.75%200%200%201%200-1.5zM11.47%202.22a.75.75%200%200%201%201.06%200c.404.403%202%202.128%203.5%204.362c1.245%201.856%202.496%204.171%202.86%206.418h-1.519c-.355-1.829-1.406-3.822-2.588-5.582A33%2033%200%200%200%2012%203.848a33%2033%200%200%200-2.783%203.57C8.035%209.178%206.984%2011.171%206.629%2013h-1.52c.365-2.247%201.615-4.562%202.862-6.418c1.5-2.234%203.095-3.959%203.499-4.362%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-humidity-24-regular.svg?color=%231a73e8&size=48