weather-humidity-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
weather-humidity-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

13 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the weather humidity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.5 28a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm4-4a1 1 0 1 1 0 2h-15a1 1 0 1 1 0-2zm1.5-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM15.998 2c.509 0 .803.386 1.116.72c.76.811 2.48 2.725 4.206 5.222c1.211 1.751 2.46 3.838 3.364 6.058h-2.18c-.782-1.736-1.789-3.417-2.828-4.92a45 45 0 0 0-3.678-4.62a45 45 0 0 0-3.678 4.62c-1.04 1.503-2.046 3.184-2.828 4.92h-2.18c.903-2.22 2.153-4.307 3.364-6.058a47 47 0 0 1 4.206-5.222c.312-.333.611-.72 1.116-.72"/></svg>

React

import type { SVGProps } from "react";

export function FluentWeatherHumidity32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.5 28a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm4-4a1 1 0 1 1 0 2h-15a1 1 0 1 1 0-2zm1.5-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM15.998 2c.509 0 .803.386 1.116.72c.76.811 2.48 2.725 4.206 5.222c1.211 1.751 2.46 3.838 3.364 6.058h-2.18c-.782-1.736-1.789-3.417-2.828-4.92a45 45 0 0 0-3.678-4.62a45 45 0 0 0-3.678 4.62c-1.04 1.503-2.046 3.184-2.828 4.92h-2.18c.903-2.22 2.153-4.307 3.364-6.058a47 47 0 0 1 4.206-5.222c.312-.333.611-.72 1.116-.72"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.5 28a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm4-4a1 1 0 1 1 0 2h-15a1 1 0 1 1 0-2zm1.5-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zM15.998 2c.509 0 .803.386 1.116.72c.76.811 2.48 2.725 4.206 5.222c1.211 1.751 2.46 3.838 3.364 6.058h-2.18c-.782-1.736-1.789-3.417-2.828-4.92a45 45 0 0 0-3.678-4.62a45 45 0 0 0-3.678 4.62c-1.04 1.503-2.046 3.184-2.828 4.92h-2.18c.903-2.22 2.153-4.307 3.364-6.058a47 47 0 0 1 4.206-5.222c.312-.333.611-.72 1.116-.72"/></svg>
</template>

CSS

.icon-weather-humidity-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2028a1%201%200%201%201%200%202h-7a1%201%200%201%201%200-2zm4-4a1%201%200%201%201%200%202h-15a1%201%200%201%201%200-2zm1.5-4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2zm0-4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2zM15.998%202c.509%200%20.803.386%201.116.72c.76.811%202.48%202.725%204.206%205.222c1.211%201.751%202.46%203.838%203.364%206.058h-2.18c-.782-1.736-1.789-3.417-2.828-4.92a45%2045%200%200%200-3.678-4.62a45%2045%200%200%200-3.678%204.62c-1.04%201.503-2.046%203.184-2.828%204.92h-2.18c.903-2.22%202.153-4.307%203.364-6.058a47%2047%200%200%201%204.206-5.222c.312-.333.611-.72%201.116-.72%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.5%2028a1%201%200%201%201%200%202h-7a1%201%200%201%201%200-2zm4-4a1%201%200%201%201%200%202h-15a1%201%200%201%201%200-2zm1.5-4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2zm0-4a1%201%200%201%201%200%202H7a1%201%200%201%201%200-2zM15.998%202c.509%200%20.803.386%201.116.72c.76.811%202.48%202.725%204.206%205.222c1.211%201.751%202.46%203.838%203.364%206.058h-2.18c-.782-1.736-1.789-3.417-2.828-4.92a45%2045%200%200%200-3.678-4.62a45%2045%200%200%200-3.678%204.62c-1.04%201.503-2.046%203.184-2.828%204.92h-2.18c.903-2.22%202.153-4.307%203.364-6.058a47%2047%200%200%201%204.206-5.222c.312-.333.611-.72%201.116-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-humidity-32-regular.svg?color=%231a73e8&size=48