weather-humidity-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
weather-humidity-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 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.951H4.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 FluentWeatherHumidity20Filled(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.951H4.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.951H4.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-filled {
  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.951H4.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.951H4.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-filled.svg?color=%231a73e8&size=48