weather humidity icon
weather-humidity-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- weather-humidity-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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-24-filledweather-humidity-24-regularweather-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 20 20"><path fill="currentColor" d="M12 17a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2.099-2a.5.5 0 0 1 0 1h-8.2a.5.5 0 0 1 0-1zm.75-2a.5.5 0 0 1 0 1h-9.7a.5.5 0 0 1 0-1zM15 11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zM9.648 2.147a.5.5 0 0 1 .707 0c.532.531 1.805 2.063 2.947 3.902c.75 1.208 1.472 2.598 1.874 3.951h-1.047c-.373-1.124-.989-2.315-1.677-3.424a27 27 0 0 0-2.45-3.34a27 27 0 0 0-2.45 3.34c-.689 1.11-1.304 2.3-1.677 3.424H4.828c.402-1.353 1.124-2.743 1.874-3.951c1.142-1.84 2.415-3.37 2.946-3.902"/></svg>
React
import type { SVGProps } from "react";
export function FluentWeatherHumidity20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 17a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2.099-2a.5.5 0 0 1 0 1h-8.2a.5.5 0 0 1 0-1zm.75-2a.5.5 0 0 1 0 1h-9.7a.5.5 0 0 1 0-1zM15 11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zM9.648 2.147a.5.5 0 0 1 .707 0c.532.531 1.805 2.063 2.947 3.902c.75 1.208 1.472 2.598 1.874 3.951h-1.047c-.373-1.124-.989-2.315-1.677-3.424a27 27 0 0 0-2.45-3.34a27 27 0 0 0-2.45 3.34c-.689 1.11-1.304 2.3-1.677 3.424H4.828c.402-1.353 1.124-2.743 1.874-3.951c1.142-1.84 2.415-3.37 2.946-3.902"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 17a.5.5 0 0 1 0 1H8a.5.5 0 0 1 0-1zm2.099-2a.5.5 0 0 1 0 1h-8.2a.5.5 0 0 1 0-1zm.75-2a.5.5 0 0 1 0 1h-9.7a.5.5 0 0 1 0-1zM15 11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zM9.648 2.147a.5.5 0 0 1 .707 0c.532.531 1.805 2.063 2.947 3.902c.75 1.208 1.472 2.598 1.874 3.951h-1.047c-.373-1.124-.989-2.315-1.677-3.424a27 27 0 0 0-2.45-3.34a27 27 0 0 0-2.45 3.34c-.689 1.11-1.304 2.3-1.677 3.424H4.828c.402-1.353 1.124-2.743 1.874-3.951c1.142-1.84 2.415-3.37 2.946-3.902"/></svg> </template>
CSS
.icon-weather-humidity-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017a.5.5%200%200%201%200%201H8a.5.5%200%200%201%200-1zm2.099-2a.5.5%200%200%201%200%201h-8.2a.5.5%200%200%201%200-1zm.75-2a.5.5%200%200%201%200%201h-9.7a.5.5%200%200%201%200-1zM15%2011a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zM9.648%202.147a.5.5%200%200%201%20.707%200c.532.531%201.805%202.063%202.947%203.902c.75%201.208%201.472%202.598%201.874%203.951h-1.047c-.373-1.124-.989-2.315-1.677-3.424a27%2027%200%200%200-2.45-3.34a27%2027%200%200%200-2.45%203.34c-.689%201.11-1.304%202.3-1.677%203.424H4.828c.402-1.353%201.124-2.743%201.874-3.951c1.142-1.84%202.415-3.37%202.946-3.902%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017a.5.5%200%200%201%200%201H8a.5.5%200%200%201%200-1zm2.099-2a.5.5%200%200%201%200%201h-8.2a.5.5%200%200%201%200-1zm.75-2a.5.5%200%200%201%200%201h-9.7a.5.5%200%200%201%200-1zM15%2011a.5.5%200%200%201%200%201H5a.5.5%200%200%201%200-1zM9.648%202.147a.5.5%200%200%201%20.707%200c.532.531%201.805%202.063%202.947%203.902c.75%201.208%201.472%202.598%201.874%203.951h-1.047c-.373-1.124-.989-2.315-1.677-3.424a27%2027%200%200%200-2.45-3.34a27%2027%200%200%200-2.45%203.34c-.689%201.11-1.304%202.3-1.677%203.424H4.828c.402-1.353%201.124-2.743%201.874-3.951c1.142-1.84%202.415-3.37%202.946-3.902%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/weather-humidity-20-regular.svg?color=%231a73e8&size=48